microsoft/lookup-schema
Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind.
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill lookup-schema
Look up and explain a Copilot Studio YAML schema definition.
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js lookup $ARGUMENTS
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js search $ARGUMENTS
$ref references that need resolution, use: node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js resolve $ARGUMENTS
User: /lookup-schema SendActivity
Response should include the full schema definition and explain how to use it in YAML.
Take microsoft/lookup-schema 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.