Agent skill · Design & Presentation

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.

majiayu000github.com/majiayu000GitHub ↗
copilotclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill copilot-studio --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/copilot-studio/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Triggers
  2. Instructions
  3. Copilot Architecture
  4. Topic Design
  5. Knowledge Sources
  6. Actions
  7. ALM for Copilots
  8. Channel Publishing
  9. Best Practices
  10. Common Workflows
  11. Build a New Copilot
  12. Topic Design Process
  13. Copilot Deployment
Ships with 1 file
  • metadata.json
Commands it runs
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:
More from claude-skill-registry
All skills →
About this skill
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.

Keep going