recipe-creator

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

Updated May 25, 2026
One-click install
npx skills add https://github.com/dheejay282002/final_project --skill recipe-creator-dheejay282002
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recipe-creator
Source: https://github.com/dheejay282002/final_project/tree/main/.local/secondary_skills/recipe-creator
Command: npx skills add https://github.com/dheejay282002/final_project --skill recipe-creator-dheejay282002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns cooking requests—specific dishes, available ingredients, dietary restrictions, or leftover repurposing—into persistent, structured recipe data served through a database-backed web application instead of one-off chat answers. ## Core Features & Use Cases - Recipe Generation & Storage: Creates recipes as structured data (ingredients, steps, timers, nutrition, allergens) persisted in a database and rendered by a React frontend with search, filters, and a cooking mode with countdown timers. - Ingredient-Based Meal Suggestions: Buckets available ingredients into formula-plus-flavor-profile logic to suggest dishes ranked by fewest missing items. - Substitutions, Ratios & Scaling: Provides substitution tables, Ruhlman-style weight ratios, and smart serving-size scaling with automatic unit conversion. - Use Case: A user asks "what can I make with chicken, rice, and tomatoes?" and receives a generated recipe with a hero image, nutrition per serving, and a step-by-step cooking mode, saved to their growing recipe collection. ## Quick Start Ask the assistant to create a recipe for a specific dish or from ingredients you have on hand, and it will generate and store the full recipe in the web app.

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?▼

Provide your available ingredients and the skill buckets them into protein, starch, vegetable, aromatic, fat, and acid categories, then matches a base formula like stir-fry, soup, or grain bowl. Suggestions are ranked by fewest missing ingredients.

How do I substitute ingredients for dietary restrictions?▼

The skill includes a substitution table covering common swaps, such as milk plus lemon juice for buttermilk or flax gel for eggs in binding. It can also convert full recipes to vegan, gluten-free, keto, or dairy-free versions.

Can I scale a recipe to a different number of servings?▼

Yes, the recipe detail view includes a serving size adjuster that recalculates ingredient quantities dynamically. It applies smart unit conversion, for example upgrading teaspoons to tablespoons once a threshold is crossed.

How accurate is the nutrition information in generated recipes?▼

Nutrition is looked up via the USDA FoodData Central API when available, using generic entries that may vary by brand. When the API is unavailable, values are estimated from macronutrient calorie factors and 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 structured recipes, including filling in recipes referenced by an existing meal plan.