What problem does it solve? Users of the Squad multi-agent framework often do not know which operations are available or how to invoke them. This Skill gives the coordinator a structured catalog of common Squad commands so it can present an interactive menu, collect arguments, and execute the right operation without the user memorizing CLI syntax. ## Core Features & Use Cases - Categorized command catalog: Covers Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, and Sessions & State operations. - Interactive menu flow: Presents categories first, drills down into operations, collects arguments with defaults, and asks for confirmation on destructive actions. - Direct intent matching: Phrases like "upgrade squad" or "add team member" skip the menu and go straight to the matching operation. - Use Case: A user types "what can squad do" and the coordinator shows a six-category menu, then walks them through running squad watch with a chosen polling interval. ## Quick Start Ask the coordinator "show me squad commands" or "what can squad do" to open the interactive category menu.