AI Native Medhavi
NewsMCP DirectorySkillsNewsletterSign In

Skills Directory

Browse AI agent skills from top repositories. Filter by category, source, or date — then install with one command.

–
–

add-educational-comments

27,920·github/awesome-copilot
Ai Engineering

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

npx skills install github:github/awesome-copilot/add-educational-comments
Updated Apr 1, 2026

agent-governance

27,920·github/awesome-copilot
Backend

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

gorustapidatabaseai
npx skills install github:github/awesome-copilot/agent-governance
Updated Apr 1, 2026

agentic-eval

27,920·github/awesome-copilot
Ai Engineering

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

aiuidesign
npx skills install github:github/awesome-copilot/agentic-eval
Updated Apr 1, 2026

ai-prompt-engineering-safety-review

27,920·github/awesome-copilot
Testing

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.

testingsecurityai
npx skills install github:github/awesome-copilot/ai-prompt-engineering-safety-review
Updated Apr 1, 2026

appinsights-instrumentation

27,920·github/awesome-copilot
Deployment

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

npx skills install github:github/awesome-copilot/appinsights-instrumentation
Updated Apr 1, 2026

apple-appstore-reviewer

27,920·github/awesome-copilot
Tooling

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

npx skills install github:github/awesome-copilot/apple-appstore-reviewer
Updated Apr 1, 2026

arch-linux-triage

27,920·github/awesome-copilot
Web Design

Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.

ux
npx skills install github:github/awesome-copilot/arch-linux-triage
Updated Apr 1, 2026

architecture-blueprint-generator

27,920·github/awesome-copilot
Web Design

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.

aidocumentationui
npx skills install github:github/awesome-copilot/architecture-blueprint-generator
Updated Apr 1, 2026

aspire

27,920·github/awesome-copilot
Tooling

Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.

mcpaicligitdeployment
npx skills install github:github/awesome-copilot/aspire
Updated Apr 1, 2026

aspnet-minimal-api-openapi

27,920·github/awesome-copilot
Backend

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

apidocumentation
npx skills install github:github/awesome-copilot/aspnet-minimal-api-openapi
Updated Apr 1, 2026

automate-this

27,920·github/awesome-copilot
Tooling

Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.

npx skills install github:github/awesome-copilot/automate-this
Updated Apr 1, 2026

autoresearch

27,920·github/awesome-copilot
Testing

Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.

gotestingperformanceaicli
npx skills install github:github/awesome-copilot/autoresearch
Updated Apr 1, 2026

aws-cdk-python-setup

27,920·github/awesome-copilot
Deployment

Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.

pythonawsui
npx skills install github:github/awesome-copilot/aws-cdk-python-setup
Updated Apr 1, 2026

az-cost-optimize

27,920·github/awesome-copilot
Deployment

Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.

git
npx skills install github:github/awesome-copilot/az-cost-optimize
Updated Apr 1, 2026

azure-architecture-autopilot

27,920·github/awesome-copilot
Deployment

Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services

securityaideploymentdesign
npx skills install github:github/awesome-copilot/azure-architecture-autopilot
Updated Apr 1, 2026

azure-deployment-preflight

27,920·github/awesome-copilot
Deployment

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.

deployment
npx skills install github:github/awesome-copilot/azure-deployment-preflight
Updated Apr 1, 2026

azure-devops-cli

27,920·github/awesome-copilot
Devops

Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.

devopsci/cdcliui
npx skills install github:github/awesome-copilot/azure-devops-cli
Updated Apr 1, 2026

azure-pricing

27,920·github/awesome-copilot
Ai Engineering

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.

apidatabaseai
npx skills install github:github/awesome-copilot/azure-pricing
Updated Apr 1, 2026

azure-resource-health-diagnose

27,920·github/awesome-copilot
Deployment

Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.

npx skills install github:github/awesome-copilot/azure-resource-health-diagnose
Updated Apr 1, 2026

azure-resource-visualizer

27,920·github/awesome-copilot
Deployment

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.

ai
npx skills install github:github/awesome-copilot/azure-resource-visualizer
Updated Apr 1, 2026

azure-role-selector

27,920·github/awesome-copilot
Web Design

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

ui
npx skills install github:github/awesome-copilot/azure-role-selector
Updated Apr 1, 2026

azure-static-web-apps

27,920·github/awesome-copilot
Deployment

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.

ci/cdapicligit
npx skills install github:github/awesome-copilot/azure-static-web-apps
Updated Apr 1, 2026

bigquery-pipeline-audit

27,920·github/awesome-copilot
Devops

Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.

python
npx skills install github:github/awesome-copilot/bigquery-pipeline-audit
Updated Apr 1, 2026

boost-prompt

27,920·github/awesome-copilot
Tooling

Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.

aicliui
npx skills install github:github/awesome-copilot/boost-prompt
Updated Apr 1, 2026
Page 1 · 282 skills