Automatically refreshed

Agent Skill Directory

Find reusable workflows for coding agents, with clear provenance, risk signals, and copy-ready installation commands.

699skills
23Source
602Low risk
Jul 13Updated
699 skills
Automatically refreshed
65REC

acreadiness-policy

Coding & Refactoring

Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

power-bi-dax-optimization

Coding & Refactoring

Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

power-bi-model-design-review

Security & Compliance

Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

agentic-eval

Coding & Refactoring

Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

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.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

ai-team-orchestration

DevOps & Cloud

Bootstrap and run a multi-agent AI development team. Use when: starting a new software project with AI agents, setting up parallel dev/QA teams, creating sprint plans, writing brainstorm prompts with distinct agent voices, recovering a project workflow, or planning sprints.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

prd

Coding & Refactoring

Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

appinsights-instrumentation

Coding & Refactoring

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

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

apple-appstore-reviewer

Coding & Refactoring

Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. Use when you want to improve the speed and efficiency of your Qdrant deployment.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

aspnet-minimal-api-openapi

Coding & Refactoring

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

qdrant-scaling

Data & Database

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'.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Reusable investigation patterns for AWS CloudWatch: Logs Insights query templates, alarm-to-deployment correlation, blast-radius narrowing decision tree, and PromQL-style metric query patterns for structured incident triage.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

aws-resource-query

Coding & Refactoring

Query AWS resources using natural language. Covers EC2, S3, RDS, Lambda, ECS, EKS, Secrets Manager, IAM, VPC, networking, messaging, and more. Strictly read-only — no writes, deletes, or mutations.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

azure-pricing

AI & Agents

Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.

github/awesome-copilot·MIT·Agent SkillsGitHub Copilot
low100Quality
65REC

azure-resource-visualizer

Coding & Refactoring

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.

github/awesome-copilot·Complete terms in LICENSE.txt·Agent Skills
low100Quality
65REC

react-audit-grep-patterns

Coding & Refactoring

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 rely on memory for grep syntax, especially for the multi-line async setState patterns which require context flags.

github/awesome-copilot·MIT·Agent Skills
low100Quality
65REC

Create a React component using the Container/Presentation pattern in src/components by asking for the component name and type (ui or features), then scaffold files that follow this repository's TypeScript, Storybook, and SCSS conventions. Use when the user explicitly asks for a Container/Presentation-based component or runs /react-container-presentation-component.

github/awesome-copilot·MIT·Agent Skills
low100Quality

Browse agent skills by use case and coding agent

Explore source-tracked skills for Codex, Claude Code, GitHub Copilot, Cursor, and Gemini CLI.