Sfoglia il codice sorgente

feat: add OpenCode support (#47)

- 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
Roberto Montalti 2 mesi fa
parent
commit
b7d1f2e6f4
2 ha cambiato i file con 35 aggiunte e 7 eliminazioni
  1. 33 7
      README.md
  2. 2 0
      SKILL.md

+ 33 - 7
README.md

@@ -1,28 +1,54 @@
 # Humanizer
 # 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
 ## Installation
 
 
-### Recommended (clone directly into Claude Code skills directory)
+### Claude Code
+
+Clone directly into Claude Code's skills directory:
 
 
 ```bash
 ```bash
 mkdir -p ~/.claude/skills
 mkdir -p ~/.claude/skills
 git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer
 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
 ```bash
 mkdir -p ~/.claude/skills/humanizer
 mkdir -p ~/.claude/skills/humanizer
 cp SKILL.md ~/.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
 ## Usage
 
 
-In Claude Code, invoke the skill:
+### Claude Code
+
+```
+/humanizer
+
+[paste your text here]
+```
+
+### OpenCode
 
 
 ```
 ```
 /humanizer
 /humanizer
@@ -30,7 +56,7 @@ In Claude Code, invoke the skill:
 [paste your text here]
 [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]
 Please humanize this text: [your text]

+ 2 - 0
SKILL.md

@@ -8,6 +8,8 @@ description: |
   inflated symbolism, promotional language, superficial -ing analyses, vague
   inflated symbolism, promotional language, superficial -ing analyses, vague
   attributions, em dash overuse, rule of three, AI vocabulary words, negative
   attributions, em dash overuse, rule of three, AI vocabulary words, negative
   parallelisms, and excessive conjunctive phrases.
   parallelisms, and excessive conjunctive phrases.
+license: MIT
+compatibility: claude-code opencode
 allowed-tools:
 allowed-tools:
   - Read
   - Read
   - Write
   - Write