skill-creator
Installation
SKILL.md
Skill Creator
Workflow
-
Establish the contract.
- Read the existing skill and its resources, or collect concrete requests for a new skill.
- Separate actual workflow branches from synonyms for the same branch.
- Done when: every branch has a concrete trigger, expected outcome, and persistence target.
-
Choose invocation.
- Model-discoverable: write a model-facing
description; omitdisable-model-invocation. - Manual-only: set
disable-model-invocation: true; write a human-facing summary. - Direct tool command: add
command-dispatch: tool,command-tool, andcommand-arg-modeonly when the command bypasses the model. - Done when: frontmatter matches how the skill will actually be reached.
- Model-discoverable: write a model-facing