What problem does it solve? Robo Agent is a provider-agnostic AI agent framework with many surfaces (CLI, TUI, desktop app, gateway, dashboard), and its breadth makes it hard to answer setup, configuration, theming, and multi-agent orchestration questions accurately without loading the right reference material. ## Core Features & Use Cases - Configuration & CLI guidance: Route questions to references covering CLI commands, slash commands, providers, config.yaml sections, toolsets, voice/STT/TTS, and security toggles. - Extension authoring: Build desktop UI plugins, TUI widgets, skins/themes, and pet mascots using bundled templates and SDK references. - Multi-agent orchestration: Spawn independent Robo processes in one-shot or interactive tmux PTY mode, coordinate parallel agents, and diagnose delegate_task concurrency behavior. - Use Case: A user wants a synthwave theme and a live clock widget in the TUI; the skill loads the themes and tui-widgets references, applies the skin via robo config set display.skin, and installs the clock widget from the bundled template. ## Quick Start Ask the agent to configure a Robo provider, create a custom skin, or spawn a background Robo agent for a long-running task, and it will load the matching reference file before answering.