Files
tea-skill/.claude-plugin/plugin.json
zero 9b51cc9d3e Restructure into proper Claude Code plugin format
- Move tea/ → skills/tea/ so the plugin loader can find the skill
- Add .claude-plugin/plugin.json with name, version, description, author, keywords
- Add MIT LICENSE file
- Update README with marketplace install command and corrected manual install paths

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

12 lines
403 B
JSON

{
"name": "tea",
"version": "1.0.0",
"description": "Full operability with the tea CLI for Gitea — manage issues, PRs, releases, branches, notifications, and more from the command line.",
"author": {
"name": "zero"
},
"homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill",
"license": "MIT",
"keywords": ["gitea", "tea", "git", "issues", "pull-requests", "cli"]
}