Install
$ agentstack add skill-infosecb-personal-claude-plugins-meal-planning ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Meal Planning
Generate meal plans, shopping lists, and nutritional summaries from recipes in ./recipes/.
Generating a Weekly Meal Plan
- Understand preferences (ask if not provided):
- Meals per day (default: 3 — breakfast, lunch, dinner)
- Dietary restrictions
- Cuisine preferences
- Difficulty preference (weeknight = easy/medium)
- Servings per meal
- Check recipe availability:
- Glob
./recipes/*.mdto inventory all existing recipes - Only use existing recipes — never invent or generate placeholder recipes for the meal plan
- If fewer than 5 recipes are available, stop and ask the user if they'd like to brainstorm and add new recipes before creating a meal plan
- If enough recipes exist, proceed to selection
- Select recipes from the available collection:
- Vary cuisines across the week
- Mix difficulty levels (simpler on weekdays)
- Respect dietary restrictions
- Reuse ingredients across meals to reduce shopping
- 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 | ... | ... | ... |
- Save to
./meal-plans/YYYY-MM-DD-to-YYYY-MM-DD.mdif 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.
Shopping List Generation
From a meal plan or user-specified set of recipes:
- Read the Ingredients section of each recipe.
- Parse quantities and units.
- Combine duplicates, summing quantities where units match.
- Group by category:
- Produce
- Meat & Seafood
- Dairy & Eggs
- Pantry / Dry Goods
- Spices & Seasonings
- Other
- Present the list and optionally save to
./shopping-lists/.
Reference: @${CLAUDEPLUGINROOT}/skills/meal-planning/references/nutrition-guidelines.md
Nutritional Summary
Provide rough nutritional overview per meal and per day (estimates based on common knowledge):
- Approximate calories per serving
- Protein / carbs / fat balance
- Notable nutritional highlights (high protein, high fiber, etc.)
Always note these are estimates, not precise values.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: infosecB
- Source: infosecB/personal-claude-plugins
- License: MIT
- Homepage: https://infosecb.github.io/personal-claude-plugins/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.