plugin.json 537 B

123456789101112131415
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  3. "name": "humanizer",
  4. "description": "Rewrite AI-sounding text so it reads naturally without changing what it says.",
  5. "version": "2.11.2",
  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. "skills": ["./"]
  15. }