finalize-agent-prompt
43Finalize prompt file using the role of an AI agent to polish the prompt for the end user.
make-skill-template
36Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new ski
Act Informed: First understand together with the human, then do
36Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requi
Product Manager Assistant: Feature Identification and Specification
34This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for
Suggest Awesome GitHub Copilot Custom Agents
33Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history
microsoft-skill-creator
30Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Mi
mcp-create-declarative-agent
30Skill converted from mcp-create-declarative-agent.prompt.md
power-platform-mcp-connector-suite
29Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and
azure-role-selector
28When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the rol
mcp-create-adaptive-cards
28Skill converted from mcp-create-adaptive-cards.prompt.md
Microsoft 365 Declarative Agents Development Kit
25Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), Type
Create TypeSpec Declarative Agent
24Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot
SKILL: Creating Agent Users in Microsoft Entra Agent ID
22Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities
value
20skill does absolutely nothing, as well as the agent that uses it.
Agent Development for Claude Code Plugins
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use des
Token Budget Guard
Tracks token spend across an agent run and stops or downgrades before it blows the budget. Use when running long autonomous tasks with a har
Compaction Discipline
Enforces safe context compaction for long-running agents. Use whenever an agent run is expected to exceed roughly 40 turns or 100K tokens.
Route Before You Answer
Adds a cheap classification step ahead of expensive model calls. Use in any high-volume production workload.
Verify, Do Not Assume
Prevents an agent from acting on state it never checked. Use in any agent with file, shell or API write access.
Respect Effective Context
Stops treating an advertised context window as usable capacity. Use when designing any long-context feature.
Tool Descriptions That Work
Improves tool definitions so a model picks the right one. Use when authoring or reviewing MCP servers and tool schemas.