The autonomous, self-improving AI agent. Single Rust binary. Every channel. Recommended: the 40MB prebuilt binary for macOS, Linux and Windows: https://github.com/adolfousier/opencrabs/releases
//! Skills dialog — app-side state, input, actions.
//!//! Pairs with `src/tui/render/skills_dialog/`. Single responsibility
//! per file: state lives in `state.rs`, key handling in `input.rs`,
//! side-effecting actions (open / execute) in `actions.rs`.
pubmodactions;pubmodinput;pubmodstate;pubusestate::{SkillsDialogState, matching};