From copilot-studio
Looks up Copilot Studio YAML schema definitions for specific kinds like SendActivity. Explains structure, required/optional properties, types, and usage in YAML files.
npx claudepluginhub microsoft/skills-for-copilot-studio --plugin copilot-studioThis skill is limited to using the following tools:
Look up and explain a Copilot Studio YAML schema definition.
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.
Look up and explain a Copilot Studio YAML schema definition.
Run the schema lookup script to find the definition:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js lookup $ARGUMENTS
If the definition is not found, search for similar definitions:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js search $ARGUMENTS
If the definition contains $ref references that need resolution, use:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js resolve $ARGUMENTS
Present the schema definition in a readable format, explaining:
User: /lookup-schema SendActivity
Response should include the full schema definition and explain how to use it in YAML.