From 55ff902880c7804c6f9f2a405b4d339bf67d4572 Mon Sep 17 00:00:00 2001 From: dvir arad Date: Fri, 24 Jul 2026 15:33:01 +0300 Subject: [PATCH] docs: correct recipe count in recipes.md intro (eight -> nine) The recipes.md intro said 'Eight worked briefs' but the file contains nine worked recipes (00 through 08), and the closing section already refers to 'The 9 recipes here'. Update the intro to match. --- docs/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.md b/docs/recipes.md index 5cca1cc..0a3d2f0 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -1,6 +1,6 @@ # Recipes — copy-paste prompts that ship Hallmark output -Eight worked briefs you can paste into Claude Code, Cursor, or Codex with the Hallmark skill installed. Each shows the prompt verbatim, the audience/use/tone the skill inferred, the macrostructure + theme + enrichment it picked, and a one-paragraph excerpt of the output. Live page links are included where the test exists in [`site/_tests/`](../../site/_tests/). +Nine worked briefs you can paste into Claude Code, Cursor, or Codex with the Hallmark skill installed. Each shows the prompt verbatim, the audience/use/tone the skill inferred, the macrostructure + theme + enrichment it picked, and a one-paragraph excerpt of the output. Live page links are included where the test exists in [`site/_tests/`](../../site/_tests/). The first recipe is the **canonical try-it prompt** — paste it into a fresh project to verify the skill is installed and discover the flow before reading anything else.