What problem does it solve?
This Skill removes the complexity of managing hosted source repositories by providing API-driven git operations without requiring a local clone, while still supporting standard git workflows over HTTPS.
Core Features & Use Cases
- Repository Management: Create, list, inspect, and delete hosted git repositories within an organization.
- Version Control Operations: Read history, trees, blobs, diffs, and refs, and perform atomic commits, branch management, tags, merges, and repacks.
- Real Git Compatibility: Enable standard git clone, fetch, and push workflows using API key authentication for development and deployment scenarios.
Quick Start
Ask the my-git-api skill to create a repository, commit project files, and show the latest branch history.