Source

github/awesome-copilot

452 skills · 2.3M combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1488
agentic-eval Official Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-criti…
github/awesome-copilot
10.2K
1498
csharp-xunit Official Get best practices for XUnit unit testing, including data-driven tests
github/awesome-copilot
10K
1499
create-architectural-decision-record Official Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
github/awesome-copilot
10K
1502
pdftk-server Official Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, …
github/awesome-copilot
10K
1503
breakdown-feature-prd Official Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
github/awesome-copilot
10K
1510
refactor-method-complexity-reduce Official Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or b…
github/awesome-copilot
10K
1507
scoutqa-test Official This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibil…
github/awesome-copilot
10K
1512
nano-banana-pro-openrouter Official Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image…
github/awesome-copilot
9.9K
1516
markdown-to-html Official Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing …
github/awesome-copilot
9.9K
1520
meeting-minutes Official Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, …
github/awesome-copilot
9.9K
1525
dataverse-python-production-code Official Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
github/awesome-copilot
9.8K
1526
powerbi-modeling Official Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic mode…
github/awesome-copilot
9.8K
1536
kotlin-springboot Official Get best practices for developing applications with Spring Boot and Kotlin.
github/awesome-copilot
9.8K
1530
my-pull-requests Official
github/awesome-copilot
9.8K
1538
boost-prompt Official Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipb…
github/awesome-copilot
9.7K
1553
context-map Official Generate a map of all files relevant to a task before making changes
github/awesome-copilot
9.7K
1556
devops-rollout-plan Official Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback p…
github/awesome-copilot
9.7K
1555
image-manipulation-image-magick Official Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrievi…
github/awesome-copilot
9.7K
1550
mcp-cli Official Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, …
github/awesome-copilot
9.7K
1551
plantuml-ascii Official Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagram…
github/awesome-copilot
9.7K
1559
my-issues Official
github/awesome-copilot
9.6K
1567
readme-blueprint-generator Official Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repos…
github/awesome-copilot
9.6K
1572
agent-governance Official Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: -…
github/awesome-copilot
9.6K
1570
appinsights-instrumentation Official Instrument a webapp to send useful telemetry data to Azure App Insights
github/awesome-copilot
9.6K
1569
azure-deployment-preflight Official Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what…
github/awesome-copilot
9.6K
1573
git-flow-branch-creator Official Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie…
github/awesome-copilot
9.6K
1571
write-coding-standards-from-file Official Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as a…
github/awesome-copilot
9.6K
1581
csharp-docs Official Ensure that C# types are documented with XML comments and follow best practices for documentation.
github/awesome-copilot
9.5K
1585
prompt-builder Official
github/awesome-copilot
9.5K
1593
create-spring-boot-java-project Official Create Spring Boot Java Project Skeleton
github/awesome-copilot
9.5K
1606
azure-role-selector Official When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps …
github/awesome-copilot
9.4K
1614
copilot-sdk Official Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, impl…
github/awesome-copilot
9.4K
1616
ef-core Official Get best practices for Entity Framework Core
github/awesome-copilot
9.4K
1619
folder-structure-blueprint-generator Official Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects projec…
github/awesome-copilot
9.4K
1634
create-github-issues-feature-from-implementation-plan Official Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
github/awesome-copilot
9.4K
1632
openapi-to-application-code Official Generate a complete, production-ready application from an OpenAPI specification
github/awesome-copilot
9.4K
1628
project-workflow-analysis-blueprint-generator Official Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically de…
github/awesome-copilot
9.4K
1639
breakdown-plan Official Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler >…
github/awesome-copilot
9.3K
1645
power-bi-report-design-consultation Official Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optima…
github/awesome-copilot
9.3K
1652
add-educational-comments Official Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
github/awesome-copilot
9.3K
1654
breakdown-feature-implementation Official Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
github/awesome-copilot
9.3K
1647
breakdown-test Official Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality…
github/awesome-copilot
9.3K
1653
java-refactoring-extract-method Official Refactoring using Extract Methods in Java Language
github/awesome-copilot
9.3K
1648
next-intl-add-language Official Add new language to a Next.js + next-intl application
github/awesome-copilot
9.3K
1655
remember Official Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>doma…
github/awesome-copilot
9.3K
1656
dataverse-python-advanced-patterns Official Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
github/awesome-copilot
9.2K
1657
update-specification Official Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirem…
github/awesome-copilot
9.2K
1676
aspnet-minimal-api-openapi Official Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
github/awesome-copilot
9.2K
1669
create-llms Official Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://ll…
github/awesome-copilot
9.2K
1673
finnish-humanizer Official Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use…
github/awesome-copilot
9.2K
Page 2 · 452 total Previous Next