What problem does it solve? Configuring a host statusline that shows live project, model, and AFK Worker state requires host-specific wiring that is easy to get wrong: Claude Code needs a command-backed statusLine in .claude/settings.json, Codex needs a tui.status_line footer in config.toml, and misdiagnosed blank lines waste debugging time. ## Core Features & Use Cases - Host-specific adapter recipes: Wires the redskilled daemon statusline into Claude Code via a cached-bundle-first statusLine command, or configures Codex's native tui.status_line footer with a SessionStart self-heal hook. - Gate-checked installation: Respects opt-out flags in .red/config.yaml and preserves existing statusLine or footer configuration unless replacement is explicitly requested. - Blank-statusline diagnosis: Distinguishes a stale host session (settings read only at session start) from command failures, and verifies writes by piping session JSON into the configured command. - Use Case: After installing the dev plugin, ask the agent to set up the statusline; it writes the correct statusLine block, verifies the command renders, and tells you a session restart is needed before the line appears. ## Quick Start Ask the agent to install the RedSkills statusline for the host you are currently running under.