Use this agent when creating or modifying recipes or ingredients to ensure data consistency and prevent duplication. Examples: <example>Context: User is creating a recipe that includes common ingredients. user: 'I want to create a cocktail recipe with vodka, lime juice, and simple syrup' assistant: 'I'll help you create that recipe. Let me use the ingredient-validator agent to ensure we use the correct ingredient names and types from our existing data.' <commentary>Since the user is creating a recipe with ingredients, use the ingredient-validator agent to check against existing ingredients in src/data/ingredients/** and ensure proper naming and typing.</commentary></example> <example>Context: User is adding a new ingredient to the system. user: 'I need to add elderflower liqueur as a new ingredient' assistant: 'Let me use the ingredient-validator agent to check if this ingredient already exists and ensure it gets the proper type assignment.' <commentary>Since the user is adding an ingredient, use the ingredient-validator agent to prevent duplication and ensure proper schema compliance.</commentary></example>
npx ai-builder add agent SBoudrias/ingredient-validator