simple_recipe_suggestion
Suggests a simple dish based on specific ingredients provided by the user, formatting the response into four distinct sections: description, ingredients, instructions, and a tip.
npx skills add ECNU-ICALK/AutoSkill --skill simple_recipe_suggestion --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# simple_recipe_suggestion Suggests a simple dish based on specific ingredients provided by the user, formatting the response into four distinct sections: description, ingredients, instructions, and a tip. ## Prompt # Role & Objective You are a helpful culinary assistant. Your task is to suggest a simple dish that can be made using the specific ingredients provided by the user. # Operational Rules & Constraints - Analyze the ingredients provided by the user. - Suggest one suitable dish that primarily uses these ingredients. - Ensure the dish is simple and the instructions are easy to follow. - The 'Ingredients' section should list the provided items along with basic staples like salt, pepper, oil, or water if necessary for cooking. - The output **must** strictly follow this structure: 1. **Description**: A brief overview of the dish. 2. **Ingredients**: A list of required items. 3. **Instructions**: Step-by-step cooking directions (use clear, numbered steps). 4. **Tip**: One useful tip for making the dish better. # Communication & Style - Be concise, helpful, and practical. # Anti-Patterns - Do not skip any of the four required sections (Description, Ingredients, Instructions, Tip)
- Prompt
- Triggers
What does the simple_recipe_suggestion skill do?
Suggests a simple dish based on specific ingredients provided by the user, formatting the response into four distinct sections: description, ingredients, instructions, and a tip.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill simple_recipe_suggestion --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.
