Compare commits

...

2 Commits

Author SHA1 Message Date
f2d76346a2 Merge pull request 'Add marketplace.json for plugin marketplace support' (#1) from add-marketplace-json into master
Reviewed-on: #1
2026-04-08 02:47:54 +02:00
zero
058e00fc80 Add marketplace.json for plugin marketplace support
Adds the required marketplace.json file so the repo can be registered
as a Claude Code marketplace via /plugin marketplace add.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 02:47:20 +02:00

View File

@@ -0,0 +1,17 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "tea-skill",
"description": "Marketplace for the tea CLI skill — full Gitea operability from Claude Code",
"owner": {
"name": "Glenn Schrooyen"
},
"plugins": [
{
"name": "tea",
"description": "Full operability with the tea CLI for Gitea — manage issues, PRs, releases, branches, notifications, and more from the command line.",
"source": ".",
"category": "development",
"homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill"
}
]
}