recipe-creator

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

Updated May 17, 2026
One-click install
npx skills add https://github.com/Amna-exe/EventFlow_App --skill recipe-creator-amna-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-creator
Source: https://github.com/Amna-exe/EventFlow_App/tree/main/Final-MAD-project-main-4zipzipzipzipzip-1-ite1zipzip/.local/secondary_skills/recipe-creator
Command: npx skills add https://github.com/Amna-exe/EventFlow_App --skill recipe-creator-amna-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning meal ideas, available ingredients, or dietary constraints into complete, usable recipes normally requires manual research, scaling math, and nutrition estimation. This Skill generates fully structured recipes and stores them in a database-backed web application so they persist and grow into a personal collection. ## Core Features & Use Cases - Recipe Generation & Storage: Creates recipes as structured data (ingredients, steps, timers, nutrition, allergens) served through a REST API and rendered in a React app with search, filters, and a cooking mode with countdown timers. - Ingredient-Based Meal Suggestions: Suggests dishes from what you have on hand using formula-and-flavor-profile logic, plus substitution tables and baking ratios for cooking without a recipe. - Dietary Conversion & Scaling: Converts recipes to vegan, keto, gluten-free, or other diets, and scales servings with smart unit conversion and per-serving nutrition updates. - Use Case: You have chicken, rice, and tomatoes and ask for dinner ideas. The Skill suggests matching dishes, generates the full recipe with a hero image, and saves it to your collection for future cooking sessions. ## Quick Start Ask the assistant to create a recipe for a specific dish or suggest meals from the ingredients you have, and it will generate and save the structured recipe.

Frequently Asked Questions about recipe-creator

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

FAQPage Schema
How do I convert a recipe to be vegan, keto, or gluten-free?

Request the conversion and the Skill applies its substitution tables, such as flax gel for eggs or coconut cream for heavy cream, then regenerates the recipe with updated ingredients, steps, and nutrition values.

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 past threshold amounts.

Does the recipe nutrition data come from a reliable source?

Nutrition is computed 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.

What are the limitations of the generated recipes?

Nutrition values use generic USDA entries so brand variance exists, and baking ratios assume weight measurement since volume introduces 10-20% error. The output is not medical dietary advice.