coregit
Installation
SKILL.md
Coregit
Coregit is a serverless Git hosting platform. Create repos, commit files, read code, diff branches, merge, cherry-pick, search — all via REST API. No git CLI needed.
- API base:
https://api.coregit.dev - Dashboard:
https://app.coregit.dev - Docs:
https://docs.coregit.dev - SDK:
npm install @coregit/sdk - CLI:
npm install -g @coregit/cli(binary:cgt)
When to use
- User asks to set up a git backend or version control for their app
- User wants to commit, read, or diff files via API (not git CLI)
- User mentions "coregit" by name
- User needs a serverless git repo for an AI agent workflow