Use URL object format instead of bare "." which fails schema validation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
725 B
JSON
22 lines
725 B
JSON
{
|
|
"$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": {
|
|
"source": "url",
|
|
"url": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill.git",
|
|
"ref": "master"
|
|
},
|
|
"category": "development",
|
|
"homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill"
|
|
}
|
|
]
|
|
}
|