From b387bbf85053c52197a89935b4c7b978d32b779a Mon Sep 17 00:00:00 2001 From: Noah Shroff Date: Thu, 2 Jul 2026 18:42:18 -1000 Subject: [PATCH] docs: fix curly-quotes pattern example in README Pattern #19 showed curly quotes in both the Before and After columns. The After should use straight quotes, matching the source-of-truth SKILL.md example, since converting curly to straight quotes is the whole point of the pattern. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f44d94..9aec2381 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The skill also includes a final "obviously AI generated" audit pass and a second | 16 | **Inline-header lists** | "**Performance:** Performance improved" | Convert to prose | | 17 | **Title Case Headings** | "Strategic Negotiations And Partnerships" | "Strategic negotiations and partnerships" | | 18 | **Emojis** | "🚀 Launch Phase: 💡 Key Insight:" | Remove emojis | -| 19 | **Curly quotes** | `said “the project”` | `said “the project”` | +| 19 | **Curly quotes** | `said “the project”` | `said "the project"` | | 26 | **Hyphenated word pairs** | “cross-functional, data-driven, client-facing” | Drop hyphens on common word pairs | | 27 | **Persuasive authority tropes** | "At its core, what matters is..." | State the point directly | | 28 | **Signposting announcements** | "Let's dive in", "Here's what you need to know" | Start with the content |