Deadeye Help
Present this reference card, formatted cleanly:
Coder mode
| 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 |
- Switch:
/deadeye-coder spotter|marksman|sniper|off
- Report current:
/deadeye-coder
- Persist a default for new sessions:
/deadeye-coder default <level>
(writes deadeye's own ~/.deadeye/config.json, never Claude's settings)
- Turn off mid-session: say exactly
normal mode or stop coder
Commands
| Command |
What it does |
/deadeye-status |
Modes, coder level, kill switches, catalog, daemon health |
/deadeye-config |
View or change any setting from chat (or just say what to change) |
/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] |
Four-lens self-review of the working diff, or the whole repo with --repo -- the pre-PR version of /deadeye-pr |
/deadeye-guard |
Security review of the current diff -- full OWASP-mapped coverage (Top 10:2025, API Security Top 10 2023, LLM Top 10:2025), deps |
/deadeye-vapt |
Whole-service pen-test/VAPT pass -- full OWASP Top 10:2025/API Security Top 10 2023/LLM Top 10:2025 coverage |
/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 update updates the managed
binary directly (sha256-verified, atomic) — for Codex-only installs.
Kill switches (env)
DEADEYE=off — everything
DEADEYE_PREPROCESS=off — context hygiene (output trimming + read/repeat advisories)
DEADEYE_GATE=off — plan gate
DEADEYE_CODER=off — coder persona
Config
~/.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/ask, the live Edit/Write advisory),
coder.security_osv (false keeps the dependency check fully offline).
Update
/plugin marketplace update deadeye then /reload-plugins — or enable
auto-update under /plugin → Marketplaces. Codex-only install: run
deadeye update instead (see CLI-only above).
One-shot: do NOT change any mode or write anything.
1---2name: deadeye-help3description: Quick-reference card for every deadeye command and setting.4license: MIT5---67# Deadeye Help89Present this reference card, formatted cleanly:1011## Coder mode1213| Level | What it does |14|---|---|15| `spotter` | Builds what's asked, names the leaner alternative in one line |16| `marksman` | The lean-first ladder enforced. Default. |17| `sniper` | Maximum minimalism — one-liners, challenges the requirement itself |1819- Switch: `/deadeye-coder spotter|marksman|sniper|off`20- Report current: `/deadeye-coder`21- Persist a default for new sessions: `/deadeye-coder default <level>`22 (writes deadeye's own `~/.deadeye/config.json`, never Claude's settings)23- Turn off mid-session: say exactly `normal mode` or `stop coder`2425## Commands2627| Command | What it does |28|---|---|29| `/deadeye-status` | Modes, coder level, kill switches, catalog, daemon health |30| `/deadeye-config` | View or change any setting from chat (or just say what to change) |31| `/deadeye-route [task]` | Dry-run the routing decision with full reasoning |32| `/deadeye-stats [savings\|context]` | Decision-log reports: measured impact (default), token savings, per-session context breakdown |33| `/deadeye-coder [level]` | Switch/report the coder persona level |34| `/deadeye-mute [off]` | Session-scoped mute for advisories/nags (rewrites stay on) |35| `/deadeye-review [--repo]` | Four-lens self-review of the working diff, or the whole repo with `--repo` -- the pre-PR version of `/deadeye-pr` |36| `/deadeye-guard` | Security review of the current diff -- full OWASP-mapped coverage (Top 10:2025, API Security Top 10 2023, LLM Top 10:2025), deps |37| `/deadeye-vapt` | Whole-service pen-test/VAPT pass -- full OWASP Top 10:2025/API Security Top 10 2023/LLM Top 10:2025 coverage |38| `/deadeye-pr [<PR>] [--post]` | PR review across four lenses -- over-engineering, correctness, performance, security |39| `/deadeye-debt` | Ledger of `deadeye:` shortcut markers |40| `/deadeye-help` | This card |4142CLI-only: `deadeye lessons [reset]` inspects/clears the recorded routing43outcomes that bias future decisions. `deadeye update` updates the managed44binary directly (sha256-verified, atomic) — for Codex-only installs.4546## Kill switches (env)4748- `DEADEYE=off` — everything49- `DEADEYE_PREPROCESS=off` — context hygiene (output trimming + read/repeat advisories)50- `DEADEYE_GATE=off` — plan gate51- `DEADEYE_CODER=off` — coder persona5253## Config5455`~/.deadeye/config.json` (seeded with defaults on first run; project56overrides in `.deadeye.json`). Coder knobs: `coder.default_level`,57`coder.subagent_matcher`, `coder.injection_budget_tokens`,58`coder.security` (`off`/`advise`/`ask`, the live Edit/Write advisory),59`coder.security_osv` (`false` keeps the dependency check fully offline).6061## Update6263`/plugin marketplace update deadeye` then `/reload-plugins` — or enable64auto-update under `/plugin` → Marketplaces. Codex-only install: run65`deadeye update` instead (see CLI-only above).6667One-shot: do NOT change any mode or write anything.