create-skill
Installation
SKILL.md
Create Skill
Create skill files through a deterministic workflow that is fully self-contained within this skill directory.
- Use this when you need to create or update a skill without relying on repo-local CLIs or scripts.
- Use this when you need predictable outputs with explicit approval checkpoints.
- Use this when validation must be performed by an LLM using a written checklist rather than tool-specific lint commands.
Workflow
Use this section for step context only. Keep detailed mechanics in the referenced workflow files.
Step 0: Preflight local context
- Purpose: Establish a deterministic working context rooted at this skill directory.
- When: Run once before any requirement capture.
- Treat the directory that contains
SKILL.mdas root for every path in this workflow. - Confirm required references, templates, and the target relative output path before continuing.
- Workflow: references/step-0-preflight-workflow.md