recipe-creator

Creates structured recipes with ingredients, steps, nutrition, and images in a full-stack web application.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/AmirEmad11/instabot --skill recipe-creator-amiremad11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-creator
Source: https://github.com/AmirEmad11/instabot/tree/main/.local/secondary_skills/recipe-creator
Command: npx skills add https://github.com/AmirEmad11/instabot --skill recipe-creator-amiremad11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning meal ideas, available ingredients, or dietary constraints into complete, usable recipes usually requires searching, adapting, and manually calculating servings and nutrition. This Skill generates structured recipe data and stores it in a persistent database-backed web app so your recipe collection grows over time. ## Core Features & Use Cases - Recipe Generation & Storage: Creates recipes with ingredients, step-by-step instructions, timers, nutrition, and generated hero images, persisted via a REST API and rendered in a React app with cooking mode and serving-size scaling. - Ingredient-Based Meal Suggestions: Suggests dishes from what you have on hand using formula-and-flavor-profile logic, plus substitution tables for dietary restrictions (gluten-free, dairy-free, vegan). - Use Case: You have chicken, rice, and tomatoes and need dinner ideas. Ask for suggestions, pick one, and the Skill creates the full recipe with scaled ingredients, step timers, nutrition per serving, and a hero image, saved to your collection for future sessions. ## Quick Start Create a gluten-free mushroom risotto recipe for four servings and add it to my recipe collection.

Frequently Asked Questions about recipe-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get meal ideas from ingredients I already have?

List your available ingredients and the Skill buckets them by protein, starch, vegetable, aromatic, fat, and acid, then matches a base formula like stir-fry, soup, or sheet-pan roast. Suggestions are ranked by fewest missing ingredients.

How do I scale a recipe to a different number of servings?

The recipe detail page includes a serving-size adjuster that recalculates ingredient quantities dynamically. It applies smart unit conversion, such as upgrading teaspoons to tablespoons past a threshold, and nutrition values update per serving.

Can I substitute ingredients for dietary restrictions like dairy-free or gluten-free?

Yes, the Skill handles substitutions using a conversion table, such as milk plus lemon juice for buttermilk or flax gel for eggs. It can also convert entire recipes, like making a dish vegan or keto-friendly, and flags top-9 allergens.

Does the recipe nutrition data come from a reliable source?

Nutrition is calculated using the USDA FoodData Central API when available. When the API is unavailable, it falls back to standard macros of 4 kcal per gram for protein and carbs and 9 for fat, flagged as estimated.

When should I use the meal-planner skill instead of recipe-creator?

Use meal-planner for fitness-goal-driven planning with calorie targets, macro splits, or weekly periodization. Use recipe-creator to build the actual recipes, including ones referenced by a meal plan that lack full recipe data.