一键导入
meal-plan
Plan weekly meals interactively and generate combined shopping lists
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan weekly meals interactively and generate combined shopping lists
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Import recipes from URLs or plain text and convert to Cooklang format
Create a new Cooklang recipe interactively from a description or template
Convert Cooklang recipes to Markdown, JSON, YAML, or other formats
Track kitchen inventory, find expiring items, and discover recipes you can make now
Structure recipe folders, audit metadata consistency, and set up configuration files
Adjust recipe servings and display scaled ingredient quantities
| name | meal-plan |
| description | Plan weekly meals interactively and generate combined shopping lists |
Create meal plans by selecting recipes for each day/meal. Features:
Use this skill when:
Ask:
Based on requirements:
Present options for each meal slot.
Create a plan grid:
| Day | Breakfast | Lunch | Dinner |
|---|---|---|---|
| Mon | Oatmeal | Leftover | Pasta |
| Tue | Eggs | Salad | Stir Fry |
| ... | ... | ... | ... |
Combine all recipes with appropriate scaling:
cook shopping-list "Oatmeal.cook" "Pasta.cook:4" "Eggs.cook" ...
Save as:
.menu format for CookCLIUser: "Plan dinners for the week for 4 people"
Questions:
Generated plan:
# Week of January 22, 2026
## Meal Plan (4 servings each)
| Day | Dinner | Time | Tags |
|-----|--------|------|------|
| Mon | Chicken Stir Fry | 25 min | asian, quick |
| Tue | Pasta Primavera | 30 min | italian, vegetarian |
| Wed | Fish Tacos | 25 min | mexican, seafood |
| Thu | Sheet Pan Chicken | 35 min | american, easy |
| Fri | Homemade Pizza | 45 min | italian, fun |
| Sat | Thai Curry | 40 min | asian, curry |
| Sun | Roast Chicken | 1.5 hr | classic, sunday |
Shopping list generated:
cook shopping-list \
"Chicken Stir Fry.cook" \
"Pasta Primavera.cook" \
"Fish Tacos.cook" \
"Sheet Pan Chicken.cook" \
"Pizza.cook" \
"Thai Curry.cook" \
"Roast Chicken.cook"
Save plans as .menu files:
# Weekly Dinner Plan
# January 22-28, 2026
Monday: Chicken Stir Fry.cook
Tuesday: Pasta Primavera.cook
Wednesday: Fish Tacos.cook
Thursday: Sheet Pan Chicken.cook
Friday: Pizza.cook
Saturday: Thai Curry.cook
Sunday: Roast Chicken.cook
Weekday strategies:
Weekend strategies:
Reduce waste:
# All recipes at once
cook shopping-list "Recipe1.cook" "Recipe2.cook" ...
# With scaling
cook shopping-list "Recipe1.cook:4" "Recipe2.cook:4"
# From menu file (if supported)
cook shopping-list --menu weekly.menu
| Household | Typical Scale |
|---|---|
| 1 person | 0.5x (halve) |
| 2 people | 1x (as written if serves 2) |
| 4 people | 1x (most recipes) |
| 6 people | 1.5x |
| 8+ people | 2x or batch cook |