recipe-template
Installation
SKILL.md
Recipe Command Template
This is a template. Replace all
[placeholder]content with your specifics.
When to Use
- [Describe the exact situation where this command applies]
- [Describe when NOT to use it, with a common misuse case]
Context Validation Checkpoints
Before executing any step, verify all of these are true. If any checkpoint fails, stop and explain why to the user.
- [Precondition 1: e.g., "The target branch exists and is up to date with main"]
- [Precondition 2: e.g., "No uncommitted changes in the affected files"]
- [Precondition 3: e.g., "Required config file exists at path X"]
- [Precondition 4: e.g., "Necessary permissions or credentials are available"]