소스 정보
- 저장소
- deepaksinghcs14/deadeye-cc
- 최근 소스 활동
- 2026년 8월 26일 10:37
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/deepaksinghcs14/deadeye-cc --skill deadeye-help명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Security review of the current diff -- injection, secrets, authz, crypto, and vulnerable dependencies.
PR review across four lenses -- over-engineering, correctness, performance, security -- printed locally, opt-in to post.
Lean-first coding persona (YAGNI, stdlib-first, shortest diff). Levels: spotter, marksman, sniper.
| 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.