Agent skill · Design & Presentation

codex

Get alternative perspectives via OpenAI Codex on complex design decisions, architecture trade-offs, stuck debugging, or approach evaluation.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill codex-interactive-inc-open-stack-app --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/codex-interactive-inc-open-stack-app/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex Dialogue 異なるAIモデル(OpenAI Codex)の視点を得て、思考の精度を高めるためのスキル。 ## いつ使うか 以下の状況で自動的に発動する: 1. **設計判断で迷いがある時** - 複数のアプローチがあり、どれが最適か判断が難しい - トレードオフの評価に自信がない 2. **問題が難航している時** - デバッグが行き詰まっている - 原因の特定に時間がかかっている - 試したアプローチが全て失敗した 3. **重要な決定をする時** - アーキテクチャの選定 - 破壊的変更の判断 - セキュリティに関わる実装 ## 使い方 ### 1. 問題を明確に言語化する Codexに渡すプロンプトには以下を含める: - 現在の状況・コンテキスト - 試したこと・考えたこと - 具体的に意見が欲しい点 ### 2. Codexセッションを開始 ``` mcp__codex__codex({ prompt: "問題の説明と質問", cwd: "作業ディレクトリ", sandbox: "read-only" // 基本はread-only }) ``` ### 3. 両方の視点を統合 Codexの回答を受け取ったら: - Claude Codeの考えと比較 - 共通点と相違点を分析 - 最終的な判断を導出 ## プロンプトテンプレート ### 設計判断 ``` 現在、[機能名]の実装を検討しています。 コンテキスト: - [技術スタック、制約条件] 検討中のアプローチ: A) [アプローチA] B) [アプローチB] 私の現時点での考え: - [Claude Codeとしての分析] 以下の観点で意見をください: - 見落としているリスクはないか - より良いアプローチはないか - 長期的な保守性の観点 ``` ### 難航している問題 ``` 以下の問題で行き詰まっています。 症状: - [エラーメッセージ、挙動] 試したこと: 1. [試行1] → [結果] 2. [試行2] → [結果] 関連コード: [コードスニペット] 別の角度からの調査アプローチを提案してください。 ``` ## 注意 - Codexの意見は参考情報として扱う - 最終判断はClaude Codeが行う - 両者の意見が異なる場合は、その理由を分析してユーザーに提示する

What's inside
Steps it walks through
  1. いつ使うか
  2. 使い方
  3. 1. 問題を明確に言語化する
  4. 2. Codexセッションを開始
  5. 3. 両方の視点を統合
  6. プロンプトテンプレート
  7. 設計判断
  8. 難航している問題
  9. 注意
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the codex skill do?

Get alternative perspectives via OpenAI Codex on complex design decisions, architecture trade-offs, stuck debugging, or approach evaluation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill codex-interactive-inc-open-stack-app --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going