skill-creator
Installation
SKILL.md
Skill Creator
Build skills that behave like “mini senior engineers”: trigger correctly, run deterministically, and leave resumable artifacts on disk.
What good looks like (Ship Faster standard)
SKILL.md: short and triggerable (routing + safety + I/O + output contract). Avoid long tutorials here.references/: deep docs loaded only when needed (progressive disclosure). Link directly fromSKILL.md.scripts/: deterministic helpers for repetitive/fragile work (prefer this over re-writing code in chat).assets/: templates or files to copy (not meant to be loaded into context).
Deep guidance:
- Progressive disclosure + authoring principles:
references/skill-design-principles.md - Workflow structure patterns:
workflows.md - Output templates/patterns:
output-patterns.md