Skip to content

Latest commit

 

History

History

README.md

🚀 FastTrack for Copilot Agents

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.


📂 What's Inside

🤖 Copilot Studio Agents

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-)

🏗️ Agent Builder Agents

Declarative agents for M365 Copilot and Teams — lightweight, task-focused, fast to deploy.

→ Browse agent-builder-agents/ for all samples (prefixed da-)

🖥️ GitHub Copilot Agents

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

🔧 GitHub Copilot Skills

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


✨ Getting Started

  1. Clone this repo
  2. Navigate to the agent or skill that interests you
  3. Follow the README inside each sample for setup instructions
  4. Customize — adapt it to your needs, make it your own

🤝 Contributing

Have a great agent, skill, or template to share? We'd love your contributions!

  1. Fork this repository
  2. Create a branch (git checkout -b feature/my-awesome-agent)
  3. Add your sample to the appropriate directory with a clear README
  4. Open a Pull Request and we'll review it

Happy building! 🤖