用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lilpacy/dotfiles --skill discuss命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
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
| 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"
# 議論結果をファイルに保存