Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions SKILL_PROFESSIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions adapters/antigravity-rules-workflows/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
---
Comment on lines +34 to 41
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The adapter_metadata block has been moved from the top of the YAML front matter (before the "name" field) to inside the document content (after item blader#5 of the task list, before the closing "---"). This breaks the YAML structure as adapter_metadata is now outside the front matter block and appears as plain text rather than structured metadata. The metadata should remain within the opening "---" and closing "---" delimiters of the YAML front matter.

Copilot uses AI. Check for mistakes.


## 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.
Expand Down Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions adapters/antigravity-skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
---
Comment on lines +34 to 41
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The adapter_metadata block has been moved from the top of the YAML front matter (before the "name" field) to inside the document content (after item blader#5 of the task list, before the closing "---"). This breaks the YAML structure as adapter_metadata is now outside the front matter block and appears as plain text rather than structured metadata. The metadata should remain within the opening "---" and closing "---" delimiters of the YAML front matter.

Copilot uses AI. Check for mistakes.


## 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.
Expand Down Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions adapters/antigravity-skill/SKILL_PROFESSIONAL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
---
Comment on lines +34 to 41
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The adapter_metadata block has been moved from the top of the YAML front matter (before the "name" field) to inside the document content (after item blader#5 of the task list, before the closing "---"). This breaks the YAML structure as adapter_metadata is now outside the front matter block and appears as plain text rather than structured metadata. The metadata should remain within the opening "---" and closing "---" delimiters of the YAML front matter.

Copilot uses AI. Check for mistakes.


## VOICE AND CRAFT

Removing AI patterns is necessary but not sufficient. What remains needs to actually read well.
Expand Down Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions adapters/copilot/COPILOT.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
---
Comment on lines +34 to 41
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The adapter_metadata block has been moved from the top of the YAML front matter (before the "name" field) to inside the document content (after item blader#5 of the task list, before the closing "---"). This breaks the YAML structure as adapter_metadata is now outside the front matter block and appears as plain text rather than structured metadata. The metadata should remain within the opening "---" and closing "---" delimiters of the YAML front matter.

Copilot uses AI. Check for mistakes.


## 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.
Expand Down Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions adapters/gemini-extension/GEMINI.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
---
Comment on lines +34 to 41
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The adapter_metadata block has been moved from the top of the YAML front matter (before the "name" field) to inside the document content (after item blader#5 of the task list, before the closing "---"). This breaks the YAML structure as adapter_metadata is now outside the front matter block and appears as plain text rather than structured metadata. The metadata should remain within the opening "---" and closing "---" delimiters of the YAML front matter.

Copilot uses AI. Check for mistakes.


## 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.
Expand Down Expand Up @@ -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."

---

Expand Down Expand Up @@ -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

Expand Down
Loading
Loading