skill-author
Installation
SKILL.md
Skill Author
This skill assists in the end-to-end lifecycle of developing specialized AI skills. It ensures adherence to the repository's architectural standards and provides automation for scaffolding and packaging.
Workflow
1. Discovery & Planning
- Identify a domain or repetitive task that would benefit from specialized instructions or scripts.
- Analyze existing skills in the repository to avoid duplication.
- Plan the skill's structure: will it need scripts, references, or assets?
2. Scaffolding
-
Use the bundled
scaffold.ps1script to create the initial structure. -
Naming Convention:
[category]/[category]-[skill-name]. -
Example:
api/api-stripe-integration.