🔌
subagent-consultation
🔌Pluginshokai/agent-skills
Installation
Add marketplace in Claude Code:
$
/plugin marketplace add shokai/agent-skillsStep 2. Install plugin:
$
/plugin install subagent-consultation@shokai-agent-skillsWhat it does
|Agentツール(subagent)にセカンドオピニオンを求めるスキル。「subagentと相談して」「subagentに聞いて」で発動する。
Part of
shokai/agent-skills
ai-collaborationsubagentconsultationsecond-opinion
21
-
Last UpdatedJun 29, 2026
More from this repository7
🔌🔌🔌🔌🔌🏪🔌
sanity-review🔌Plugin
PRのレビュー報告書を作成する。bugや脆弱性の調査だけでなく、exportされた対話コンテキスト・PR概要欄・実装されたコードの整合性を確認し、実装者の正気を疑う。
library-update-review🔌Plugin
ライブラリ更新pull requestのレビュー手順。dependabot/renovatebot PRの分析、release note調査、コード更新、過去の失敗調査を行う。
prose-proofreading🔌Plugin
Markdownドキュメントの文章校正。ガイドラインに基づいて文体の問題を検出し、修正案を提示する。
codex-consultation🔌Plugin
Codex CLIにセカンドオピニオンを求めるスキル。「codexと相談して」「codexに聞いて」で発動する。
unconventional-simplification🔌Plugin
定石外発想で実装をシンプルにする。現状の発展型ではなく、実装の裏にある暗黙の前提条件を1つずつ外し、よりシンプルな別解がないか検討する。
shokai/agent-skills🏪Marketplace
Claude Code Agent Skills
conversation-context🔌Plugin
対話コンテキストのexport/importスキル。会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ に書き出し、別セッションやレビューで読み込む。1対多のコンテキスト共有により、複数のsub PRをまとめたfeature PRのレビューやコードの自動改善に便利。