Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/lilpacy/dotfiles --skill discussコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | discuss |
| description | Claude×Codex 議論 |
| allowed-tools | Bash(codex *) |
| context | fork |
| argument-hint | <テーマ> |
テーマ: $ARGUMENTS
codex exec を実行し、問いの本質定義のみを依頼する(立場はまだ出させない)
codex exec -s read-only --skip-git-repo-check "<prompt>"
codex exec を実行し、同じ問いへの独立した初期立場を生成させる
codex exec を実行し、両立場を渡して批評・論点整理を依頼する(Codexが主導)codex exec を実行し合意内容を構造化させる-s read-only(議論はインターネット不要)--skip-git-repo-check 必須各ラリーのcodex exec結果をアーカイブ保存する:
DIR=~/.claude/codex-responses/$(date +%Y-%m-%d) && mkdir -p "$DIR"
# 議論結果をファイルに保存
Compare an installed package, its release archive, and its source repository; distinguish source drift from runtime state; and backport verified installed-only fixes. Use when installed files or a ZIP were edited directly, or when the repository may be stale.
Maintain product, architecture, design, API, data, and operational documentation in an established repository. Use when deciding whether to edit an existing source of truth or add a document, separating current-state contracts from implementation plans, keeping volatile repository facts and technical debt out of reusable agent skills, moving content out of change-named documents, or reviewing documentation scope and placement.
Design, implement, and review CI test-result parsers, PR comments, job summaries, artifacts, and required checks. Use when cancelled or timed-out runs are misreported as test failures, setup/global errors disappear because zero tests ran, diagnostics may expose stacks or payloads, or workflow provenance limits what a run actually validates.