add-checkpoints
Installation
SKILL.md
Add Checkpoints to a Skill
Analyze a skill and generate appropriate checkpoints.yaml for the automated-assessment framework.
Command
/add-checkpoints # Analyze current skill directory
/add-checkpoints typo3-docs # Analyze a specific installed skill
/add-checkpoints --dry-run # Show what would be generated, don't write
Workflow
- Locate the skill — find SKILL.md, references/, scripts/, assets/
- Analyze suitability — determine if checkpoints make sense (see criteria below)
- Extract requirements — parse SKILL.md for verifiable rules and patterns
- Generate checkpoints — create
checkpoints.yamlwith mechanical checks and LLM reviews - Add preconditions — determine which project types this skill applies to
Related skills