github copilot skills

1,753 tagged github copilot, measured the same way as everything else here.

Browse within: gemini-cli 229copilot 211prompt-engineering 175spec-driven-development 157ai-skills 108agentic-workflow 106codex-plugin 99matlab 88copilot-skills 85codex-cli 69Multi-Agent 67ai-coding-assistant 64spec-kit 62ai-assisted-development 61

excel-mcp

25

sbroenne/mcp-server-excel

Skill Claude CodeCodex

Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…

645 2d ago A 106 tokens original MIT

calculator

26

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.

562 4mo ago A 50 tokens original CC0-1.0

azure-prices

27

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Look up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like "how much does a D2 v2 VM cost?"…

562 4mo ago A 90 tokens original CC0-1.0

jira-cli

28

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.

562 4mo ago A 60 tokens original CC0-1.0

git-branch-cleanup

29

gotalab/skillport

Skill Claude CodeCodex

Analyzes and safely cleans up local Git branches. Categorizes branches by merge status, staleness, and remote tracking. Provides interactive selection with safety guards. Use when the user wants to clean up branches, delete old branches, organize Git branches, or asks about which branches can be safely deleted.

409 2mo ago A 66 tokens original MIT

opus-4-5-migration

30

gotalab/skillport

Skill Claude CodeCodex

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

409 2mo ago A 97 tokens original MIT

skill-evaluator

31

gotalab/skillport

Skill Claude CodeCodex

Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.

409 2mo ago A 61 tokens original MIT

qt-cpp-docs

32

TheQtCompanyRnD/agent-skills

Skill Claude CodeCodex

Generates standalone Markdown reference documentation for any Qt/C++ source files — Qt Widgets classes, Qt Quick backends, Qt/C++ modules, plain C++ utilities, structs, free-function headers, and entry points like main.cpp. Use this skill to document any .h or .cpp file: Qt classes, plain C++ code, utility helpers, or…

395 1mo ago A 155 tokens

TheQtCompanyRnD/agent-skills

Skill Claude CodeCodex

Extract design tokens, text styles, and variables from a Figma design system and produce a design-tokens.json plus ready-to-use QML singletons. Use this skill whenever someone wants to pull their design system out of Figma — whether they say "export tokens from Figma", "get design tokens", "set up my design system"…

395 1mo ago A 141 tokens

qt-qml-profiler

34

TheQtCompanyRnD/agent-skills

Skill Claude CodeCodex

Use when the user is investigating QML / Qt Quick performance — both vague complaints ("the UI feels laggy", "this is slow", "frames are dropping", "the app stutters") and explicit asks to profile, find hotspots, or optimize bindings, signals, or rendering. Runs qmlprofiler on a 2D QML application, parses the .qtd…

395 1mo ago A 111 tokens

microsoft-build

35

microsoft/Build-CLI

Skill Claude CodeCodex

Your companion for Microsoft Build 2026. Helps you find sessions relevant to your project, discover what's new for your tech stack, scaffold projects from sessions, and plan your event schedule. Activate when users mention sessions, schedule, what's new, Build, Ignite, AI Tour, Microsoft event, conference, or…

294 4d ago B 109 tokens original MIT

SebastienDegodez/copilot-instructions

Skill Claude CodeCodex

Use when domain logic leaks into API/Infrastructure, project references violate layer boundaries, or you need to decide between CQS (always), CQRS bus (complex domains), and DDD patterns (invariants and events).

192 1mo ago A 50 tokens original Apache-2.0

mutation-testing

37

SebastienDegodez/copilot-instructions

Skill Claude CodeCodex

Use when running mutation testing, killing mutants, verifying test quality, checking mutation score, or analyzing survivors after the test baseline is green.

192 1mo ago A 29 tokens original Apache-2.0

copilot-sdk

39

devantler-tech/ksail

Skill Claude CodeCodex

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server…

165 3d ago A 72 tokens

gh-stack

40

devantler-tech/ksail

Skill Claude CodeCodex

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

165 3d ago A 65 tokens

refactor

41

devantler-tech/ksail

Skill Claude CodeCodex

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

165 3d ago A 54 tokens

content-humanizer

44

olivomarco/github-copilot-token-optimization

Skill Claude CodeCodex

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix…

151 1mo ago A 104 tokens

dotnet-dependency

45

NikiforovAll/github-copilot-rules

Skill Claude CodeCodex

This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages.

131 6mo ago A 35 tokens copy · 94% Apache-2.0

dotnet-test

46

NikiforovAll/github-copilot-rules

Skill Claude CodeCodex

This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.

131 6mo ago A 35 tokens copy · 98% Apache-2.0

skill-agent-toolkit

48

javiarmesto/ALDC-AL-Development-Collection

Skill Claude CodeCodex

Build, configure, and integrate Business Central agents using the AI Development Toolkit and Agent SDK. Triggers on mentions of Agent SDK, Agent Metadata Provider, IAgentFactory, IAgentMetadata, IAgentTaskExecution, ConfigurationDialog, Agent Task Builder, Agent Session, Copilot Capability, agent instructions, or…

103 14d ago A 72 tokens original MIT