plugin.json 578 B

1234567891011121314
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  3. "name": "humanizer",
  4. "description": "Remove signs of AI-generated writing from text, making it sound more natural and human. Based on Wikipedia's \"Signs of AI writing\" guide.",
  5. "version": "2.8.1",
  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. }