By shokai
Invoke Codex CLI for second opinions on code reviews, designs, or implementations using natural phrases like 'codexと相談して' or 'codexに聞いて'. It builds context-based prompts, runs executions via bash at light/normal/deep depths, and summarizes the AI's feedback directly in your workflow.
/plugin marketplace add shokai/agent-skills
/plugin install library-update-review
/plugin install codex-consultation
/plugin install subagent-consultation
/plugin install conversation-context
/plugin install sanity-review
/plugin install prose-proofreading
既にマーケットプレイスを登録済みの場合、新しいスキルをインストールするにはマーケットプレイスの更新が必要です。
/plugin コマンドを実行ライブラリ更新pull requestのレビューを支援するスキルです。
/library-update-review [PR-URL-or-number]
dependabotやrenovatebotのPRブランチで実行すると、包括的なレビューレポートを作成します。
Codex CLI(OpenAI)にセカンドオピニオンを求めるスキルです。
批判的思考の連鎖によって互いの主張を検討・反論しあい、正確性と網羅性を向上するプロトコルが実装されています。
前提: Codex CLIがローカル環境にインストールされ、実行可能であること。
/codex-consultation
作業中に「codexと相談して」「codexに聞いて」「codexにレビューしてもらって」と伝えると発動します。
Agentツール(subagent)にセカンドオピニオンを求めるスキルです。
codex-consultationと同じ批判的思考の連鎖プロトコルを、Codex CLIの代わりにAgentツール(subagent)で実行します。Codex CLIがインストールされていない環境でも利用できます。
/subagent-consultation
作業中に「subagentと相談して」「subagentに聞いて」「subagentにレビューしてもらって」と伝えると発動します。
対話コンテキストのexport/importスキルです。2つのスキルがセットでインストールされます。
会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ ディレクトリに書き出し、別セッションやレビューで読み込むことができます。1対多のコンテキスト共有により、複数のsub pull requestをまとめたfeature pull requestのレビューやコードの自動改善に便利です。
.dev/contexts/ に書き出す.dev/contexts/ に保存されたコンテキストを読み込み、現在のセッションに反映する/conversation-context-export
/conversation-context-import
PRのレビュー報告書を作成するスキルです。bugや脆弱性の調査だけでなく、exportされた対話コンテキスト・PR概要欄・実装されたコードの整合性を確認し、実装者の正気を疑います。
詳細は plugins/sanity-review/README.md を参照してください。
/sanity-review [PR-URL-or-number]
Markdownドキュメントの文章校正スキルです。ガイドラインに基づいて文体の問題を検出し、修正案を提示します。
/prose-proofreading [file-path or branch-diff]
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.
Markdownドキュメントの文章校正。ガイドラインに基づいて文体の問題を検出し、修正案を提示する。
PRのレビュー報告書を作成する。bugや脆弱性の調査だけでなく、exportされた対話コンテキスト・PR概要欄・実装されたコードの整合性を確認し、実装者の正気を疑う。
Agentツール(subagent)にセカンドオピニオンを求めるスキル。「subagentと相談して」「subagentに聞いて」で発動する。
対話コンテキストのexport/importスキル。会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ に書き出し、別セッションやレビューで読み込む。1対多のコンテキスト共有により、複数のsub PRをまとめたfeature PRのレビューやコードの自動改善に便利。
ライブラリ更新pull requestのレビュー手順。dependabot/renovatebot PRの分析、release note調査、コード更新、過去の失敗調査を行う。
npx claudepluginhub shokai/agent-skills --plugin codex-consultationAgentツール(subagent)にセカンドオピニオンを求めるスキル。「subagentと相談して」「subagentに聞いて」で発動する。
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Automatic code review, adversarial review, and rescue via Codex.
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation