Create new Agent Skills for GitHub Copilot. Use when asked to create, scaffold, or add a skill. Generates SKILL.md with frontmatter, directory structure, and optional resources.
This skill helps you scaffold new agent skills that conform to the Agent Skills specification. Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.
name and description determine when the skill triggers—be clear and comprehensiveBuild deep understanding of the relevant topics using the repository content, existing documentation, and any linked external resources.
After investigating, verify:
If there are any ambiguities, gaps in understanding, or multiple valid approaches, ask the user for clarification before proceeding to skill creation. Also, evaluate whether the task might be better handled by a custom agent, agentic workflow, an existing skill or multiple narrower skills, and discuss this with the user if relevant.
.agents/skills/<skill-name>/
├── SKILL.md # Required: instructions + metadata
Create the file with required YAML frontmatter:
---