From copilot-studio
Lists all topics in Copilot Studio agents with trigger types, phrases, action counts, and dialog references. Use to inspect agent structure and topics.
npx claudepluginhub microsoft/skills-for-copilot-studio --plugin copilot-studioThis skill is limited to using the following tools:
List all topics in the current agent with their trigger types and details.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
List all topics in the current agent with their trigger types and details.
Auto-discover the agent directory — find all agents via:
Glob: **/agent.mcs.yml
Find all topic files in the discovered agent directory:
Glob: <discovered-agent>/topics/*.topic.mcs.yml
For each topic file, read it and extract:
# Name: comment or filename)beginDialog.kind)OnRecognizedIntent, from triggerQueries)actions arrayBeginDialog or ReplaceDialog calls)Present results in a table:
| # | Topic Name | Trigger | Phrases | Actions | Calls |
|---|------------|---------|---------|---------|-------|
| 1 | Greeting | OnRecognizedIntent | Hello, Hi, Hey | 2 | - |
| 2 | Fallback | OnUnknownIntent | - | 4 | Escalate |
Note any system topics (OnError, OnSelectIntent, OnSignIn) that should be modified with care.