From dfbfb489b527b6623c260001ed133fb06b37793f Mon Sep 17 00:00:00 2001 From: Roberto Montalti Date: Sat, 28 Feb 2026 10:19:51 +0100 Subject: [PATCH] feat: add OpenCode support - Add license and compatibility fields to SKILL.md frontmatter so the skill is explicitly marked as compatible with both claude-code and opencode - Update README with OpenCode installation instructions covering both the native ~/.config/opencode/skills/ path and the claude-compatible path - Clarify that a single clone into ~/.claude/skills/ works for both tools since OpenCode scans that path for compatibility --- README.md | 40 +++++++++++++++++++++++++++++++++------- SKILL.md | 2 ++ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b64359..198fc9a 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,54 @@ # Humanizer -A Claude Code skill that removes signs of AI-generated writing from text, making it sound more natural and human. +A skill for Claude Code and OpenCode that removes signs of AI-generated writing from text, making it sound more natural and human. ## Installation -### Recommended (clone directly into Claude Code skills directory) +### Claude Code + +Clone directly into Claude Code's skills directory: ```bash mkdir -p ~/.claude/skills git clone https://github.com/blader/humanizer.git ~/.claude/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: +Or copy the skill file manually if you already have this repo cloned: ```bash mkdir -p ~/.claude/skills/humanizer cp SKILL.md ~/.claude/skills/humanizer/ ``` +### OpenCode + +Clone directly into OpenCode's skills directory: + +```bash +mkdir -p ~/.config/opencode/skills +git clone https://github.com/blader/humanizer.git ~/.config/opencode/skills/humanizer +``` + +Or copy the skill file manually if you already have this repo cloned: + +```bash +mkdir -p ~/.config/opencode/skills/humanizer +cp SKILL.md ~/.config/opencode/skills/humanizer/ +``` + +> **Note:** OpenCode also scans `~/.claude/skills/` for compatibility, so a single clone into `~/.claude/skills/humanizer/` works for both tools. + ## Usage -In Claude Code, invoke the skill: +### Claude Code + +``` +/humanizer + +[paste your text here] +``` + +### OpenCode ``` /humanizer @@ -30,7 +56,7 @@ In Claude Code, invoke the skill: [paste your text here] ``` -Or ask Claude to humanize text directly: +Or ask the model to humanize text directly in either tool: ``` Please humanize this text: [your text] diff --git a/SKILL.md b/SKILL.md index 656b2f5..b290bd2 100644 --- a/SKILL.md +++ b/SKILL.md @@ -8,6 +8,8 @@ description: | inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. +license: MIT +compatibility: claude-code opencode allowed-tools: - Read - Write