Revise README for Humanizer installation instructions#145
Open
nisrulz wants to merge 2 commits into
Open
Conversation
Updated installation instructions for clarity and added per-agent install section.
nisrulz
commented
Jun 10, 2026
| |---|---| | ||
| | **Claude Code** | `npx skills add blader/humanizer --agent claude-code` | | ||
| | **opencode** | `npx skills add blader/humanizer --agent opencode` | | ||
| | **Codex CLI** | `npx skills add blader/humanizer --agent codex` | |
Author
There was a problem hiding this comment.
Example of terminal output:
npx skills add blader/humanizer --agent codex
███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
███████╗█████╔╝ ██║██║ ██║ ███████╗
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
███████║██║ ██╗██║███████╗███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
┌ skills
│
◇ Source: https://github.com/blader/humanizer.git
│
◇ Repository cloned
│
◇ Found 1 skill
│
● Skill: humanizer
│
│ 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 comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
│
◇ Installation scope
│ Global
│
◇ Installation Summary ───────╮
│ │
│ ~/.agents/skills/humanizer │
│ copy → Codex │
│ │
├──────────────────────────────╯
│
◇ Security Risk Assessments ───────────────────────────────╮
│ │
│ Gen Socket Snyk │
│ humanizer Safe 0 alerts Low Risk │
│ │
│ Details: https://skills.sh/blader/humanizer │
│ │
├───────────────────────────────────────────────────────────╯
│
◇ Proceed with installation?
│ Yes
│
◇ Installation complete
│
◇ Installed 1 skill ──────────────╮
│ │
│ ✓ humanizer (copied) │
│ → ~/.agents/skills/humanizer │
│ │
├──────────────────────────────────╯
│
└ Done! Review skills before use; they run with full agent permissions.
Add update instructions for syncing skills.
nisrulz
commented
Jun 10, 2026
| ```bash | ||
| mkdir -p ~/.config/opencode/skills/humanizer | ||
| cp SKILL.md ~/.config/opencode/skills/humanizer/ | ||
| npx skills update humanizer |
Author
There was a problem hiding this comment.
Output:
⚡️ npx skills update humanizer
Updating humanizer...
Checking skills from source: blader/humanizer
✓ All global skills are up to date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated installation instructions for clarity and added per-agent install section.
npx skills update- This will sync the latest changes from this repo in one commandnpx skills add- This will add support for any agent out there.