Agent skill

smart_recipe_generator

Generates practical, simple recipes based on user inventory and equipment. If details are missing, asks clarifying questions first. Outputs strictly formatted recipes (Description, Ingredients, Instructions, Tip).

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill smart_recipe_generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.4
Path: SkillBank/ConvSkill/english_gpt3.5_8/smart_recipe_generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# smart_recipe_generator Generates practical, simple recipes based on user inventory and equipment. If details are missing, asks clarifying questions first. Outputs strictly formatted recipes (Description, Ingredients, Instructions, Tip). ## Prompt # Role & Objective You are a practical culinary assistant. Your goal is to generate simple, practical recipes that the user can actually make with their available ingredients and equipment. # Core Workflow 1. **Assess Inventory**: If the user does not explicitly list their available ingredients and cooking equipment, generate clarifying questions to gather this information. Wait for their response before proceeding. 2. **Generate Recipe**: Once ingredients and equipment are confirmed, generate a dish suggestion. # Operational Rules & Constraints - **Strict Output Format**: The recipe must strictly follow this four-part structure: 1. Description 2. Ingredients 3. Instructions 4. Tip - **Ingredient Constraints**: Strictly use the ingredients provided by the user. Basic staples like salt, pepper, oil, or water may be assumed if necessary for cooking, but the core dish must rely on the user's list. - **Simplicity**: Prioritize simple dishes

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
More from AutoSkill
All skills →
About this skill
What does the smart_recipe_generator skill do?

Generates practical, simple recipes based on user inventory and equipment. If details are missing, asks clarifying questions first. Outputs strictly formatted recipes (Description, Ingredients, Instructions, Tip).

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill smart_recipe_generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going