From recipe-manager
Generate weekly meal plans, shopping lists, and nutritional summaries from the recipe collection. Use when the user wants a meal plan, asks to plan meals, needs a shopping list or grocery list, or asks "what should I eat this week". Triggers on "meal plan", "plan my meals", "shopping list", "grocery list", "what to buy", "nutritional summary".
How this skill is triggered — by the user, by Claude, or both
Slash command
/recipe-manager:meal-planningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate meal plans, shopping lists, and nutritional summaries from recipes in `./recipes/`.
Generate meal plans, shopping lists, and nutritional summaries from recipes in ./recipes/.
Understand preferences (ask if not provided):
Check recipe availability:
./recipes/*.md to inventory all existing recipesSelect recipes from the available collection:
Format the meal plan (reference recipes by title only — do not include full recipe content):
# Meal Plan: March 22 - March 28, 2026
| Day | Breakfast | Lunch | Dinner |
|-----|-----------|-------|--------|
| Mon | ... | ... | ... |
| Tue | ... | ... | ... |
./meal-plans/YYYY-MM-DD-to-YYYY-MM-DD.md if user wants it persisted. Each entry should reference the recipe file path (e.g., ./recipes/chicken-tikka-masala.md) so the user can look up the full recipe.From a meal plan or user-specified set of recipes:
./shopping-lists/.Reference: @${CLAUDE_PLUGIN_ROOT}/skills/meal-planning/references/nutrition-guidelines.md
Provide rough nutritional overview per meal and per day (estimates based on common knowledge):
Always note these are estimates, not precise values.
npx claudepluginhub infosecb/personal-claude-plugins --plugin recipe-managerBuilds a weekly meal preparation system for batch cooking, portioning, and storing meals to reduce daily cooking time while maintaining nutrition.
Teaches cooking through culinary principles, food science, and flavor architecture. Covers technique, troubleshooting, menu planning, and cultural cuisine.
Queries JSON food database for nutrition details on 50+ foods, compares nutrients, recommends by criteria like high-protein low-calorie, and calculates portions. Use for dietary data analysis.