sko and Claude Opus 4.8
c09ea07d3f
klare-sprache: Plugin für klare Sprache (ISO 24495-1:2023) hinzufügen
...
Neues Skill-Plugin, das Texte nach den Leitprinzipien der ISO 24495-1:2023
(Plain Language) schreibt/überarbeitet: zielgruppen- und prozessorientiert
(finden – verstehen – nutzen). Im marketplace.json registriert.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-08-18 04:54:34 +02:00
sko
36dcb843b9
Merge pull request 'plugins/einfaches-technisches-deutsch: Schreibstil-Skill (ASD-STE100 auf Deutsch)' ( #5 ) from feature/einfaches-technisches-deutsch-plugin into main
2026-08-12 06:46:06 +02:00
sko and Claude Opus 4.8
919cd52bff
plugins/einfaches-technisches-deutsch: Schreibstil-Skill (ASD-STE100 auf Deutsch)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-08-12 06:45:51 +02:00
sko
27f40ee18a
Merge pull request 'README: Einrichtung an oeffentliches Repo angepasst' ( #4 ) from docs/readme-oeffentlicher-marketplace into main
...
Reviewed-on: #4
2026-08-11 10:23:00 +02:00
sko and Claude Opus 5
64744a213d
README: Einrichtung an oeffentliches Repo angepasst
...
Das Repo ist inzwischen oeffentlich lesbar; `/plugin marketplace add` klont
direkt ueber HTTPS. Die insteadOf-Umleitung auf SSH ist dafuer nicht mehr
noetig und steht jetzt nur noch als Rueckfallweg fuer den Fall, dass das Repo
wieder privat gestellt wird.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-08-11 10:11:03 +02:00
sko and Claude Opus 4.8
04886d73f5
humhub: fetch-Befehl + space-list/resolve_container ins Plugin
...
- fetch <content-id|perma-url> [--save]: löst Perma-Links selbst auf
- space-list + resolve_container: container_id akzeptiert Slug/URL/ID
- SKILL.md entsprechend ergänzt
Gleicht das Plugin an die kanonische humhub.py (dokumentierer) an.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-08-05 06:03:41 +02:00
sko
aa9888700d
Merge pull request 'plugins/grill-me: grill-me als Skill (Plan/Idee gnadenlos durchfragen)' ( #3 ) from feature/grill-me-plugin into main
2026-07-29 08:44:33 +02:00
sko and Claude Opus 4.8
437bd1c1ee
plugins/grill-me: grill-me als Skill (Plan/Idee gnadenlos durchfragen)
...
Deutsche Adaption des englischen Originals von Matt Pocock.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-29 08:43:33 +02:00
sko and Claude Opus 4.8
0fd228b962
README: mediawiki- und humhub-Plugin dokumentiert
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-16 10:17:04 +02:00
sko
ad893e20d5
Merge pull request 'plugins/mediawiki: wiki.py als Skill (Wiki lesen/rendern/schreiben)' ( #1 ) from feature/mediawiki-plugin into main
...
Reviewed-on: #1
2026-07-16 10:10:23 +02:00
sko
079226ea43
Merge remote-tracking branch 'origin/main' into feature/mediawiki-plugin
...
# Conflicts:
# .claude-plugin/marketplace.json
2026-07-16 10:09:24 +02:00
sko
633592b9b0
Merge pull request 'plugins/humhub: humhub.py als Skill (Wiki-Seiten & Posts)' ( #2 ) from feature/humhub-plugin into main
...
Reviewed-on: #2
2026-07-16 10:06:04 +02:00
sko and Claude Opus 4.8
9cee563a81
humhub: Token-Quelle korrigiert (REST-Admin, nur berechtigte Benutzer)
...
Token gibt es nur als berechtigter Benutzer unter
https://humhub.inmedias.it/rest/admin/index (nicht ueber Benutzereinstellungen).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-16 10:05:14 +02:00
sko and Claude Opus 4.8
f45d7a3f8f
plugins/humhub: humhub.py als Skill (Wiki-Seiten & Posts via REST-API)
...
Neues Plugin, das HumHub (humhub.inmedias.it) ueber die gevendorte, self-
contained humhub.py (uv run --script; requests+python-dotenv) bedient:
wiki-list/get/update/create, post-list/create/update. Token bleibt lokal
(Umgebungsvariable bzw. dotenv-Datei) - Beispiel-Vorlage beiliegend. SKILL.md
dokumentiert Nutzung. Marketplace-Eintrag ergaenzt.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-16 10:01:25 +02:00
sko and Claude Opus 4.8
7b44ceafdc
plugins/mediawiki: wiki.py als Skill (fetch/update/render, wiki & devwiki)
...
Neues Plugin, das MediaWiki-Seiten/Templates ueber die gevendorte, self-
contained wiki.py (uv run --script; mwclient+python-dotenv) liest, rendert und
schreibt. Instanzen wiki (Prod) und devwiki via -w. Zugangsdaten bleiben lokal
(Umgebungsvariablen bzw. dotenv-Datei) - Beispiel-Vorlage beiliegend. SKILL.md
dokumentiert Nutzung + Regel "Wiki nur via wiki.py/MCP, nicht Maintenance-Skript".
Marketplace-Eintrag ergaenzt.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-16 09:50:43 +02:00
sko and Claude Opus 4.8
fdbf8d640f
docs: document available plugins (gitea-tea, uv, humanizer) in README
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 07:50:23 +02:00
sko and Claude Opus 4.8
5648bd4551
feat: add humanizer plugin to marketplace (vendored from blader/humanizer)
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 04:37:33 +02:00
sko and Claude Opus 4.8
98fb3d5b78
feat: add uv plugin to marketplace
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 03:38:20 +02:00
sko and Claude Opus 4.8
239e613100
docs: document insteadOf git config for private-repo marketplace access
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 03:32:38 +02:00
sko and Claude Opus 4.8
1afb1f58af
docs: use full git URL for marketplace add (Gitea, not GitHub shorthand)
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 03:27:55 +02:00
sko and Claude Opus 4.8
1a1abf5ee6
feat: initial marketplace with gitea-tea plugin
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 03:23:59 +02:00