tatat/agents-playground

recipe-creator

Create custom recipes based on available ingredients, dietary restrictions, and preferences

First seen Jan 24, 2026

Installation

$ npx skills add tatat/agents-playground --skill recipe-creator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tatat/agents-playground · top by installs.

npx skills add tatat/agents-playground

Browse all from tatat/agents-playground

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 964 B
  • docs SUMMARY.md 113 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 17 installs

SKILL.md

Recipe Creator

Generate personalized recipes based on what you have and what you need.

Capabilities

  • Create recipes from available ingredients
  • Adapt recipes for dietary restrictions (vegan, gluten-free, keto)
  • Scale recipes for different serving sizes
  • Suggest ingredient substitutions
  • Provide nutritional estimates

Input Format

  • Available ingredients (list)
  • Dietary restrictions (optional)
  • Cuisine preference (optional)
  • Serving size (optional)
  • Cooking time limit (optional)

Output Format

Recipe: [Name]
Servings: [N]
Time: [Prep + Cook time]

Ingredients:
- [ingredient] - [amount]

Instructions:
1. [step]
2. [step]

Nutrition (per serving):
- Calories: [N]
- Protein: [N]g

Tips

  • Always check for allergens
  • Suggest prep-ahead steps when possible
  • Include storage instructions