npx skills add https://github.com/zc277584121/mygitplugin --skill git-commit-prInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A collection of Git workflow skills for AI coding agents — fork, clone, commit, PR, sync, notifications, and weekly summaries.
| Skill | Description |
|---|---|
git-fork-clone |
Fork a GitHub repo and clone it locally with proper remote setup. |
git-commit-pr |
Commit changes and create a PR to the upstream official repo. |
git-create-repo |
Create a new GitHub repo and clone it locally. |
git-commit-push |
Commit changes and push to origin without creating a PR. |
git-summarize-weekly |
Summarize weekly GitHub contributions for weekly reports. |
git-get-notification |
Check GitHub notifications and recent Issues/PRs for monitored repos. |
git-sync-main |
Sync the local main branch with the latest code from official upstream or origin. |
Install all skills globally to all supported AI coding agents with one command:
npx skills add zc277584121/mygitplugin --all -g
Update to the latest version:
npx skills update
Install using npx skills:
# Global — available in all projects, all agents
npx skills add zc277584121/mygitplugin --all -g
# Project-level — current project only, all agents
npx skills add zc277584121/mygitplugin --all
npx skills add zc277584121/mygitplugin -a claude-code -g
npx skills add zc277584121/mygitplugin -a cursor -g
npx skills add zc277584121/mygitplugin -a codex -g
Other supported agents: windsurf, github-copilot, cline, roo, gemini-cli, goose, kilo, augment, opencode, and 40+ more.
Project vs Global: Without
-g, skills are installed into the current project directory. With-g, they go to your home directory and are available across projects.
# Check for updates
npx skills check
# Update all globally installed skills to latest
npx skills update
To update project-level installs, re-run the npx skills add command.
This repository can also be installed through the Claude Code plugin system:
/plugin marketplace add zc277584121/mygitplugin
/plugin install mygitplugin
For local plugin development/testing:
claude --plugin-dir /path/to/mygitplugin
zc277584121Cheney Zhang <[email protected]>gh CLI to be authenticatedMIT