Skill for claude-code and other AI agents for the Gitea CLI tea (https://gitea.com/gitea/tea).
- Shell 100%
| references | ||
| .gitignore | ||
| gitea-tea.skill | ||
| LICENSE | ||
| README.md | ||
| SKILL.md | ||
| zipit.sh | ||
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"