copilot-cli-subagents
Installation
SKILL.md
Copilot CLI Subagents
Overview
GitHub Copilot CLI enables parallel task execution through subagents, allowing multiple independent tasks to run simultaneously. This skill should be invoked when executing multiple independent tasks that can run in parallel, leveraging /fleet for coordinated multi-agent execution.
Core Principles
- Plan Mode: Use Shift+Tab for complex task planning
- Fleet Execution: Use /fleet to execute multiple subagents
- Task Monitoring: Track progress with /tasks command
- Result Integration: Combine outputs from multiple agents
Preparation Checklist
- Install GitHub Copilot CLI extension
- Understand /fleet command capabilities
- Plan task breakdown for parallel execution
- Set up custom agents if needed