skill-creator
Installation
SKILL.md
Skill Authoring
Create agent skills (SKILL.md files) following the Agent Skills open standard. Skills produce consistent, deterministic agent behavior across any compatible platform. Skills are filesystem-based instruction sets that transform an agent into a domain specialist.
When invoked with arguments, create a skill for: $ARGUMENTS
Workflow
- Define scope: Identify the domain, target tasks, and activation triggers
- Gather requirements: Collect domain knowledge, constraints, expected inputs/outputs, and success criteria. Ask clarifying questions for missing context
- Determine freedom levels: Classify each instruction as high/medium/low freedom based on task sensitivity
- Write frontmatter: Name, description with activation triggers
- Write instructions: Imperative commands, structured for LLM parsing
- Add examples: Concrete input/output pairs for ambiguous or complex behaviors
- Add supporting files: Move detailed reference material to separate files when SKILL.md approaches 300 lines
- Verify: Run through the checklist below