Files
roux/prompts/user-prompt-template.md
jbrechtel 6de6b6e2b2 Add LLM prompts for converting web recipes to Cooklang
- prompts/cooklang-converter.md: Comprehensive guide with full syntax
  reference, examples, and 12 conversion guidelines
- prompts/system-prompt.md: Concise system prompt for direct API use
- prompts/user-prompt-template.md: Template with {{PLACEHOLDER}}s for
  injecting specific recipe text
- prompts/test-cases.md: 3 test cases with source recipes and expected
  Cooklang output covering fractions, multi-word ingredients, sections,
  timers, notes, and complex multi-component recipes
2026-05-19 07:53:09 -04:00

309 B

Convert the following recipe into Cooklang format. Follow the Cooklang specification exactly.

Title: {{TITLE}} Source: {{URL}}

{{FULL_RECIPE_TEXT}}

Output ONLY the Cooklang formatted recipe, wrapped in ```cooklang code blocks. Do not include any other text, explanations, or commentary.