Merge pull request 'Add marketplace.json for plugin marketplace support' (#1) from add-marketplace-json into master
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
17
.claude-plugin/marketplace.json
Normal file
17
.claude-plugin/marketplace.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user