marketplace.json 622 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": "The humanizer skill, installable as a Claude Code plugin.",
  9. "plugins": [
  10. {
  11. "name": "humanizer",
  12. "source": "./",
  13. "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.",
  14. "license": "MIT",
  15. "keywords": ["writing", "editing", "ai-detection", "humanize", "prose", "style"]
  16. }
  17. ]
  18. }