Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills4,610
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons1,006
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
what-context-needed
✓★ 36,202by github
Ask Copilot what files it needs to see before answering a question
fluentui-blazor
✓★ 36,202by github
Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with "Fluent". Also use when troubleshooting missing pro
typespec-api-operations
✓★ 36,202by github
Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards
comment-code-generate-a-tutorial
✓★ 36,202by github
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
kotlin-mcp-server-generator
✓★ 36,202by github
Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
breakdown-feature-prd
✓★ 36,202by github
Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
react19-source-patterns
✓★ 36,202by github
Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.
react18-legacy-context
✓★ 36,202by github
Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Al
finalize-agent-prompt
✓★ 36,202by github
Finalize prompt file using the role of an AI agent to polish the prompt for the end user.
ruby-mcp-server-generator
✓★ 36,202by github
Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.
pr-dashboard
✓★ 36,202by github
Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR status. Trigger phrases include "show my PRs", "open PR dashboard", "pull request dashboard".
vscode-ext-localization
✓★ 36,202by github
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
java-refactoring-remove-parameter
✓★ 36,202by github
Refactoring using Remove Parameter in Java Language
acreadiness-assess
✓★ 36,202by github
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
fedora-linux-triage
✓★ 36,202by github
Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
power-bi-dax-optimization
✓★ 36,202by github
Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.
java-refactoring-extract-method
✓★ 36,202by github
Refactoring using Extract Methods in Java Language
java-junit
✓★ 36,202by github
Get best practices for JUnit 5 unit testing, including data-driven tests
ai-prompt-engineering-safety-review
✓★ 36,202by github
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.
swift-mcp-server-generator
✓★ 36,202by github
Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.
arch-linux-triage
✓★ 36,202by github
Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
arize-link
✓★ 36,202by github
Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.
cli-mastery
✓★ 36,202by github
Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.
java-docs
✓★ 36,202by github
Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.
image-manipulation-image-magick
✓★ 36,202by github
Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.
create-tldr-page
✓★ 36,202by github
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
dataverse-python-quickstart
✓★ 36,202by github
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
bigquery-pipeline-audit
✓★ 36,202by github
Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.
structured-autonomy-plan
✓★ 36,202by github
Structured Autonomy Planning Prompt
csharp-xunit
✓★ 36,202by github
Get best practices for XUnit unit testing, including data-driven tests