gitea
Installation
SKILL.md
Gitea
Interact with a Gitea instance using extea — a drop-in replacement for tea that adds project board (kanban) management.
Authentication
- Use
--login <name>(or-l <name>) for all commands to select a login profile. - Board password is stored in
~/.config/tea/config.ymlalongside the login. Can also be set viaGITEA_PASSWORDenv var. - For git push/pull over HTTP, embed the token in the URL:
http://user:TOKEN@<host>/owner/repo.git - Run
extea login addto create a login (API token + optional board password).
Repos
extea repos list -l <login>
extea repos create --name <name> --description "<desc>" -l <login>
extea repos delete --name <name> --owner <owner> --force -l <login>
Do NOT use
--initwhen creating a repo you plan to push an existing local repo into.