add marketplace

This commit is contained in:
RubenRWU
2026-05-06 15:05:58 +02:00
parent d120b716b5
commit 42d20b1efc

11
marketplace.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "Onyva Marketplace",
"description": "Interne Claude Code Skills für Onyva-Projekte",
"plugins": [
{
"name": "onyva-login",
"description": "Integriert den zentralen Onyva Dev Login (OIDC/SSO) in ein bestehendes Projekt. Implementiert Authorization Code Flow mit PKCE, zentralem Logout und Rollenzugriff.",
"path": "."
}
]
}