Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/lilpacy/dotfiles --skill discuss명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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"
# 議論結果をファイルに保存