Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

93 skills indexed across 13 categories

Showing 93 skills

finalize-agent-prompt

43

Finalize prompt file using the role of an AI agent to polish the prompt for the end user.

Agentby github/awesome-copilot

make-skill-template

36

Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new ski

Agentby github/awesome-copilot

Act Informed: First understand together with the human, then do

36

Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requi

Agentby github/awesome-copilot

Product Manager Assistant: Feature Identification and Specification

34

This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for

Agentby github/awesome-copilot

Suggest Awesome GitHub Copilot Custom Agents

33

Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history

Agentby github/awesome-copilot

microsoft-skill-creator

30

Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Mi

Agentby github/awesome-copilot

mcp-create-declarative-agent

30

Skill converted from mcp-create-declarative-agent.prompt.md

Agentby github/awesome-copilot

power-platform-mcp-connector-suite

29

Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and

Agentby github/awesome-copilot

azure-role-selector

28

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the rol

Agentby github/awesome-copilot

mcp-create-adaptive-cards

28

Skill converted from mcp-create-adaptive-cards.prompt.md

Agentby github/awesome-copilot

Microsoft 365 Declarative Agents Development Kit

25

Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), Type

Agentby github/awesome-copilot

Create TypeSpec Declarative Agent

24

Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot

Agentby github/awesome-copilot

SKILL: Creating Agent Users in Microsoft Entra Agent ID

22

Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities

Agentby github/awesome-copilot

value

20

skill does absolutely nothing, as well as the agent that uses it.

Agentby hugmouse/skills

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

Agentby anthropics/claude-code

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

Agentby tokencalculator

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.

Agentby tokencalculator

Route Before You Answer

Adds a cheap classification step ahead of expensive model calls. Use in any high-volume production workload.

Agentby tokencalculator

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.

Agentby tokencalculator

Respect Effective Context

Stops treating an advertised context window as usable capacity. Use when designing any long-context feature.

Agentby tokencalculator

Tool Descriptions That Work

Improves tool definitions so a model picks the right one. Use when authoring or reviewing MCP servers and tool schemas.

Agentby tokencalculator