What problem does it solve? Users and AI agents frequently misinvoke Squad by calling it as a skill or slash command, producing errors like "Skill not found: Squad". This Skill clarifies that Squad is a custom Copilot CLI agent and documents the correct invocation paths for each user intent. ## Core Features & Use Cases - Invocation routing: Maps user intents ("use squad", "set up a squad", "squad help") to the correct mechanism — the task tool with agent_type="Squad", the squad-commands skill, or the squad init shell command. - Anti-pattern guardrails: Lists explicit mistakes to avoid, such as calling skill(Squad) or typing /squad as a slash command. - Use Case: A user says "Use Squad to build a feature" and the assistant correctly dispatches task(name="build-feature", agent_type="Squad", prompt="...") instead of failing with a skill lookup error. ## Quick Start When the user asks to use Squad, invoke the task tool with agent_type set to Squad and a prompt describing the work.