create-agent-skill
Installation
SKILL.md
Create Agent Skill
Purpose
Standardize the creation of new Agent Skills to ensure they are consistent, discoverable, and follow best practices.
When to Create a Skill
- Complex Tooling: When an agent needs to run a sequence of scripts or commands that are too long for the main agent prompt.
- Shared Capabilities: When multiple agents need the same capability (e.g., "Run UAT" used by UAT Tester and Quality Engineer).
- Strict Procedures: When a process requires exact adherence to a checklist or script (e.g., Release process).