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.