npx claudepluginhub korosuke613/coding-agent-recipe --plugin dev-standardsClaude Code や GitHub Copilot 向けの便利なプラグイン、カスタムコマンド、エージェント、フックを収集・管理するリポジトリです。
このリポジトリは Claude Code プラグインシステム として、4つのプラグインとして配布されています:
.
├── .claude/ # プラグイン利用側の設定
│ └── settings.json # アクティブな設定ファイル
├── .claude-plugin/ # マーケットプレイス定義
│ └── marketplace.json # マーケットプレイス定義ファイル
├── claude-plugins/ # プラグイン配布用ディレクトリ
│ ├── git/ # Gitプラグイン
│ │ ├── .claude-plugin/plugin.json
│ │ └── commands/
│ │ ├── create-branch.md
│ │ └── create-commit.md
│ ├── doc/ # ドキュメントプラグイン
│ │ ├── .claude-plugin/plugin.json
│ │ └── commands/
│ │ └── update-readme.md
│ ├── engineer/ # エンジニアリングプラグイン
│ │ ├── .claude-plugin/plugin.json
│ │ └── agents/
│ │ ├── code-reviewer.md
│ │ ├── debugger.md
│ │ └── tdd-refactoring-coach.md
│ └── security/ # セキュリティプラグイン
│ ├── .claude-plugin/plugin.json
│ └── hooks/
│ ├── hooks.json
│ └── block-file-edits.sh
├── .github/ # GitHub設定
│ ├── prompts/ # GitHub Copilot Chat向けプロンプト
│ └── copilot-instructions.md # GitHub Copilot向けガイダンス
├── .devcontainer/ # Development Container設定
│ ├── devcontainer.json # VSCode devcontainer設定
│ ├── Dockerfile # コンテナ環境定義(Squidプロキシ対応)
│ ├── init-firewall.sh # Squidプロキシ起動スクリプト
│ ├── squid.conf # Squidプロキシ設定ファイル
│ ├── SQUID_README.md # Squidシステムドキュメント
│ └── .claude/settings.json # devcontainer用Claude設定
├── CLAUDE.md # Claude Code用ガイダンス
├── README.md # プロジェクト概要
└── LICENSE # ライセンスファイル
このリポジトリは4つのClaude Code Pluginとして配布されています。以下の手順でインストールできます:
/plugin marketplace add korosuke613/coding-agent-recipe
用途に応じて必要なプラグインをインストールしてください:
# Git操作コマンド(ブランチ作成、コミット作成)
/plugin install git@korosuke613
# ドキュメント更新コマンド(README更新)
/plugin install doc@korosuke613
# エンジニアリング支援エージェント(コードレビュー、デバッグ、TDD)
/plugin install engineer@korosuke613
# セキュリティフック(ファイル編集制限)
/plugin install security@korosuke613
# すべてインストール
/plugin install git@korosuke613 doc@korosuke613 engineer@korosuke613 security@korosuke613
/help
各プラグインが提供する機能の詳細:
git プラグインカスタムスラッシュコマンドによるGit操作:
/create-branch - 現在の変更を元に適切なブランチ名で新しいブランチを作成/create-commit - 現在の変更を元にコンベンショナルコミット形式でコミットを作成doc プラグインドキュメント更新コマンド:
/update-readme - プロジェクトのREADMEファイルを現在のコードベースに基づいて更新engineer プラグインエンジニアリング支援エージェント:
@code-reviewer - コード品質、セキュリティ、保守性のレビューを行う@debugger - エラーやテストの失敗に対するデバッグを行う@tdd-refactoring-coach - TDD(テスト駆動開発)とリファクタリングの指導を行うsecurity プラグインセキュリティフック:
block-file-edits.sh - .github/workflows/、.claude/hooks/、.claude/settings.json の編集を制限.devcontainer/ に格納されている Development containers の設定:
devcontainer.json - VSCode devcontainer の設定Dockerfile - コンテナ環境定義(Squidプロキシ対応)init-firewall.sh - Squidプロキシサーバー起動スクリプトsquid.conf - ドメインベースアクセス制御設定(ワイルドカード対応)SQUID_README.md - Squidシステムの詳細ドキュメント.claude/settings.json - devcontainer 用の Claude Code 設定ファイル(権限制限付き)devcontainer により、Squidプロキシベースのセキュアなネットワーク環境でClaude Codeを実行できます。
.github/prompts/ に格納されているGitHub Copilot Chat向けプロンプトファイル(.prompt.md):
create-branch.prompt.md - 適切なブランチ名で新しいブランチを作成(/create-branch相当)create-commit.prompt.md - コンベンショナルコミット形式でコミット作成(/create-commit相当)update-readme.prompt.md - READMEファイルの自動更新(/update-readme相当)VS Code Chatで /create-branch, /create-commit, /update-readme と入力して使用できます。使用方法の詳細は .github/prompts/README.md を参照してください。
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Design vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.