Parse and import recipes from unstructured text, copied content, or informal descriptions into the standard markdown format. Use when the user pastes recipe text, shares a recipe, asks to "import a recipe", "save this recipe", "convert this recipe", or provides unstructured cooking instructions.
Convert unstructured recipe text into the standard recipe markdown format.
Receive input: The user provides recipe content as pasted text, a dictated recipe, website content, or an informal family recipe.
Extract structured data:
Infer missing metadata using context clues:
Normalize ingredients to: - QUANTITY UNIT INGREDIENT, PREP_NOTES
Present the formatted recipe to the user for review before saving.
Save to ./recipes/ using kebab-case filename from title.
Reference: @${CLAUDE_PLUGIN_ROOT}/skills/recipe-import/references/import-examples.md
For multiple recipes at once, process each separately and confirm each before saving. For large batches, the recipe-parser agent can handle autonomous processing.