用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deepaksinghcs14/deadeye-cc --skill deadeye-help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | deadeye-help |
| description | Quick-reference card for every deadeye command and setting. |
| license | MIT |
Present this reference card, formatted cleanly:
| Level | What it does |
|---|---|
spotter | Builds what's asked, names the leaner alternative in one line |
marksman | The lean-first ladder enforced. Default. |
sniper | Maximum minimalism — one-liners, challenges the requirement itself |
/deadeye-coder spotter|marksman|sniper|off/deadeye-coder/deadeye-coder default <level>
(writes deadeye's own ~/.deadeye/config.json, never Claude's settings)normal mode or stop coder| Command | What it does |
|---|---|
/deadeye-status | Modes, coder level, kill switches, catalog, daemon health |
/deadeye-route [task] | Dry-run the routing decision with full reasoning |
/deadeye-stats [savings|context] | Decision-log reports: measured impact (default), token savings, per-session context breakdown |
/deadeye-coder [level] | Switch/report the coder persona level |
/deadeye-mute [off] | Session-scoped mute for advisories/nags (rewrites stay on) |
/deadeye-review [--repo] | Over-engineering review of the working diff, or the whole repo with --repo |
/deadeye-guard | Security review of the current diff -- injection, secrets, authz, crypto, deps |
/deadeye-pr [<PR>] [--post] | PR review across four lenses -- over-engineering, correctness, performance, security |
/deadeye-debt | Ledger of deadeye: shortcut markers |
/deadeye-help | This card |
CLI-only: deadeye lessons [reset] inspects/clears the recorded routing
outcomes that bias future decisions.
DEADEYE=off — everythingDEADEYE_PREPROCESS=off — context hygiene (output trimming + read/repeat advisories)DEADEYE_GATE=off — plan gateDEADEYE_CODER=off — coder persona~/.deadeye/config.json (seeded with defaults on first run; project
overrides in .deadeye.json). Coder knobs: coder.default_level,
coder.subagent_matcher, coder.injection_budget_tokens,
coder.security (off/advise, the live Edit/Write advisory),
coder.security_osv (false keeps the dependency check fully offline).
/plugin marketplace update deadeye then /reload-plugins — or enable
auto-update under /plugin → Marketplaces.
One-shot: do NOT change any mode or write anything.