Skill for claude-code and other AI agents for the Gitea CLI tea (https://gitea.com/gitea/tea).
Find a file
2026-03-28 22:09:44 -07:00
references Initial commit of skill for gitea tea CLI. 2026-03-28 21:56:51 -07:00
.gitignore Initial commit of skill for gitea tea CLI. 2026-03-28 21:56:51 -07:00
gitea-tea.skill add quick script to zip it into skill 2026-03-28 22:09:44 -07:00
LICENSE Initial commit 2026-03-28 21:47:45 -07:00
README.md Update README.md 2026-03-28 21:50:49 -07:00
SKILL.md Initial commit of skill for gitea tea CLI. 2026-03-28 21:56:51 -07:00
zipit.sh add quick script to zip it into skill 2026-03-28 22:09:44 -07:00

tea-skill

Skill for claude-code and other AI agents for the Gitea CLI tea (https://gitea.com/gitea/tea).

For Claude Code, you just drop the skill folder into one of two places depending on whether you want it available globally or per-project: Global (all projects):

mkdir -p ~/.claude/skills/gitea-tea/references
cp SKILL.md ~/.claude/skills/gitea-tea/
cp references/cli-reference.md ~/.claude/skills/gitea-tea/references/

Per-project (just one repo):

mkdir -p .claude/skills/gitea-tea/references
cp SKILL.md .claude/skills/gitea-tea/
cp references/cli-reference.md .claude/skills/gitea-tea/references/

If you downloaded the gitea-tea.skill zip file, you can just unzip it into place:

# Global
unzip gitea-tea.skill -d ~/.claude/skills/gitea-tea

# Per-project
unzip gitea-tea.skill -d .claude/skills/gitea-tea

That's it — no restart needed. Claude Code scans the SKILL.md frontmatter to decide when to activate it, and only loads the full body when it's relevant to your request. You can verify it's working by asking Claude Code something like "list my open Gitea issues"