recipe-creator

Creates structured recipes with nutrition data and stores them in a full-stack web application.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/SaberAloui/agri-hub --skill recipe-creator-saberaloui
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recipe-creator
Source: https://github.com/SaberAloui/agri-hub/tree/main/.local/secondary_skills/recipe-creator
Command: npx skills add https://github.com/SaberAloui/agri-hub --skill recipe-creator-saberaloui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning ingredients, dietary restrictions, or dish ideas into complete, usable recipes usually requires searching multiple sources and manually calculating nutrition, scaling, and substitutions. This Skill generates structured recipe data and persists it in a database-backed web app so your recipe collection grows across conversations. ## Core Features & Use Cases - Recipe Generation & Storage: Creates recipes with ingredients, steps, timers, nutrition, and hero images, saved via API to a React web app with search, filtering, and cooking mode. - Ingredient-Based Meal Suggestions: Suggests meals from available ingredients using formula-and-flavor-profile logic, ranked by fewest missing items. - Substitutions, Scaling & Conversions: Handles dietary substitutions (dairy-free, vegan, keto), serving-size scaling with smart unit conversion, and cooking ratios from Ruhlman's Ratio. - Use Case: You have chicken, rice, and tomatoes and ask what you can make. The Skill suggests dishes, generates the full recipe with nutrition from the USDA FoodData Central API, creates a hero image, and adds it to your persistent recipe collection. ## Quick Start Ask the assistant to create a gluten-free mushroom risotto recipe and add it to your 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?▼

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, braise, or grain bowl. Suggestions are ranked by fewest missing ingredients.

How do I substitute ingredients for dietary restrictions in a recipe?▼

Request a substitution or conversion such as dairy-free or vegan and the Skill applies its substitution tables, for example milk plus lemon juice for buttermilk or flax gel for eggs. It can also convert entire recipes to keto, gluten-free, or vegan versions.

Does the recipe nutrition data come from a real 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 kcal per gram for fat, flagged as estimated.

Can recipes be saved and reused across conversations?▼

Yes, recipes are stored in a database through API endpoints and rendered automatically by the React frontend. New recipes are added via POST requests without writing new components, so the collection persists and grows over time.

When should I use meal-planner 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 an existing meal plan via recipeId links.