Files
blader__humanizer/.claude-plugin/plugin.json
T
Siqi Chen 43c97670b5 Rewrite Humanizer in Plain Language (v2.11.0) (#223)
Rewrite the skill and all repo-authored guidance in Plain Language. Keep all 35 patterns, examples, commands, schemas, and package behavior.
2026-08-17 03:05:01 -07:00

15 lines
531 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "humanizer",
"description": "Rewrite text that sounds AI-generated while keeping the writer's facts, meaning, and voice.",
"version": "2.11.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", "ai-detection", "humanize", "prose", "style"]
}