plugin.json 531 B

1234567891011121314
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  3. "name": "humanizer",
  4. "description": "Rewrite text that sounds AI-generated while keeping the writer's facts, meaning, and voice.",
  5. "version": "2.11.0",
  6. "author": {
  7. "name": "blader",
  8. "url": "https://github.com/blader"
  9. },
  10. "homepage": "https://github.com/blader/humanizer",
  11. "repository": "https://github.com/blader/humanizer",
  12. "license": "MIT",
  13. "keywords": ["writing", "editing", "ai-detection", "humanize", "prose", "style"]
  14. }