marketplace.json 540 B

123456789101112131415161718
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-marketplace-manifest.json",
  3. "name": "humanizer",
  4. "owner": {
  5. "name": "blader",
  6. "url": "https://github.com/blader"
  7. },
  8. "description": "Install Humanizer as a Claude plugin.",
  9. "plugins": [
  10. {
  11. "name": "humanizer",
  12. "source": "./",
  13. "description": "Rewrite AI-sounding text so it reads naturally without changing what it says.",
  14. "license": "MIT",
  15. "keywords": ["writing", "editing", "ai-detection", "humanize", "prose", "style"]
  16. }
  17. ]
  18. }