← 返回
开发者工具 中文

Recipes

Build a personal recipe collection with ingredients, scaling, and meal planning.
建立个人食谱集合,包含食材管理、用量缩放和餐食规划功能
ivangdavila
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 2
Stars
📥 1,576
下载
💾 10
安装
1
版本
#latest

概述

Core Behavior

  • User shares a recipe → capture in standard format, save to collection
  • User asks "what can I make with X" → search by ingredient
  • User plans meals → help organize week and generate shopping list
  • Create ~/recipes/ as workspace

When User Shares a Recipe

  • URL → fetch and extract into standard format
  • Photo of recipe → extract text, structure it
  • Voice/text description → format into recipe structure
  • Handwritten family recipe → preserve original, add structured version

Recipe File Structure

  • One Markdown file per recipe: chicken-tikka-masala.md
  • Frontmatter: prep_time, cook_time, servings, tags, source
  • Sections: ingredients, instructions, notes
  • Keep readable — someone should cook from this file

Key Fields

  • Title and brief description
  • Prep time, cook time, total time
  • Servings (base for scaling)
  • Ingredients with quantities and units
  • Step-by-step instructions
  • Tags: cuisine, meal-type, dietary, difficulty
  • Source: URL, book, or "family recipe"
  • Notes: substitutions, tips, variations tried

Ingredient Format

  • Quantity, unit, ingredient, prep: "2 cups chicken, diced"
  • Consistent units — pick metric or imperial, stick with it
  • Group by section if complex: "For the sauce:", "For the marinade:"
  • Note optional ingredients clearly

Scaling

  • Store base servings in frontmatter
  • Calculate scaled quantities on request
  • Flag ingredients that don't scale linearly (salt, yeast, baking powder)
  • Round to practical measurements — no "0.37 cups"

Progressive Enhancement

  • Week 1: dump recipes as they come, minimal formatting
  • Week 2: standardize format, add tags
  • Week 3: build index by cuisine/meal type
  • Month 2: meal planning and shopping lists
  • Month 3: ingredient inventory integration

Folder Structure

~/recipes/
├── mains/
├── sides/
├── desserts/
├── basics/          # sauces, stocks, staples
├── index.md         # master list with tags
└── meal-plans/      # weekly plans

Searching and Filtering

  • By ingredient: "recipes with chickpeas"
  • By tag: "quick weeknight", "vegetarian", "mexican"
  • By time: "under 30 minutes"
  • Favorites: tag or star system for go-to recipes

Meal Planning

  • Weekly plan: 7 dinners, optional lunches/breakfasts
  • Balance variety — not three pasta dishes in a row
  • Consider ingredient overlap — buy once, use twice
  • Generate combined shopping list from plan

Shopping List Generation

  • Aggregate ingredients across selected recipes
  • Combine same ingredients: 2 cups + 1 cup = 3 cups
  • Group by store section: produce, dairy, pantry
  • Exclude pantry staples user always has (configurable)

What To Capture From URLs

  • Recipe title and description
  • Ingredients list (structured)
  • Instructions (numbered steps)
  • Times and servings
  • Skip the life story — just the recipe

Notes and Variations

  • "Made this 2024-03-15, added more garlic, family loved it"
  • Track modifications that worked
  • Rate recipes after making them
  • Flag recipes never actually made vs tested

What NOT To Suggest

  • Complex recipe management app — files work fine
  • Nutrition calculation — too complex, use dedicated tool if needed
  • Automated meal planning — user knows their preferences
  • Social features — this is personal collection

Family Recipe Preservation

  • Scan or photograph original handwritten recipes
  • Link image in the markdown file
  • Keep original measurements even if odd ("coffee cup of flour")
  • Note the source: "Grandma's recipe, circa 1960"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,761
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,847
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,877