copilot-studio
Expert guidance for Microsoft Copilot Studio development including custom copilots, topic design, trigger phrases, actions, knowledge sources, generative AI answers, and channel publishing. Use when building conversational agents, designing topic flows, connecting knowledge bases, or publishing copilots to Teams and websites.
npx skills add majiayu000/claude-skill-registry --skill copilot-studio --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Copilot Studio Development Expert guidance for building custom copilots with Microsoft Copilot Studio, including topics, actions, knowledge sources, and channel publishing. ## Triggers Use this skill when you see: - copilot studio, custom copilot, power virtual agents - topic design, trigger phrases, conversation flow - knowledge source, generative answers, generative ai - copilot actions, connector actions, ai builder - copilot teams, copilot publish, direct line ## Instructions ### Copilot Architecture ``` ┌─────────────────────────────────────────────────┐ │ Custom Copilot │ │ ┌───────────┐ ┌───────────┐ ┌───────────┐ │ │ │ Topics │ │ Knowledge │ │ Actions │ │ │ │ (Dialog │ │ Sources │ │ (Power │ │ │ │ flows) │ │ (Gen AI) │ │ Automate) │ │ │ └───────────┘ └───────────┘ └───────────┘ │ │ ┌───────────┐ ┌───────────┐ ┌───────────┐ │ │ │ Entities │ │ Variables │ │ Channels │ │ │ │ (Slot │ │ (Global/ │ │ (Teams, │ │ │ │ filling) │ │ Topic) │ │ Web, etc.)│ │ │ └───────────┘ └───────────┘ └───────────┘ │ └─────────────────────────────────────────────────┘ ``` ### Topic Design Topics are the building blocks of a copilot conversation. Each topic handles a specific user intent. #### Top
- Triggers
- Instructions
- Copilot Architecture
- Topic Design
- Knowledge Sources
- Actions
- ALM for Copilots
- Channel Publishing
- Best Practices
- Common Workflows
- Build a New Copilot
- Topic Design Process
- Copilot Deployment
Copilots live inside Dataverse solutions pac solution export --name CopilotSolution --path ./copilot-solution.zip --managed false Unpack for source control pac solution unpack --zipfile ./copilot-solution.zip --folder ./src/CopilotSolution Solution includes:
What does the copilot-studio skill do?
Expert guidance for Microsoft Copilot Studio development including custom copilots, topic design, trigger phrases, actions, knowledge sources, generative AI answers, and channel publishing. Use when building conversational agents, designing topic flows, connecting knowledge bases, or publishing copilots to Teams and websites.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill copilot-studio --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
