Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cclank avatar

Recipe Generator

  • 104 installs
  • 127 repo stars
  • Updated February 13, 2026
  • cclank/recipe-generator

Generate structured step-by-step recipes that agents can follow to repeat complex workflows, content pipelines, or domain-specific tasks consistently.

About

Produces structured, repeatable recipes—sequenced instructions and templates—that coding agents can execute for complex workflows, helping teams standardize automation, content generation, and multi-step tasks without rewriting prompts from scratch each time.

  • Structured multi-step recipe output
  • Reusable workflow templates for agents
  • Domain-tailored instruction generation
  • Consistency across repeated automations
  • Composable task breakdown patterns

Recipe Generator by the numbers

  • 104 all-time installs (skills.sh)
  • Ranked #4,243 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cclank/recipe-generator --skill recipe-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs104
repo stars127
Last updatedFebruary 13, 2026
Repositorycclank/recipe-generator

What it does

Generate structured step-by-step recipes that agents can follow to repeat complex workflows, content pipelines, or domain-specific tasks consistently.

Files

SKILL.mdMarkdownGitHub ↗

菜谱生成器 (Recipe Generator)

核心功能

根据用户输入的菜品名称,生成一份专业级详细菜谱,并附带高质量的生图提示词。

工作流程

步骤1:接收菜品名称

获取用户输入的菜品名称,确认是否有特殊要求(如地方风味、特定做法等)。

步骤2:权威来源检索

使用 search_web 工具检索以下权威来源的菜品制作信息:

优先级A(顶级权威):

  • 米其林指南 / Michelin Guide
  • 舌尖上的中国
  • 中国烹饪协会
  • 国宴大师配方

优先级B(专业来源):

  • 王刚美食作家
  • 美食台
  • 日食记
  • 下厨房(评分9.0以上菜谱)

搜索关键词模板:

{菜品名称} 正宗做法 米其林
{菜品名称} 舌尖上的中国 配方
{菜品名称} 大厨 专业做法 技巧
{菜品名称} site:xiachufang.com 评分高

步骤3:内容整合与菜谱生成

根据检索结果,按照以下结构生成详细菜谱:

# 《{菜品名称}》顶级配方

## 菜品简介
- 菜品来源/流派
- 风味特点
- 适合场景

## 食材清单

### 主料
| 食材 | 用量 | 备注 |
|------|------|------|
| ... | ... | ... |

### 辅料
| 食材 | 用量 | 备注 |
|------|------|------|
| ... | ... | ... |

### 调味料
| 调料 | 用量 | 备注 |
|------|------|------|
| ... | ... | ... |

## 准备工作

### 食材处理
1. [具体处理步骤,如切法、腌制等]
2. ...

### 调味汁/酱料准备
1. [预调酱汁配方]
2. ...

### 工具准备
- [需要的锅具、刀具等]

## 制作步骤

### 第一阶段:[阶段名称]
**火候**:[火力大小]
**时长**:[预计时间]

1. [详细操作]
   - 关键点:[...]
   - 判断标准:[如何判断这一步完成]

2. [详细操作]
   ...

### 第二阶段:[阶段名称]
...

## ⚠️ 注意事项

1. [关键注意点]
2. [容易出错的地方]
3. [食材选择要点]

## 💡 大厨技巧

1. **[技巧名称]**:[详细说明]
2. **[技巧名称]**:[详细说明]
3. **[技巧名称]**:[详细说明]

## 🎯 成品标准

- 外观:[描述]
- 口感:[描述]
- 香气:[描述]

## 常见问题

**Q:[常见问题1]**
A:[解答]

**Q:[常见问题2]**
A:[解答]

步骤4:生成生图提示词

将菜谱内容与生图提示词模板结合。参考 references/image-prompt-template.md 中的模板格式。

风格选择

风格名称特点
风格C(默认)现代写实风横版16:9,现代、写实、教育感强
风格A传统海报风竖版2:3,装饰丰富,视觉冲击强
风格B文人卷轴风横版16:9,素雅内敛,以文字为主

生成步骤: 1. 读取 references/image-prompt-template.md 模板 2. 根据用户指定选择风格(默认C) 3. 将 {{菜名}} 替换为实际菜品名称 4. 填充菜谱的关键信息摘要 5. 输出完整的生图提示词

步骤5:最终输出

向用户提供: 1. 完整菜谱文档(Markdown格式) 2. 生图提示词(可直接用于AI绘图)

---

输出质量要求

菜谱内容要求

  • ✅ 食材用量必须精确(克、毫升、个等)
  • ✅ 火候和时间必须明确
  • ✅ 每个步骤必须可操作
  • ✅ 技巧必须是实用的非显而易见的知识
  • ✅ 注意事项必须是真正容易出错的点

禁止事项

  • ❌ 不要使用模糊用量(如"适量"、"少许")除非确实因人而异
  • ❌ 不要省略关键步骤
  • ❌ 不要遗漏食材安全相关信息
  • ❌ 不要使用未经验证的来源

---

资源文件

  • references/image-prompt-template.md - 生图提示词模板
  • references/authoritative-sources.md - 权威来源说明

Related skills

AI & Agent Buildingautomationagents

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.