Welcome to the official FastTrack repository for agent samples, skills, and templates. Whether you're building on Copilot Studio, Agent Builder, or GitHub Copilot CLI — start here.
Enterprise-grade agents built on Microsoft Copilot Studio with Power Platform.
| Agent | Description |
|---|---|
| PowerClaw | 24/7 AI Chief of Staff — autonomous heartbeat, persistent memory, SharePoint brain, and a Skills Library with 8 extensible capabilities |
→ Browse copilot-studio-agents/ for all samples (prefixed ca-)
Declarative agents for M365 Copilot and Teams — lightweight, task-focused, fast to deploy.
→ Browse agent-builder-agents/ for all samples (prefixed da-)
Custom agents for the GitHub Copilot CLI — multi-model, terminal-native, plugin-installable.
| Agent | Description |
|---|---|
| AI Council | Multi-model deliberation — Claude, GPT & Gemini debate any question and produce interactive decision dashboards |
→ Browse github-copilot-agents/ for all samples
Reusable skill plugins that teach Copilot CLI (and Claude Code) how to perform specialized tasks.
| Skill | Description | Install |
|---|---|---|
| copilot-studio-workflow | Dev workflow for building Copilot Studio agents — pull/push loop, packaging, gotchas, best practices | copilot plugin install microsoft/FastTrack:copilot-agent-samples/github-copilot-skills/copilot-studio-workflow |
→ Browse github-copilot-skills/ for all skills
- Clone this repo
- Navigate to the agent or skill that interests you
- Follow the README inside each sample for setup instructions
- Customize — adapt it to your needs, make it your own
Have a great agent, skill, or template to share? We'd love your contributions!
- Fork this repository
- Create a branch (
git checkout -b feature/my-awesome-agent) - Add your sample to the appropriate directory with a clear README
- Open a Pull Request and we'll review it
Happy building! 🤖