Cheney Zhang d9d3bc3a84 Update skill installation docs
Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
2026-04-27 07:51:18 +00:00
2026-04-27 07:51:18 +00:00

mygitplugin

A collection of Git workflow skills for AI coding agents — fork, clone, commit, PR, sync, notifications, and weekly summaries.

Available Skills

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.

Quick Start

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

Installation

Install using npx skills:

Install to all agents at once

# 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

Install to a specific agent

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.

Updating

# 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.

Claude Code Plugin

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

Configuration

  • GitHub account: zc277584121
  • All commits are signed off by: Cheney Zhang <chen.zhang@zilliz.com>
  • Requires gh CLI to be authenticated

License

MIT

S
Description
git-create-repo: Create a new GitHub repository and clone it locally; git-commit-push: Commit changes and push to origin without creating a PR; git-commit-pr: Commit changes and create a pull request to the official upstream repo; git-fork-clone: Fork a GitHub repo and clone it locally with proper remote setup; git-summarize-weekly: Summarize weekly GitHub contributions for writing weekly reports; git-get-notification: Check GitHub notifications and recent Issues/PRs for monitored repos; git-sy…
Readme 51 KiB
Languages
Markdown 100%