{
  "markdown": "# mygitplugin\n\nA collection of Git workflow skills for AI coding agents — fork, clone, commit, PR, sync, notifications, and weekly summaries.\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [`git-fork-clone`](./skills/git-fork-clone/) | Fork a GitHub repo and clone it locally with proper remote setup. |\n| [`git-commit-pr`](./skills/git-commit-pr/) | Commit changes and create a PR to the upstream official repo. |\n| [`git-create-repo`](./skills/git-create-repo/) | Create a new GitHub repo and clone it locally. |\n| [`git-commit-push`](./skills/git-commit-push/) | Commit changes and push to origin without creating a PR. |\n| [`git-summarize-weekly`](./skills/git-summarize-weekly/) | Summarize weekly GitHub contributions for weekly reports. |\n| [`git-get-notification`](./skills/git-get-notification/) | Check GitHub notifications and recent Issues/PRs for monitored repos. |\n| [`git-sync-main`](./skills/git-sync-main/) | Sync the local main branch with the latest code from official upstream or origin. |\n\n## Quick Start\n\nInstall all skills globally to **all supported AI coding agents** with one command:\n\n```bash\nnpx skills add zc277584121/mygitplugin --all -g\n```\n\nUpdate to the latest version:\n\n```bash\nnpx skills update\n```\n\n## Installation\n\nInstall using [npx skills](https://skills.sh):\n\n### Install to all agents at once\n\n```bash\n# Global — available in all projects, all agents\nnpx skills add zc277584121/mygitplugin --all -g\n\n# Project-level — current project only, all agents\nnpx skills add zc277584121/mygitplugin --all\n```\n\n### Install to a specific agent\n\n```bash\nnpx skills add zc277584121/mygitplugin -a claude-code -g\nnpx skills add zc277584121/mygitplugin -a cursor -g\nnpx skills add zc277584121/mygitplugin -a codex -g\n```\n\nOther supported agents: `windsurf`, `github-copilot`, `cline`, `roo`, `gemini-cli`, `goose`, `kilo`, `augment`, `opencode`, and [40+ more](https://skills.sh).\n\n> **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.\n\n## Updating\n\n```bash\n# Check for updates\nnpx skills check\n\n# Update all globally installed skills to latest\nnpx skills update\n```\n\nTo update project-level installs, re-run the `npx skills add` command.\n\n## Claude Code Plugin\n\nThis repository can also be installed through the Claude Code plugin system:\n\n```bash\n/plugin marketplace add zc277584121/mygitplugin\n/plugin install mygitplugin\n```\n\nFor local plugin development/testing:\n\n```bash\nclaude --plugin-dir /path/to/mygitplugin\n```\n\n## Configuration\n\n- GitHub account: `zc277584121`\n- All commits are signed off by: `Cheney Zhang <chen.zhang@zilliz.com>`\n- Requires `gh` CLI to be authenticated\n\n## License\n\nMIT\n",
  "bytes": 2772,
  "sha": "eaa49e34e178b2948b6320e1773ef7a0019e472ca05a81d5348610a7005fb10a",
  "repo_slug": "zc277584121/mygitplugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_zc277584121_mygitplugin_git_commit_push_9cf095ea/readme"
}