By shokai
Export conversation context (purpose, intent, design decisions, constraints) to .dev/contexts/{sanitized-branch}.md files triggered by phrases like 'export context'. Import branch-matched contexts from .dev/contexts/*.md automatically or on prompt in new sessions, reviews, or other AIs for handoff across chats and PRs.
npx claudepluginhub shokai/agent-skills --plugin conversation-context対話コンテキストをexportする。 会話で共有された目的・意図・設計判断・制約条件を `.dev/contexts/` ディレクトリに書き出し、次の作業者(レビュワー、別セッションのAI、バグハンティングのAIなど)に引き継ぐ。 ユーザーが「コンテキストを書き出して」「対話コンテキストをexport」「会話した内容を.devに保存して」と言った時に使用する。
対話コンテキストをimportする。 `.dev/contexts/` ディレクトリに保存された過去の対話コンテキストを読み込み、開発の継続やレビューに活用する。 ユーザーが「コンテキストを読み込んで」「対話コンテキストをimport」「.devのコンテキストを読んで」と言った時に使用する。
/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]
Codex CLIにセカンドオピニオンを求めるスキル。「codexと相談して」「codexに聞いて」で発動する。
Share bugs, ideas, or general feedback.
Hand off context to any AI coding agent. Creates comprehensive handoff documents that capture the current task, progress, modified files, and all relevant context needed to seamlessly continue work in any AI assistant (Claude Code, Cursor, Copilot, Aider, etc.).
Persistent context for AI coding assistants
Custom slash command set for Claude Code automating PR creation, code review, and commit management workflows.
Enforce conventional commits, conventional comments, and engineering ownership for commits, PRs, and code reviews
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.