ソース情報
- リポジトリ
- rdegges/dotfiles
- ソースの最終更新活動
- 2026年8月6日 21:44
- 検出された SKILL.md の言語
- 判定不能
- スター
- 4
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/rdegges/dotfiles --skill demoコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Design and run a task as a graph of agents — decompose, delegate with complete briefs, parallelize reads, keep writes single-threaded, and verify with fresh-context reviewers before synthesis. Use whenever task triage classifies a request as graph-shaped: parallelizable research, audits, migrations, multi-lens review, or work exceeding one context window. Skip for direct edits and single-loop coding tasks — fan-out must earn its ~15x token cost.
Blind, cross-model test verification. Implementation and tests are written independently from the same frozen spec — the test writer (Codex/GPT-5.5) never sees the implementation, and the implementer never sees the tests. Disagreements are adjudicated against the spec before anything is edited. Use for production business logic with spec-able behavior (parsers, protocol handlers, billing, API contracts). Skip for UI, glue code, or exploratory work.
Ask the Codex CLI (GPT-5.5) to run local app verification that needs computer use — browser automation, simulators, screenshots, app launching, or independent runtime inspection. This is how GPT-5.5 is invoked for computer-use work. Use when the user asks Claude to test a flow, verify UI behavior, inspect a running app, capture screenshots, or report confirmation and feedback about implemented behavior that benefits from real computer use. Work machine only (requires an authenticated Codex CLI).
SOC 職業分類に基づく
SKILL.md を表示中
| name | demo |
| description | A demo skill that formats commit messages. |
Formats commit messages per house style.