What problem does it solve?
This Skill streamlines the creation and organization of agent skills by providing universal design principles and a clear blueprint, ensuring portability and consistency across Copilot platforms.
Core Features & Use Cases
- Structured SKILL.md scaffolding with a consistent frontmatter and body layout to guide skill development.
- Resource bundling guidance that instructs when to include scripts/, references/, templates/, and assets for on-demand loading.
- Emphasis on the Design Principles (Consolidation, Progressive Disclosure, Composability, Evaluability) to enable evaluable, portable skills; step-by-step workflows for validation.
- Reusability: The skill can be used as a foundation for tech-specific extensions (e.g., dotnet-agent-skill, typescript-agent-skill) via the Tech-Stack pattern.
Quick Start
Describe a new agent skill you want to create by providing its name and high-level purpose to generate a ready-to-use SKILL.md skeleton, including frontmatter and a concise body outline. The generator will create a portable, self-contained skill structure with optional resources as needed.