Agent Plugins Marketplace
All plugins

humanizer

v3.0.0

Rewrite AI-sounding text so it reads naturally without changing what it says.

Claude Code1 Skill

By bladerLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install humanizer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install humanizer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/anbanai/creator-harness

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dsh/presets/article/skills/humanizer/.

Plugin files

dsh/presets/article/skills/humanizer/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

humanizerSKILL.md

Rewrite AI-sounding text so it reads like the writer without changing what it says. Use when editing or reviewing prose for AI tells: not-X-but-Y contrasts, one-line closers, staged openers, forced triads, dashes everywhere, inflated claims, sales language, stock AI words, bold labels, or filler. Based on Wikipedia's "Signs of AI writing."

Plugin manifests1

dsh/presets/article/skills/humanizer/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "humanizer",
  "description": "Rewrite AI-sounding text so it reads naturally without changing what it says.",
  "version": "3.0.0",
  "author": {
    "name": "blader",
    "url": "https://github.com/blader"
  },
  "homepage": "https://github.com/blader/humanizer",
  "repository": "https://github.com/blader/humanizer",
  "license": "MIT",
  "keywords": [
    "writing",
    "editing",
    "humanize",
    "prose",
    "style"
  ],
  "skills": [
    "./"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[humanizer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/humanizer)