feat: add humanizer plugin to marketplace (vendored from blader/humanizer)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sko
2026-07-08 04:37:33 +02:00
co-authored by Claude Opus 4.8
parent 98fb3d5b78
commit 5648bd4551
7 changed files with 849 additions and 0 deletions
+5
View File
@@ -17,6 +17,11 @@
"name": "uv",
"source": "./plugins/uv",
"description": "uv statt pip/python/venv: Skripte mit uv run, Deps mit uv add, inline Script-Metadata für Standalone-Skripte."
},
{
"name": "humanizer",
"source": "./plugins/humanizer",
"description": "Entfernt typische Merkmale KI-generierten Texts, damit er natürlicher/menschlicher klingt (vendored von github.com/blader/humanizer)."
}
]
}