microsoft/list-kinds
List all available kind discriminator values from the Copilot Studio YAML schema. Use when the user asks what kinds/types are available.
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill list-kinds
List all available kind discriminator values from the schema, dynamically.
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js kinds
$ARGUMENTS contains a filter keyword, filter the output to show only matching kinds.Important: Always use the script output as the source of truth. Do NOT hardcode kind values.
Take microsoft/list-kinds 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.