_template_reference_first
Installation
SKILL.md
Reference-First Skill Template
Why this exists
This package is the default starting point for new or refactored skills in this repo.
It demonstrates the intended split of responsibilities:
SKILL.mdroutes the workflowreferences/holds method, judgment, and exemplarsassets/holds machine-readable contractsscripts/handles deterministic execution only
Use it as a shape to copy and customize, not as a domain-specific skill.
Inputs
- the job the skill should encode
- the expected inputs and outputs for that job
- acceptance criteria and failure conditions
Related skills