What problem does it solve?
Users and AI agents frequently confuse Squad with a skill or slash command, causing failed invocations like skill(Squad) or /squad. This Skill clarifies that Squad is a custom Copilot CLI agent and documents the correct ways to invoke it.
Core Features & Use Cases
- Invocation Routing: Maps user intent to the right path — the
task tool with agent_type="Squad", the squad-commands skill catalog, 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: When a user says "use Squad to build X" or "set up a squad", the agent reads this Skill and correctly invokes the Squad coordinator via the task tool instead of failing with a skill-not-found error.
Quick Start
Ask the agent to use Squad to set up a team for your project, and it will invoke the Squad coordinator through the task tool.