c47436d6d33db90ba8b83458a66a7bb988fa2fe0
Adds the human-facing entry point and router for the Gitea integration, replacing the old flat /gitea skill per ADR 0011. It composes the six domain skills (gitea-issues, gitea-labels-milestones, gitea-prs, gitea-branches, gitea-files, gitea-releases) rather than calling any Gitea MCP tool directly, mirroring git-workflow's router shape. Preserves the old flat skill's default no-args status view (open issues + open PRs, two sections) and adds deterministic ambiguous issue-vs-PR number resolution via issue_read's is_pull field, since issues and PRs share one number space in Gitea. Authored via kyberforge:forge -> skill-author, with an independent clean-context skill-audit re-run confirming no findings. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FNJWdVvdgvZCHi1hZGqgVQ
Description
AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.
Releases
3
Languages
Shell
89.7%
Python
6.3%
HTML
3.7%
JavaScript
0.3%