PR のレビューコメントと CI ステータスを確認し、各指摘を独立に評価して修正すべきものは個別コミット・push する。PR 番号を引数に取る。
Safe git operation guidelines. Use when performing any git operations including commits, branching, merging, rebasing, pushing, pull request creation, or any other git-related tasks.
Triage open GitHub issues by fetching the full list, investigating each in parallel with subagents, and producing a prioritized summary table grouped by feasibility (HIGH/MEDIUM/LOW). Trigger when the user asks to "triage issues", "check open issues", "review issues", or "what issues can we work on".
After a release, comment on related GitHub issues to notify users. Extracts addressed issues from the release changelog or PR, then posts appropriate comments on each. Trigger when the user asks to "notify issues about release", "comment on released issues", or "post release comments".
Renovate (や Dependabot) が作成した依存更新 PR を対象に、各パッケージの changelog を並列調査し、破壊的変更への追随・新 API の採用判断・関連ファイルの同期更新までを行う。npm/pnpm/yarn・Cargo・Gradle/Maven・GitHub Actions の manifest を自動検出し、プロジェクトの実行基盤(CLAUDE.md / CI 設定)に従ってビルドとテストを走らせる。「この Renovate PR 見て」「依存更新 PR 対応して」「bump 系 PR の中身チェック」といった依頼で必ず使用する。
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.
A community-driven marketplace for Claude Code extensions and plugins.
自分の全プロジェクトでこのマーケットプレースを利用できるようにします。
/plugin marketplace add yshrsmz/cc-plugins
リポジトリの .claude/settings.json に extraKnownMarketplaces を追加します。チームメンバーがリポジトリを trust すると、マーケットプレースとプラグインのインストールを促すプロンプトが表示されます。
{
"extraKnownMarketplaces": {
"yshrsmz-cc-plugins": {
"source": {
"source": "github",
"repo": "yshrsmz/cc-plugins"
}
}
}
}
必要に応じて enabledPlugins も一緒に設定できます。extraKnownMarketplaces のキー名がプラグイン参照時のマーケットプレース識別名になります:
{
"extraKnownMarketplaces": {
"yshrsmz-cc-plugins": {
"source": {
"source": "github",
"repo": "yshrsmz/cc-plugins"
}
}
},
"enabledPlugins": {
"github@yshrsmz-cc-plugins": true
}
}
プラグインのインストールには3つのスコープがあります。用途に応じて使い分けてください。
全プロジェクトで使えるようにインストールします。--scope を省略した場合のデフォルトです。
Claude Code 内から:
/plugin install <plugin-name>@yshrsmz-cc-plugins
ターミナルから:
claude plugin install <plugin-name>@yshrsmz-cc-plugins
# または明示的にスコープを指定
claude plugin install <plugin-name>@yshrsmz-cc-plugins --scope user
特定のリポジトリの全コラボレーターに共有されます。.claude/settings.json に設定が追加されます。
claude plugin install <plugin-name>@yshrsmz-cc-plugins --scope project
特定のリポジトリで自分だけが使えるようにインストールします。他のコラボレーターには共有されません。
claude plugin install <plugin-name>@yshrsmz-cc-plugins --scope local
インストール済みプラグインの確認:
/plugin
Installed タブでスコープごとにグループ化されたプラグイン一覧を確認できます。
Essential commands and hooks for common workflows.
Commands:
/check-pr - Automated PR review comment analysis and issue resolution workflow
gh commandsHooks:
MCP Servers:
Codex MCP integration for comprehensive code reviews.
Commands:
/codex-review - In-depth code review workflow with Codex
MCP Servers:
Serena MCP integration for IDE assistance.
MCP Servers:
Custom commands that can be invoked with / in Claude Code to automate workflows.
Event-driven shell commands that execute in response to Claude Code events (SessionStart, PreToolUse, UserPromptSubmit, etc.).
Model Context Protocol servers that extend Claude Code with new tools and integrations.
Available MCP integrations:
Specialized capabilities that provide domain knowledge and workflows. (Coming soon)
We welcome plugin contributions! See CONTRIBUTING.md for detailed guidelines.
plugins/ directoryplugin.json manifest.claude-plugin/marketplace.jsonEach plugin should follow this structure:
plugins/
└── your-plugin/
├── plugin.json # Required: Plugin manifest
├── README.md # Required: Documentation
└── [plugin files] # Your plugin implementation
This repository is licensed under Apache License 2.0.
Individual plugins may have their own licenses - check each plugin's directory for specific licensing information.
npx claudepluginhub yshrsmz/cc-plugins --plugin githubAndroid development best practices, code generation, and debugging assistance
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.