Generic git skills for non-engineers. Clone any repo and contribute changes without touching git directly.
Clone a git repository to the user's machine so they can work on it and contribute changes. Asks for the repo URL and where to put it. Saves the location for use with /contribute. Use when someone says "clone a repo", "I want to work on X", "add a repo", or invokes /clone.
Commit and push local changes in any git repository. Asks what changed, picks the right repo, and handles git pull/commit/push in plain language. Supports Mac and Windows. Use when someone says "share my changes", "push my work", "contribute", "commit", or invokes /contribute.
One-time machine setup for using git. Installs git, configures identity, and sets up GitHub SSH access. No engineer needed. Supports Mac and Windows. Use when someone says "set up git", "new machine", "first time setup", or invokes /setup. After this, use /clone to add a repo to work on.
Shared Claude skills, memory, and scripts for the team.
You will need: Claude Code installed.
This tells Claude Code where to find our team's skills. Run once:
/plugin marketplace add impossiblecloud/agentic-common
Registering the marketplace does not install anything yet. Run this to actually install the skills:
/plugin install git-agent@agentic-common
You should see ✓ Installed git-agent. Run /reload-plugins if prompted.
/git-agent:setup
Claude will guide you through the rest. No technical knowledge needed.
Note: Skills in this plugin are namespaced. Always use the full name:
/git-agent:setup,/git-agent:clone,/git-agent:contribute. Typing/setupalone triggers a different built-in Claude Code command.
Work on a repo:
/git-agent:clone
Share your changes:
/git-agent:contribute
Get latest skills from the team:
/plugin update git-agent@agentic-common
.claude-plugin/
marketplace.json Plugin catalog
memory/ Shared memory files (global, all agents)
agents/
git-agent/ Skills to clone repos and contribute changes
.claude-plugin/ Plugin manifest
skills/ setup / clone / contribute
scripts/ contribute.sh / contribute.ps1
When you change skills or scripts, bump the version in both files before pushing:
agents/git-agent/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonChange "version": "1.0.0" to the next version (e.g. 1.0.1, 1.1.0).
Without a version bump, users running /plugin update will see "already at latest version"
and won't receive your changes.
Create agents/<agent-name>/ with:
.claude-plugin/plugin.json — plugin manifestskills/ — one directory per skill, each with a SKILL.mdREADME.md — what the agent does and how to use itRegister it in .claude-plugin/marketplace.json and bump the marketplace version.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub impossiblecloud/agentic-common --plugin git-agentGeneral purpose Claude Code toolkit with research agents, skills, and introspection commands
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation