From copilot-studio
Lists all available 'kind' discriminator values from Copilot Studio YAML schema via script. Filters and categorizes into Triggers, Actions, Dialogs, Cards, Knowledge Sources, Inputs. Use when asked for kinds/types.
npx claudepluginhub microsoft/skills-for-copilot-studio --plugin copilot-studioThis skill is limited to using the following tools:
List all available `kind` discriminator values from the schema, dynamically.
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 available kind discriminator values from the schema, dynamically.
Run the schema lookup script to get all kinds:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js kinds
If $ARGUMENTS contains a filter keyword, filter the output to show only matching kinds.
Categorize the results for easier reading:
Present the categorized list to the user.
Important: Always use the script output as the source of truth. Do NOT hardcode kind values.