docs: document available plugins (gitea-tea, uv, humanizer) in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -35,6 +35,46 @@ Voraussetzung: dein Gitea-SSH-Key ist auf Port 2222 eingerichtet.
|
|||||||
|
|
||||||
Verfügbare Plugins listet `/plugin` bzw. `marketplace.json`.
|
Verfügbare Plugins listet `/plugin` bzw. `marketplace.json`.
|
||||||
|
|
||||||
|
## Verfügbare Plugins
|
||||||
|
|
||||||
|
### gitea-tea
|
||||||
|
|
||||||
|
Gitea vom Terminal über die `tea`-CLI verwalten: Issues, PRs, Releases, Repos,
|
||||||
|
Labels, Milestones. Enthält geprüfte Befehlsreferenzen und Hinweise für den
|
||||||
|
nicht-interaktiven (AI-Agent-)Einsatz.
|
||||||
|
|
||||||
|
- Voraussetzung: `tea` installiert und via `tea login add` authentifiziert.
|
||||||
|
- Merke: Body-Flag ist `--description`/`-d` (nicht `--body`); `--output` nur bei
|
||||||
|
Listen-/Objekt-Befehlen, nicht bei `tea whoami`.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/plugin install gitea-tea@inmedias-claude-plugins
|
||||||
|
```
|
||||||
|
|
||||||
|
### uv
|
||||||
|
|
||||||
|
`uv` statt `pip`/`python`/`venv`: Skripte mit `uv run script.py`, Dependencies mit
|
||||||
|
`uv add`, inline Script-Metadata für Standalone-Skripte. Enthält zusätzlich
|
||||||
|
`build.md` und `scripts.md` mit Detail-Rezepten.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/plugin install uv@inmedias-claude-plugins
|
||||||
|
```
|
||||||
|
|
||||||
|
### humanizer
|
||||||
|
|
||||||
|
Entfernt typische Merkmale KI-generierten Texts (aufgeblähte Symbolik,
|
||||||
|
Werbesprache, Em-Dash-Overkill, Dreierregel, Passiv usw.), damit Texte
|
||||||
|
natürlicher klingen. Basiert auf Wikipedias „Signs of AI writing".
|
||||||
|
|
||||||
|
- Vendored von [github.com/blader/humanizer](https://github.com/blader/humanizer)
|
||||||
|
(Version 2.5.1, MIT-Lizenz liegt bei). Kein automatischer Upstream-Sync —
|
||||||
|
Updates werden manuell nachgezogen.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/plugin install humanizer@inmedias-claude-plugins
|
||||||
|
```
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user