7 Commits

Author SHA1 Message Date
6850bb148e Merge pull request 'Fix marketplace.json source field format' (#2) from add-marketplace-json into master
Reviewed-on: #2
2026-04-08 02:50:04 +02:00
zero
455147f358 Fix marketplace.json source field format
Use URL object format instead of bare "." which fails schema validation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 02:49:24 +02:00
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
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
zero
f865302cb4 Fix install instructions with correct plugin path
Skills live inside plugin packages under ~/.claude/plugins/,
not a standalone ~/.claude/skills/ directory. Updated README
with working install steps for both copy and symlink approaches.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:04:13 +02:00
zero
90e507bb3e Add tea skill for Claude Code
Full operability skill for the tea Gitea CLI — covers issues, PRs,
repos, releases, branches, actions, webhooks, notifications, orgs,
time tracking, and raw API access.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 21:56:06 +02:00