From recipe-manager
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/recipe-manager:recipe-crudThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage recipe files in `./recipes/`. Each recipe is a markdown file with YAML frontmatter.
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_added: use today's dateservings: 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 |
|---|
npx claudepluginhub infosecb/personal-claude-plugins --plugin recipe-managerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.