diff --git a/SKILL.md b/SKILL.md index ebadd0f..3310e04 100644 --- a/SKILL.md +++ b/SKILL.md @@ -305,15 +305,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -471,7 +475,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/SKILL_PROFESSIONAL.md b/SKILL_PROFESSIONAL.md index f5d452a..9364e53 100644 --- a/SKILL_PROFESSIONAL.md +++ b/SKILL_PROFESSIONAL.md @@ -300,15 +300,19 @@ The goal isn't "casual" or "formal"—it's **alive**. Writing that sounds like s --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -466,7 +470,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/antigravity-rules-workflows/README.md b/adapters/antigravity-rules-workflows/README.md index b5a0171..a26d5d7 100644 --- a/adapters/antigravity-rules-workflows/README.md +++ b/adapters/antigravity-rules-workflows/README.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: antigravity-rules-workflows - adapter_format: Antigravity rules/workflows ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: antigravity-rules-workflows + adapter_format: Antigravity rules/workflows --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/antigravity-skill/SKILL.md b/adapters/antigravity-skill/SKILL.md index 16804e4..4b60eee 100644 --- a/adapters/antigravity-skill/SKILL.md +++ b/adapters/antigravity-skill/SKILL.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: antigravity-skill - adapter_format: Antigravity skill ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: antigravity-skill + adapter_format: Antigravity skill --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/antigravity-skill/SKILL_PROFESSIONAL.md b/adapters/antigravity-skill/SKILL_PROFESSIONAL.md index 687d742..a38ff6a 100644 --- a/adapters/antigravity-skill/SKILL_PROFESSIONAL.md +++ b/adapters/antigravity-skill/SKILL_PROFESSIONAL.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer-pro - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL_PROFESSIONAL.md - adapter_id: antigravity-skill-pro - adapter_format: Antigravity skill ---- - - --- name: humanizer-pro version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Refine voice** - Ensure writing is alive, specific, and professional - +adapter_metadata: + skill_name: humanizer-pro + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL_PROFESSIONAL.md + adapter_id: antigravity-skill-pro + adapter_format: Antigravity skill --- + ## VOICE AND CRAFT Removing AI patterns is necessary but not sufficient. What remains needs to actually read well. @@ -311,15 +307,19 @@ The goal isn't "casual" or "formal"—it's **alive**. Writing that sounds like s --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -477,7 +477,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/copilot/COPILOT.md b/adapters/copilot/COPILOT.md index 8bc05e2..2602d6e 100644 --- a/adapters/copilot/COPILOT.md +++ b/adapters/copilot/COPILOT.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: copilot - adapter_format: Copilot instructions ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: copilot + adapter_format: Copilot instructions --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/gemini-extension/GEMINI.md b/adapters/gemini-extension/GEMINI.md index 0d346c4..72a6356 100644 --- a/adapters/gemini-extension/GEMINI.md +++ b/adapters/gemini-extension/GEMINI.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: gemini-extension - adapter_format: Gemini extension ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: gemini-extension + adapter_format: Gemini extension --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/gemini-extension/GEMINI_PRO.md b/adapters/gemini-extension/GEMINI_PRO.md index 02e7bfa..2f08318 100644 --- a/adapters/gemini-extension/GEMINI_PRO.md +++ b/adapters/gemini-extension/GEMINI_PRO.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer-pro - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL_PROFESSIONAL.md - adapter_id: gemini-extension-pro - adapter_format: Gemini extension ---- - - --- name: humanizer-pro version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Refine voice** - Ensure writing is alive, specific, and professional - +adapter_metadata: + skill_name: humanizer-pro + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL_PROFESSIONAL.md + adapter_id: gemini-extension-pro + adapter_format: Gemini extension --- + ## VOICE AND CRAFT Removing AI patterns is necessary but not sufficient. What remains needs to actually read well. @@ -311,15 +307,19 @@ The goal isn't "casual" or "formal"—it's **alive**. Writing that sounds like s --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -477,7 +477,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/qwen-cli/QWEN.md b/adapters/qwen-cli/QWEN.md index 8ea9791..ea7a99c 100644 --- a/adapters/qwen-cli/QWEN.md +++ b/adapters/qwen-cli/QWEN.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: qwen-cli - adapter_format: Qwen CLI context ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: qwen-cli + adapter_format: Qwen CLI context --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/adapters/vscode/HUMANIZER.md b/adapters/vscode/HUMANIZER.md index 5c1547a..562f4c7 100644 --- a/adapters/vscode/HUMANIZER.md +++ b/adapters/vscode/HUMANIZER.md @@ -1,14 +1,3 @@ ---- -adapter_metadata: - skill_name: humanizer - skill_version: 2.2.0 - last_synced: 2026-01-31 - source_path: SKILL.md - adapter_id: vscode - adapter_format: VSCode markdown ---- - - --- name: humanizer version: 2.2.0 @@ -42,9 +31,16 @@ When given text to humanize: 3. **Preserve meaning** - Keep the core message intact 4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.) 5. **Add soul** - Don't just remove bad patterns; inject actual personality - +adapter_metadata: + skill_name: humanizer + skill_version: 2.2.0 + last_synced: 2026-02-06 + source_path: SKILL.md + adapter_id: vscode + adapter_format: VSCode markdown --- + ## PERSONALITY AND SOUL Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it. @@ -316,15 +312,19 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -482,7 +482,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface diff --git a/src/core_patterns.md b/src/core_patterns.md index bbc201f..078c8fd 100644 --- a/src/core_patterns.md +++ b/src/core_patterns.md @@ -232,15 +232,19 @@ --- -### 18. Curly Quotation Marks +### 18. Quotation Mark Issues -**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("..."). +**Problem:** AI models make two common quotation mistakes: +1. Using curly quotes (“...”) instead of straight quotes ("...") +2. Using single quotes ('...') as primary delimiters (from code training) **Before:** > He said “the project is on track” but others disagreed. +> She stated, 'This is the final version.' **After:** > He said "the project is on track" but others disagreed. +> She stated, "This is the final version." --- @@ -398,7 +402,7 @@ Common in AI but also in some human writing: ### Low (Subtle Tells) Minor indicators, fix if other patterns present: -- **Pattern 18:** Curly Quotation Marks +- **Pattern 18:** Quotation Mark Issues - **Pattern 16:** Title Case in Headings - **Pattern 14:** Overuse of Boldface