microsoft/list-topics
List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist.
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill list-topics
List all topics in the current agent with their trigger types and details.
Glob: **/agent.mcs.yml
Glob: <discovered-agent>/topics/*.topic.mcs.yml
# Name: comment or filename)beginDialog.kind)OnRecognizedIntent, from triggerQueries)actions arrayBeginDialog or ReplaceDialog calls) | # | Topic Name | Trigger | Phrases | Actions | Calls |
|---|------------|---------|---------|---------|-------|
| 1 | Greeting | OnRecognizedIntent | Hello, Hi, Hey | 2 | - |
| 2 | Fallback | OnUnknownIntent | - | 4 | Escalate |
Take microsoft/list-topics from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.