mirror of
https://github.com/blader/humanizer.git
synced 2026-09-14 15:38:40 +08:00
43c97670b5
Rewrite the skill and all repo-authored guidance in Plain Language. Keep all 35 patterns, examples, commands, schemas, and package behavior.
15 lines
531 B
JSON
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"]
|
|
}
|