用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rdegges/dotfiles --skill demo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.