Create, read, update, and delete food recipes stored as markdown files. Use when the user wants to add a new recipe, view an existing recipe, edit recipe details, remove a recipe, or list all recipes. Triggers on "new recipe", "save recipe", "edit recipe", "delete recipe", "show recipe", "list recipes".
Manage recipe files in ./recipes/. Each recipe is a markdown file with YAML frontmatter.
./recipes/ exists: mkdir -p ./recipes/cuisine: infer from ingredients and techniquesdifficulty: estimate from technique complexity and ingredient countprep_time / cook_time: estimate if user provides rough sensetags: extract from ingredients and cooking methoddietary: infer from ingredients using CLAUDE.md dietary rulesdate_addedservings: default to 4 if not specified.md).Reference: @${CLAUDE_PLUGIN_ROOT}/skills/recipe-crud/references/recipe-schema.md
./recipes/*name*../recipes/*.md and present a summary table with titles and cuisines from frontmatter.rm.Present a summary table from frontmatter:
| Title | Cuisine | Difficulty | Tags |
|---|