Documentation
README
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
- any domain packs, schemas, or existing artifacts that must be reused
Outputs
This is the opening of the README. Read the full README on GitHub.