humanize
v0.1.1Distill your writing voice into reusable tone presets and rewrite existing text to sound human (not AI) in zh-TW or English — meaning always preserved.
By William Hung0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 26, 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 humanize for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install humanize-3@agent-plugin-marketplacePaste 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/21-BreakinCode/cc-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is humanize/.
Plugin files
├── .claude-plugin/plugin.json├── skills/distill/SKILL.md└── skills/rewrite/SKILL.md
Included Skills2
Use to capture a writing voice into a reusable tone preset from samples or referenced materials. Triggers on "distill my voice / tone", "make a tone preset from these posts", or "capture the writing style of X". The preset it produces is consumed by humanize:rewrite.
Use to humanize / de-AI existing text (PR comments, posts, emails, docs) in Traditional Chinese (zh-TW) or English, preserving meaning. Triggers on "humanize this", "make this sound less like AI / ChatGPT", or "去AI味". Also triggers on "rewrite my PR comment to sound human" or "check my draft for AI-tells" (flag-only).
Plugin manifests1
{
"name": "humanize",
"description": "Distill your writing voice into reusable tone presets and rewrite existing text to sound human (not AI) in zh-TW or English — meaning always preserved.",
"version": "0.1.1",
"author": {
"name": "William Hung"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[humanize on Agent Plugins Marketplace](https://pluginsmp.com/plugins/humanize-3)