Git
Automates Git repository management within Epicenter HQ, streamlining workflows and ensuring code consistency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add epicenterhq-git npx -- -y @trustedskills/epicenterhq-git
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"epicenterhq-git": {
"command": "npx",
"args": [
"-y",
"@trustedskills/epicenterhq-git"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Git repositories, allowing them to manage version control workflows directly. It facilitates cloning repositories, checking status, and executing standard Git commands to track changes in codebases.
When to use it
- Automating initial setup by cloning a specific repository into the agent's working directory.
- Verifying the current state of a project by checking for uncommitted or untracked files.
- Executing version control operations like staging, committing, and pushing updates without manual CLI intervention.
Key capabilities
- Cloning remote repositories to local environments.
- Checking repository status and file changes.
- Running standard Git commands for version management.
Example prompts
- "Clone the repository located at https://github.com/example/project into the current working directory."
- "Check the git status of the project to see if there are any uncommitted changes."
- "Stage all modified files and create a commit with the message 'Fix login bug'."
Tips & gotchas
Ensure the AI agent has write permissions for the target repository before attempting to clone or push changes. This skill relies on standard Git CLI commands, so complex workflows may require additional context about specific branch strategies or remote configurations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.