Skip to content

Revise README for Humanizer installation instructions#145

Open
nisrulz wants to merge 2 commits into
blader:mainfrom
nisrulz:patch-1
Open

Revise README for Humanizer installation instructions#145
nisrulz wants to merge 2 commits into
blader:mainfrom
nisrulz:patch-1

Conversation

@nisrulz

@nisrulz nisrulz commented Jun 10, 2026

Copy link
Copy Markdown

Updated installation instructions for clarity and added per-agent install section.

  • Avoids having to clone the repo
  • npx skills update - This will sync the latest changes from this repo in one command
  • npx skills add - This will add support for any agent out there.

Updated installation instructions for clarity and added per-agent install section.
Comment thread README.md
|---|---|
| **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` |

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Comment thread README.md
```bash
mkdir -p ~/.config/opencode/skills/humanizer
cp SKILL.md ~/.config/opencode/skills/humanizer/
npx skills update humanizer

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output:

⚡️ npx skills update humanizer 
Updating humanizer...

Checking skills from source: blader/humanizer
✓ All global skills are up to date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant