| 123456789101112131415161718 |
- {
- "$schema": "https://json.schemastore.org/claude-code-marketplace-manifest.json",
- "name": "humanizer",
- "owner": {
- "name": "blader",
- "url": "https://github.com/blader"
- },
- "description": "Install Humanizer as a Claude plugin.",
- "plugins": [
- {
- "name": "humanizer",
- "source": "./",
- "description": "Rewrite AI-sounding text so it reads naturally without changing what it says.",
- "license": "MIT",
- "keywords": ["writing", "editing", "ai-detection", "humanize", "prose", "style"]
- }
- ]
- }
|