.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/microsoft/skills-for-copilot-studio
home/skills/microsoft/skills-for-copilot-studio
microsoft avatar

microsoft/skills-for-copilot-studio

31 skills · 124 total installs

View on GitHub
$npx skills add microsoft/skills-for-copilot-studio
SkillInstalls
int-project-contextShared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance.63int-referenceReference tables for Copilot Studio YAML authoring: triggers, actions, variables, entities, Power Fx functions, templates.61add-actionGuide users through adding a new connector action to a Copilot Studio agent.—add-adaptive-cardGenerate and insert an Adaptive Card into a Copilot Studio topic using AdaptiveCardPrompt.—add-generative-answersAdd generative answer nodes (SearchAndSummarizeContent or AnswerQuestionWithAI) to a Copilot Studio topic.—add-global-variableAdd a global variable to a Copilot Studio agent. Use when the user needs a variable that persists across topics in the same conversation and can optionally be…—add-knowledgeAdd a knowledge source (public website or SharePoint) to a Copilot Studio agent.—add-nodeAdd or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic.—add-other-agentsAdd child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent.—analyze-evalsAnalyze exported evaluation results from Copilot Studio's Evaluate tab.—chat-directlineSend a message to a Copilot Studio agent via DirectLine v3. Use for agents with no auth or manual auth. Requires a token endpoint URL or DirectLine secret.—chat-sdkSend a message to a Copilot Studio agent via the Copilot Studio Client SDK (M365). Use for agents with integrated auth (Entra ID SSO).—chat-with-agentclone-agentClone a Copilot Studio agent from the cloud. Guides through environment selection, agent selection, and downloads agent YAML files.—create-evalCreate plugin development eval scenarios (JSON files with natural prompts and deterministic checks for testing plugin skills).—create-eval-setCreate a test set CSV file for import into Copilot Studio's in-product Evaluate tab.—detect-modeDetect a Copilot Studio agent's authentication mode (DirectLine vs M365) by querying Dataverse. Returns the mode and connection details needed to chat.—directline-chatedit-actionEdit an existing action (TaskDialog) in a Copilot Studio agent. Supports connector actions and MCP server actions.—edit-agentEdit Copilot Studio agent settings, instructions, or configuration.—edit-triggersModify topic triggers — trigger phrases and model description.—int-patternsPattern library for Copilot Studio agent design. Contains proven and recommended implementation patterns with YAML examples.—list-kindsList all available kind discriminator values from the Copilot Studio YAML schema. Use when the user asks what kinds/types are available.—list-topicsList all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist.—lookup-schemaLook up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind.—manage-agentPush/pull Copilot Studio agent content via the VS Code extension's LanguageServerHost LSP binary.—new-topicCreate a new Copilot Studio topic YAML file. Use when the user asks to create a new topic, conversation flow, or dialog for their agent.—run-evalRun evaluations against a Copilot Studio agent via the Power Platform Evaluation API. Works on DRAFT agents — no publish step required.—run-tests-kitRun a batch test suite via the Copilot Studio Kit (Dataverse API).—test-authAuthenticate for Copilot Studio evaluation API and SDK chat. Caches a token that is shared across run-eval and chat-sdk skills.—validateValidate Copilot Studio agent YAML files using the LSP binary's full diagnostics (YAML structure, Power Fx, schema, cross-file references).—