acquire-codebase-knowl…
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions.
$ npx -y skills add github/awesome-copilot --skill ai-team-orchestration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-team-orchestrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions.
name: ai-team-orchestration description: 'Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions.'
Use three stable agents:
| Agent | Purpose | |---|---| | `@ai-team-producer` | Clarify scope, plan proportionately, coordinate, and merge | | `@ai-team-dev` | Implement, test, self-review, and prepare the pull request | | `@ai-team-qa` | Independently test behavior when dedicated QA is useful |
Nova, Sage, and Milo are perspectives inside the Dev agent, not mandatory project layers.
**Plan -> Implement -> Test -> optional review or QA -> Merge -> update project state**
Keep the workflow proportional:
1. Read existing repository instructions and documentation. 2. Discover the actual stack, architecture, commands, deployment model, and risks. 3. Create or update `PROJECT_BRIEF.md` only when durable cross-session context is useful. Start from the [project brief template](./references/project-brief-template.md) and omit irrelevant sections. 4. For substantial work, create a concise plan from the [sprint plan template](./references/sprint-plan-template.md). 5. Use a separate branch or clone when parallel sessions could conflict, following the repository's own Git policy.
Use the [brainstorm format](./references/brainstorm-format.md) for product or architecture decisions that benefit from competing perspectives. For ordinary implementation choices, let Dev decide using repository conventions.
Before ending a long or interrupted session:
1. Update the active plan or progress note if one exists. 2. Record material decisions, blockers, and the next action in repository context. 3. Use a cold-start prompt such as:
Read the repository instructions, then read whichever sources exist for this work: the active issue or request, PROJECT_BRIEF.md, and the active plan or progress note. Continue from the recorded next action.
The bundled agents intentionally omit `tools` and `model` frontmatter:
If the environment exposes too many tools, deselect irrelevant tools or MCP servers, or use VS Code virtual-tool management. Do not add a machine-specific plugin allowlist.
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
Repo: github/awesome-copilot
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns",…
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.