askill
discuss

discussSafety 85Repository

Claude×Codex 議論

1 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

Claude×Codex 議論

テーマ: $ARGUMENTS

手順

  1. Bashで codex exec を実行し、問いの本質定義のみを依頼する(立場はまだ出させない)
    • prompt: テーマ・背景文脈・思考原則・「問いの本質を1文で定義せよ」
    codex exec -s read-only --skip-git-repo-check "<prompt>"
    
  2. CCがCodexの問い定義に基づき、独立して初期立場を生成する
    • この時点でCodexの立場は存在しないため、アンカリングは発生しない
  3. Bashで codex exec を実行し、同じ問いへの独立した初期立場を生成させる
    • CCの立場は含めない(アンカリング防止)
  4. Bashで codex exec を実行し、両立場を渡して批評・論点整理を依頼する(Codexが主導)
  5. CCはCodexの批評に応答する
  6. 合意点・相違点・修正案を毎ラリーで明示する
  7. 完全合意までCodexが指揮しラリーを継続する。無理な妥協は禁止
  8. 完全合意後、Bashで codex exec を実行し合意内容を構造化させる
  9. CCがユーザーに合意結果を提示する

codex exec 共通パラメータ

  • sandbox: -s read-only(議論はインターネット不要)
  • フラグ: --skip-git-repo-check 必須
  • timeout: Bashツールで 600000 を指定

アーカイブ保存

各ラリーのcodex exec結果をアーカイブ保存する:

DIR=~/.claude/codex-responses/$(date +%Y-%m-%d) && mkdir -p "$DIR"
# 議論結果をファイルに保存

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

30/100Analyzed 3/2/2026

This skill describes a Claude-Codex debate workflow using codex exec commands. While it has structured steps and some safety measures, it appears to be an internal agent configuration describing how Claude should internally debate with Codex, not a reusable user-facing skill. The purpose, trigger conditions, and actual use case are unclear. Missing clear 'when to use' guidance and the content reads more like internal documentation than a discoverable skill.

85
65
30
55
50

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherlilpacy

Tags

llmprompting