Skip to content
Open
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ A Claude Code skill that removes signs of AI-generated writing from text, making

## Installation

### Recommended (clone directly into Claude Code skills directory)
### Recommended (clone directly into skills directory)

**Claude Code:**
```bash
mkdir -p ~/.claude/skills
git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer
```

**AdaL:**
```bash
mkdir -p ~/.adal/skills
git clone https://github.com/blader/humanizer.git ~/.adal/skills/humanizer
```

### Manual install/update (only the skill file)

If you already have this repo cloned (or you downloaded `SKILL.md`), copy the skill file into Claude Code’s skills directory:
Expand Down