Gitea Gitea is a self-hosted Git repository management solution. It's similar to GitHub, but you can run it on your own servers. Developers and teams who want more control over their code and infrastructure often use it. Official docs: https://docs.gitea.io/ Gitea Overview - Repository - Branch - Issue - Pull Request - Milestone - Organization - User Working with Gitea This skill uses the Membrane CLI to interact with Gitea. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the M…