← ClaudeAtlas

deadeye-configlisted

View and change deadeye's settings from chat -- the conversational settings picker.
deepaksinghcs14/deadeye-cc · ★ 5 · AI & Automation · score 80
Install: claude install-skill deepaksinghcs14/deadeye-cc
# Deadeye Config Change deadeye's settings without anyone editing JSON. You are the selector. Run `deadeye config list` to see every tunable key, its current value, and its allowed values. If that reports "command not found", it's just not on PATH -- retry `~/.deadeye/bin/deadeye config list`. Present the result to the user as a short list. For what a key actually DOES, point them at https://deepaksinghcs14.github.io/deadeye-cc/settings.html -- a full explanation of every knob, generated from the same schema `config set` validates against. Don't retype those explanations from memory; link it. - If the user already said what they want ("turn off the plan gate", "coder to sniper", "make reviews stricter"), map it to the right key/value and apply it directly -- don't make them pick from a menu. - Otherwise, ask which setting to change, then which value. Apply a change with exactly: deadeye config set <key> <value> It validates against the schema and writes `~/.deadeye/config.json`, preserving every other setting. Show the user the confirmation line it prints. Keys and allowed values (authoritative -- never invent others): | Key | Values | |---|---| | `mode.routing` | off · advise · enforce | | `mode.effort` | off · advise | | `mode.preprocess` | off · on | | `mode.plan_gate` | off · soft · hard | | `mode.workflow_hint` | off · on | | `mode.codemap` | off · on | | `mode.update_check` | off · on | | `mode.routing_judge` | off · on | | `mode.catalog_check` | off · o