Skip to content

/deadeye-help

Quick-reference card for every deadeye command and setting.

From plugin
deadeye
511 skills3 commands7 hooks
Install
$ npx -y skills add deepaksinghcs14/deadeye-cc --skill deadeye-help --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/deadeye-help

Context preview

The summary Claude sees to decide when to auto-load this skill.

Quick-reference card for every deadeye command and setting.

SKILL.md

deadeye-help.SKILL.md
name: deadeye-help
description: Quick-reference card for every deadeye command and setting.
license: MIT

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-sweep [--repo\|--pr [<PR>]] [<N>] [--commit] [--all]` | Applies review/guard findings (crit/high, or every severity with `--all`), verifies the build, loops until clean (cap 5). `--pr` mode also fixes/replies/resolves the PR's own open review comments | | `/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.

Read more
Ships withdeadeye

Claude Code plugin that fits the model, effort, and context to each task — fewer tokens, same quality. Deterministic policy kernel in the hooks; every number it reports is measured, not estimated.

Get the whole plugin, auto-invoked
Stats
5
Stars
1
Forks
Active
Maintenance
Go
Language
MIT
License
2d ago
Last commit
1mo ago
Created

Repo: deepaksinghcs14/deadeye-cc

Other skills on deadeye.