npx skillsauth add lilpacy/dotfiles discussInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
テーマ: $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"
# 議論結果をファイルに保存
development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.