Git Master
Automates Git repository management tasks like branching, merging, and pushing changes based on user instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add josiahsiegel-git-master npx -- -y @trustedskills/josiahsiegel-git-master
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"josiahsiegel-git-master": {
"command": "npx",
"args": [
"-y",
"@trustedskills/josiahsiegel-git-master"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
git-master
What it does
This skill enables AI agents to execute Git commands directly within the terminal, allowing for seamless version control operations. It facilitates cloning repositories, managing branches, and applying changes without manual CLI interaction.
When to use it
- Repository Setup: Quickly clone a new project from a remote URL into your working directory.
- Branch Management: Create, switch between, or delete Git branches programmatically during development workflows.
- Commit Automation: Stage specific files and create commits with custom messages based on code changes.
- Status Checks: Inspect the current state of the repository to identify untracked or modified files before deployment.
Key capabilities
- Executes standard Git CLI commands via terminal integration.
- Supports operations like
clone,checkout,branch, andcommit. - Enables direct interaction with version control systems from within an AI agent context.
Example prompts
- "Clone the repository at https://github.com/example/project into the current directory."
- "Create a new branch named 'feature-login' and switch to it."
- "Stage all modified files and commit them with the message 'Update user authentication logic'."
Tips & gotchas
Ensure your AI agent has terminal access configured, as this skill relies on executing system commands. Verify that the target Git repositories are accessible and that necessary credentials (like SSH keys or tokens) are available if private repos are involved.
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.