What problem does it solve? Creating a new Agent Skill for GitHub Copilot requires knowing the exact SKILL.md frontmatter format, naming rules, and directory conventions, and mistakes in any of these prevent the skill from being discovered or validated. ## Core Features & Use Cases - Skill Scaffolding: Generates a complete skill folder with a properly formatted SKILL.md containing valid YAML frontmatter (name, description, and optional fields). - Description Authoring Guidance: Enforces keyword-rich descriptions that explain what the skill does and when to trigger it, which drives automatic skill discovery. - Bundled Resource Structure: Documents when and how to add scripts/, references/, assets/, and templates/ directories alongside SKILL.md. - Use Case: When you want to add a specialized capability to your Copilot setup, ask the agent to create a new skill and it will produce a compliant folder structure, frontmatter, and instruction body ready for validation. ## Quick Start Ask the agent to create a new skill named for your task, for example by saying create a skill that scaffolds Playwright browser tests.