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

  1. Locate the skill — find SKILL.md, references/, scripts/, assets/
  2. Analyze suitability — determine if checkpoints make sense (see criteria below)
  3. Extract requirements — parse SKILL.md for verifiable rules and patterns
  4. Generate checkpoints — create checkpoints.yaml with mechanical checks and LLM reviews
  5. Add preconditions — determine which project types this skill applies to
Related skills
Installs
29
GitHub Stars
2
First Seen
Mar 16, 2026