Skip to content
Open
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
3 changes: 2 additions & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: humanizer
version: 2.5.1
description: |
Remove signs of AI-generated writing from text. Use when editing or reviewing
text to make it sound more natural and human-written. Based on Wikipedia's
Expand All @@ -17,6 +16,8 @@ allowed-tools:
- Grep
- Glob
- AskUserQuestion
metadata:
version: 2.5.1
---

# Humanizer: Remove AI Writing Patterns
Expand Down
4 changes: 2 additions & 2 deletions WARP.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Invoke the skill:

## Making changes safely
### Versioning (keep in sync)
- `SKILL.md` has a `version:` field in its YAML frontmatter.
- `SKILL.md` has a `version:` field under `metadata:` in its YAML frontmatter.
- `README.md` has a “Version History” section.

If you bump the version, update both.
Expand All @@ -50,4 +50,4 @@ If you bump the version, update both.
- Keep the pattern numbering stable unless you’re intentionally re-numbering (since the README table and examples reference the same numbering).

### Documenting non-obvious fixes
If you change the prompt to handle a tricky failure mode (e.g., a repeated mis-edit or an unexpected tone shift), add a short note to `README.md`’s version history describing what was fixed and why.
If you change the prompt to handle a tricky failure mode (e.g., a repeated mis-edit or an unexpected tone shift), add a short note to `README.md`’s version history describing what was fixed and why.