Catalog pagination

Agent Skills catalog · page 79

Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.

Current page
79/128
Entries on page
24
URL status
Self-canonical
Computed 6837,126

github/awesome-copilot

qdrant-search-quality-diagnosis

Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes.

Computed 6837,126

github/awesome-copilot

react-audit-grep-patterns

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

Computed 6837,126

github/awesome-copilot

react18-dep-compatibility

React 18.3.1 and React 19 dependency compatibility matrix.

Computed 6837,126

github/awesome-copilot

react18-enzyme-to-rtl

Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), wrapper.simulate(), wrapper.prop(), wrapper.state(), wrapper.instance(), Enzyme configure/Adapter calls, or any test file that imports from enzyme. This skill covers the full API mapping and the philosophy shift from implementation testing to behavior testing. Always read this skill before rewriting Enzyme tests - do n

Computed 6837,126

github/awesome-copilot

readme-blueprint-generator

Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.

Computed 6737,126

github/awesome-copilot

appinsights-instrumentation

Instrument a webapp to send useful telemetry data to Azure App Insights

Computed 6737,126

github/awesome-copilot

comment-code-generate-a-tutorial

Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

Computed 6737,126

github/awesome-copilot

dotnet-best-practices

Ensure .NET/C# code meets best practices for the solution/project.

Computed 6737,126

github/awesome-copilot

mcp-cli

Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line.

Computed 6737,126

github/awesome-copilot

md-to-docx

Convert Markdown files to professionally formatted Word (.docx) documents with embedded PNG images — pure JavaScript, no external tools required

Computed 6737,126

github/awesome-copilot

mkdocs-translations

Generate a language translation for a mkdocs documentation stack.

Computed 6737,126

github/awesome-copilot

react19-test-patterns

Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.

Computed 6637,126

github/awesome-copilot

csharp-xunit

Get best practices for XUnit unit testing, including data-driven tests

Computed 6637,126

github/awesome-copilot

documentation-writer

Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.

Computed 6637,126

github/awesome-copilot

java-junit

Get best practices for JUnit 5 unit testing, including data-driven tests

Computed 6637,126

github/awesome-copilot

java-refactoring-extract-method

Refactoring using Extract Methods in Java Language

Computed 6637,126

github/awesome-copilot

java-refactoring-remove-parameter

Refactoring using Remove Parameter in Java Language

Computed 6637,126

github/awesome-copilot

phoenix-evals

Build and run evaluators for AI/LLM applications using Phoenix.

Computed 6537,126

github/awesome-copilot

breakdown-epic-pm

Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.

Computed 6537,126

github/awesome-copilot

csharp-docs

Ensure that C# types are documented with XML comments and follow best practices for documentation.

Computed 6537,126

github/awesome-copilot

multi-stage-dockerfile

Create optimized multi-stage Dockerfiles for any language or framework

Computed 6537,126

github/awesome-copilot

react18-lifecycle-patterns

Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillReceiveProps, and componentWillUpdate - targeting React 18.3.1. Use this skill whenever a class component needs its lifecycle methods migrated, when deciding between getDerivedStateFromProps vs componentDidUpdate, when adding getSnapshotBeforeUpdate, or when fixing React 18 UNSAFE_ lifecycle warnings. Always use this skill before writing any lifecycle migration

Computed 6537,126

github/awesome-copilot

typespec-api-operations

Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards

Computed 6537,126

github/awesome-copilot

vscode-ext-localization

Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices