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.
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
react19-source-patterns
✓★ 36,202by github
Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.
ruby-mcp-server-generator
✓★ 36,202by github
Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.
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
vscode-ext-localization
✓★ 36,202by github
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
what-context-needed
✓★ 36,202by github
Ask Copilot what files it needs to see before answering a question
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.
java-mcp-server-generator
✓★ 36,202by github
Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.
structured-autonomy-generate
✓★ 36,202by github
Structured Autonomy Implementation Generator Prompt
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.
create-tldr-page
✓★ 36,202by github
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
csharp-docs
✓★ 36,202by github
Ensure that C# types are documented with XML comments and follow best practices for documentation.
fedora-linux-triage
✓★ 36,202by github
Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
finalize-agent-prompt
✓★ 36,202by github
Finalize prompt file using the role of an AI agent to polish the prompt for the end user.
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
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.
power-bi-dax-optimization
✓★ 36,202by github
Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.
qdrant-scaling
✓★ 36,202by github
Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow', 'too many tenants', 'vertical or horizontal', 'how to shard', or 'need to add capacity'.
react-audit-grep-patterns
✓★ 36,202by github
Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever running a migration audit - for both the react18-auditor and react19-auditor agents. Contains every grep pattern needed to find deprecated APIs, removed APIs, unsafe lifecycle methods, batching vulnerabilities, test file issues, dependency conflicts, and React 19 specific removals. Always use this skill when writing audit scan commands - do not
react18-dep-compatibility
✓★ 36,202by github
React 18.3.1 and React 19 dependency compatibility matrix.
react18-string-refs
✓★ 36,202by github
Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever migrating string ref usage - including single element refs, multiple refs in a component, refs in lists, callback refs, and refs passed to child components. Always use this skill before writing any ref migration code - the multiple-refs-in-list pattern is particularly tricky and this skill prevents the most common mistakes. Use it for React 18.3.
react19-concurrent-patterns
✓★ 36,202by github
Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.
refactor-method-complexity-reduce
✓★ 36,202by github
Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
swift-mcp-server-generator
✓★ 36,202by github
Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.
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.
refactor-plan
✓★ 36,202by github
Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.
winui3-migration-guide
✓★ 36,202by github
UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.
breakdown-feature-prd
✓★ 36,202by github
Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
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