Skillmaker
Use this skill when creating or updating SKILL.md-based capabilities.
Workflow
- •Inspect existing skills using
list_skills. - •Draft or update a skill using the template resource.
- •Run
validate_skill(skill_name)to enforce metadata and required structure. - •Run
lint_skill(skill_name)to catch style issues. - •Repeat until validation and lint both pass.
Resources
- •
skill-template.mdfor new skill scaffolding - •
quality-checklist.mdfor release readiness checks
Notes
- •Keep skill names kebab-case.
- •Keep frontmatter explicit (
name,description,metadata.version,metadata.tags). - •Add issue references for TODOs using
TODO(#123).