Skip to content

Add repository-specific AI skills in standard SKILL.md format#15

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/create-ai-skills
Draft

Add repository-specific AI skills in standard SKILL.md format#15
Copilot wants to merge 2 commits into
masterfrom
copilot/create-ai-skills

Conversation

Copilot AI commented May 24, 2026

Copy link
Copy Markdown

This PR adds a set of reusable AI skills tailored to Tiny-PowerShell-Projects so they can be used from Copilot/Codex/Claude-compatible skill loaders. The skills are delivered in the expected folder/file layout with YAML front matter and actionable guidance.

  • Added skills catalog

    • Created skills/README.md to index available skills and keep discovery simple.
    • Added six focused skills under skills/<skill-name>/SKILL.md:
      • tiny-ps-chapter-solver
      • tiny-ps-test-loop
      • tiny-ps-regex-text-transforms
      • tiny-ps-file-and-stdin
      • tiny-ps-deterministic-random
      • tiny-ps-pester-troubleshooter
  • Standardized skill packaging

    • Each skill uses front matter (name, description, compatibility metadata, argument hints) plus concise execution guidance.
    • Structure follows skill-loader expectations: one folder per skill with a SKILL.md entrypoint.
  • Embedded repository-specific workflows

    • Encoded chapter-oriented edit flow, local-vs-root test loop, and guardrails for minimal/surgical changes.
    • Captured common challenge patterns in this repo (regex transforms, stdin/file dual-input, deterministic random behavior, focused Pester debugging).
---
name: tiny-ps-test-loop
description: 'Use this skill to run the expected Tiny PowerShell Projects validation loop quickly (chapter tests first, then repository tests).'
compatibility: 'Cross-platform. Works with Copilot-compatible, Codex-compatible, and Claude-compatible skill loaders that support SKILL.md front matter.'
argument-hint: 'Optional: chapter directory to test first'
---

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • agentskills.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • https://api.github.com/repos/github/awesome-copilot/contents/skills
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue May 24, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Create AI skills for codex app and cloud code Add repository-specific AI skills in standard SKILL.md format May 24, 2026
Copilot finished work on behalf of dfinke May 24, 2026 15:16
Copilot AI requested a review from dfinke May 24, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create ai skills

2 participants