所有 Skills
找到 3865 个 Skills
Skills 列表

flowstudio-power-automate-mcp
通过 FlowStudio MCP 使用 Power Automate 的基础技能——身份验证设置、可复用的 MCP 辅助函数(Python + Node.js)、通过 `list_skills` / `tool_search` 发现工具,以及处理超大响应。将代理连接到 Power Automate 时,请先加载此技能。对于专门的工作流,请加载 `flowstudio-power-automate-build`、`flowstudio-power-automate-debug`、`flowstudio-power-automate-monitoring`(Pro+)或 `flowstudio-power-automate-governance`(Pro+)——每个都包含工作流叙述,而此技能提供了它们所依赖的基础设施。需要 FlowStudio MCP 订阅或兼容的服务器——请参阅 https://mcp.flowstudio.app
github
azure-pricing
使用 Azure 零售价格 API (prices.azure.com) 获取实时 Azure 零售定价,并估算 Copilot Studio 代理信用消耗。当用户询问任何 Azure 服务的成本、想要比较 SKU 价格、需要定价数据进行成本估算、提及 Azure 定价、Azure 成本、Azure 计费,或询问 Copilot Studio 定价、Copilot 信用或代理使用估算时使用。涵盖计算、存储、网络、数据库、AI、Copilot Studio 以及所有其他 Azure 服务系列。
github
copilot-spaces
使用 Copilot Spaces 为对话提供项目特定的上下文。当用户提到“Copilot space”、想要从共享知识库加载上下文、发现可用的空间,或提出基于精选项目文档、代码和指令的问题时,使用此技能。
github
winmd-api-search
查找并探索 Windows 桌面 API。适合在开发需要系统/平台能力(如摄像头、文件访问、系统通知、UI 控件、AI/ML、传感器、网络连接等)的功能时使用。能够根据具体需求精准匹配目标 API,并获取完整的类型细节(包括方法、属性、事件及枚举值)。
github
winui3-migration-guide
UWP 到 WinUI 3 迁移参考。将旧版 UWP API 映射到正确的 Windows App SDK 等效项,并附有前后代码片段。涵盖命名空间更改、线程处理(CoreDispatcher 到 DispatcherQueue)、窗口管理(CoreWindow 到 AppWindow)、对话框、选择器、共享、打印、后台任务以及最常见的 Copilot 代码生成错误。
github
copilotkit-self-update
Use when the user wants to update, refresh, or reinstall the CopilotKit agent SKILLS (the SKILL.md files that teach this agent about CopilotKit). NOT for updating the CopilotKit codebase or project — this is specifically about refreshing the skills/knowledge this agent has loaded. Triggers on "update copilotkit skills", "update skills", "refresh skills", "skills are stale", "skills are outdated", "get latest skills", "my copilotkit knowledge is wrong", "copilotkit APIs changed", "skills seem old", "wrong API names", "reinstall skills", "skills not working right", "update your copilotkit knowledge".
copilotkit
react-core
@copilotkit/react-core — mount the CopilotKit provider (from @copilotkit/react-core/v2) in a Next.js App Router / React Router v7 / TanStack Start / SPA app, drop in CopilotChat/CopilotPopup/CopilotSidebar (v2 chat components ship from react-core/v2 — NOT react-ui, which is CSS-only in v2), access and subscribe to agents with useAgent / useAgentContext / useCapabilities, switch between multiple agents, manage durable Intelligence threads with useThreads, register browser-side tools via useFrontendTool, render tool calls with useRenderTool / useComponent / useDefaultRenderTool, gate execution with useHumanInTheLoop, wire file attachments with useAttachments, configure suggestion pills, and register activity- and custom-message renderers. publicLicenseKey is canonical (publicApiKey is deprecated alias). Load the reference under references/ that matches your task.
copilotkit
copilotkit-agui
Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.
copilotkit
a2ui-renderer
Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via <CopilotKit a2ui={{ theme }}>. Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives (A2UIProvider, A2UIRenderer, createCatalog) ship from @copilotkit/a2ui-renderer. Covers theme customization, createSurface dedup, action-bridge try/finally cleanup. Load when an agent emits A2UI operations (createSurface / updateComponents / updateDataModel), when wiring a2ui on CopilotRuntime, or when styling A2UI surfaces.
copilotkit
copilotkit-debug
Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.
copilotkit
runtime
@copilotkit/runtime — mount a fetch-native CopilotRuntime on any JS server, wire middleware, pick an AgentRunner, instantiate BuiltInAgent (Factory Mode with TanStack AI is the preferred default) or plug in any of 12 external agent frameworks (Mastra, LangGraph, CrewAI Crews/Flows, PydanticAI, ADK, LlamaIndex, Agno, AWS Strands, MS Agent Framework, AG2, A2A), enable Intelligence mode for durable threads + websocket, register server-side tools via defineTool, and wire voice transcription. Uses the fetch-based createCopilotRuntimeHandler primitive — the Express/Hono adapters are discouraged. Load the reference under references/ that matches your task.
copilotkit
noob-mode
面向非技术Copilot CLI用户的通俗英语翻译层。将每个审批提示、错误消息和技术输出翻译成清晰、无术语的英语,并带有颜色编码的风险指示。
github
datanalysis-credit-risk
信用风险数据清洗与变量筛选流程,用于贷前建模。适用于需要对原始信贷数据进行质量评估、缺失值分析或建模前变量选择的场景。涵盖数据加载与格式化、异常周期过滤、缺失率计算、高缺失变量剔除、低IV变量过滤、高PSI变量剔除、空重要性去噪、高相关变量剔除以及清洗报告生成。应用场景包括信用风险数据清洗、变量筛选、贷前建模预处理。
github
msstore-cli
Microsoft Store 开发者命令行工具(msstore),用于将 Windows 应用程序发布到 Microsoft Store。当需要配置商店凭据、查看商店应用列表、检查提交状态、发布应用提交、管理 package flight(测试分发包)、配置商店发布的 CI/CD 流水线或对接 Partner Center 时使用。支持 Windows App SDK/WinUI、UWP、.NET MAUI、Flutter、Electron、React Native 及 PWA 应用。
github
import-infrastructure-as-code
使用 Azure CLI 发现和 Azure Verified Modules (AVM) 将现有 Azure 资源导入 Terraform。当需要逆向工程实时 Azure 基础设施、从现有订阅/资源组/资源 ID 生成基础设施即代码、映射依赖关系、从下载的模块源推导精确导入地址、防止配置漂移,并生成基于 AVM 的 Terraform 文件(可用于跨任何 Azure 资源类型的验证和规划)时使用。
github
mentoring-juniors
针对初级开发者和 AI 新手的苏格拉底式导师指导。只通过提问引导,绝不直接给答案。触发词:"help me understand", "explain this code", "I'm stuck", "Im stuck", "I'm confused", "Im confused", "I don't understand", "I dont understand", "can you teach me", "teach me", "mentor me", "guide me", "what does this error mean", "why doesn't this work", "why does not this work", "I'm a beginner", "Im a beginner", "I'm learning", "Im learning", "I'm new to this", "Im new to this", "walk me through", "how does this work", "what's wrong with my code", "what's wrong", "can you break this down", "ELI5", "step by step", "where do I start", "what am I missing", "newbie here", "junior dev", "first time using", "how do I", "what is", "is this right", "not sure", "need help", "struggling", "show me", "help me debug", "best practice", "too complex", "overwhelmed", "lost", "debug this", "/socratic", "/hint", "/concept", "/pseudocode"。包含渐进式提示系统、教学技巧与成功衡量指标。
github
update-markdown-file-index
使用指定文件夹中的文件索引/表格更新 Markdown 文件中的某个部分。
github
azure-resource-visualizer
分析 Azure 资源组并生成详细的 Mermaid 架构图,展示各个资源之间的关系。当用户请求绘制 Azure 资源图表或帮助理解资源之间的关联时,使用此技能。
github
suggest-awesome-github-copilot-skills
根据当前仓库上下文和聊天历史,从 awesome-copilot 仓库推荐相关的 GitHub Copilot 技能,避免与当前仓库已有技能重复,并识别需要更新的过时技能。
github
terraform-azurerm-set-diff-analyzer
分析 Terraform plan 的 JSON 输出,针对 AzureRM Provider 区分误报差异(Set 类型属性中仅顺序变化)和实际资源变更。适用于审查 Application Gateway、Load Balancer、Firewall、Front Door、NSG 等 Azure 资源的 terraform plan 输出,这些资源的 Set 类型属性因内部顺序变化导致虚假差异。
github
go-mcp-server-generator
使用官方 github.com/modelcontextprotocol/go-sdk 生成一个完整的 Go MCP 服务器项目,包含合理的结构、依赖和实现。
github
java-refactoring-remove-parameter
在Java语言中使用移除参数进行重构
github
quasi-coder
专家级10倍工程师技能,用于解释和实现来自简写、准代码和自然语言描述的代码。当协作者提供不完整的代码片段、伪代码或包含潜在拼写错误或错误术语的描述时使用。擅长将非技术性或半技术性描述转化为生产级代码。
github
mcp-deploy-manage-agents
由 mcp-deploy-manage-agents.prompt.md 转换而来的 Skill。
github