grill-skill
Installation
SKILL.md
Grill Skill
A guided workflow for creating caliper evals and iterating on a skill. Interviews the user to generate well-structured eval tasks, runs them with increasing rigor, and loops until the skill is ready to ship.
Prerequisites
caliper must be installed. If missing:
pipx install caliper-eval
Entry point
The user invokes /grill-skill [path] with an optional path to a SKILL.md.
- Path provided — use it directly.
- No path — look for
SKILL.mdin the current working directory. If found, tell the user what you found and confirm before proceeding. If not found, ask the user where their skill file is.