G
Organization

Github

github.com/github
Skills248 skills

Add Educational Comments

Takes any code file and transforms it into a teaching resource by adding educational comments that explain syntax, design choices, and language concepts. Automa

Agent Governance

When your AI agents start calling APIs, touching databases, or executing shell commands, you need guardrails before something goes sideways. This gives you comp

Agentic Eval

Implements self-critique loops where Claude generates output, evaluates it against your criteria, then refines based on its own feedback. Includes evaluator-opt

Ai Prompt Engineering Safety Review

The ai-prompt-engineering-safety-review skill analyzes AI prompts for safety risks, bias, security vulnerabilities, and effectiveness using a structured evaluat

Apple Appstore Reviewer

The apple-appstore-reviewer skill audits iOS app source code and metadata to identify Apple App Store rejection risks and optimization opportunities, serving de

Architecture Blueprint Generator

The architecture-blueprint-generator skill automatically analyzes codebases to detect technology stacks and architectural patterns, then generates comprehensive

Arize Ai Provider Integration

Install Arize Ai Provider Integration skill for Claude Code from github/awesome-copilot.

Arize Annotation

Install Arize Annotation skill for Claude Code from github/awesome-copilot.

Arize Dataset

Install Arize Dataset skill for Claude Code from github/awesome-copilot.

Arize Evaluator

Install Arize Evaluator skill for Claude Code from github/awesome-copilot.

Arize Experiment

Install Arize Experiment skill for Claude Code from github/awesome-copilot.

Arize Instrumentation

Install Arize Instrumentation skill for Claude Code from github/awesome-copilot.

Arize Link

Install Arize Link skill for Claude Code from github/awesome-copilot.

Arize Prompt Optimization

Install Arize Prompt Optimization skill for Claude Code from github/awesome-copilot.

Arize Trace

Install Arize Trace skill for Claude Code from github/awesome-copilot.

Aspire

This is a comprehensive reference for .NET Aspire, Microsoft's distributed application orchestration platform. The skill covers everything from AppHost configur

Aspnet Minimal Api Openapi

The aspnet-minimal-api-openapi skill assists .NET developers in building ASP.NET Minimal API endpoints with comprehensive OpenAPI/Swagger documentation by provi

Automate This

Install Automate This skill for Claude Code from github/awesome-copilot.

Autoresearch

Install Autoresearch skill for Claude Code from github/awesome-copilot.

Aws Cdk Python Setup

Install Aws Cdk Python Setup skill for Claude Code from github/awesome-copilot.

Az Cost Optimize

This workflow scans your Azure infrastructure through IaC files and live resources, then creates individual GitHub issues for each cost optimization opportunity

Azure Architecture Autopilot

Install Azure Architecture Autopilot skill for Claude Code from github/awesome-copilot.

Azure Deployment Preflight

The azure-deployment-preflight skill validates Bicep infrastructure templates before deployment to Azure by checking syntax, running what-if analysis, and verif

Azure Devops Cli

The azure-devops-cli skill enables developers and DevOps engineers to manage Azure DevOps resources—including projects, repositories, pipelines, builds, pull re

Azure Pricing

Pulls real-time Azure pricing data from Microsoft's public retail API and estimates Copilot Studio credit consumption. Handles the messy parts like region name

Azure Resource Health Diagnose

The azure-resource-health-diagnose skill analyzes Azure resources to assess their health status, diagnoses issues by examining logs and telemetry data, and gene

Azure Static Web Apps

This handles the full Azure Static Web Apps workflow from local development to production deployment. It properly emphasizes using `swa init` to generate the CL

Bigquery Pipeline Audit

The bigquery-pipeline-audit skill audits Python and BigQuery pipeline scripts to identify cost overruns, unsafe reruns, and production readiness issues, returni

Boost Prompt

Here's a workflow that turns vague task descriptions into structured, actionable prompts through guided interrogation. It asks pointed questions about scope, de

Breakdown Epic Arch

Takes a Product Requirements Document and generates a comprehensive technical architecture specification for an Epic. Creates detailed Mermaid diagrams showing

Breakdown Epic Pm

Turns high-level product ideas into structured Epic PRDs that engineering teams can actually use. Ask it to break down a feature concept and it walks through fu

Breakdown Feature Implementation

This generates comprehensive implementation plans from PRDs, complete with Mermaid diagrams for system architecture and database schemas. It follows Epoch's mon

Breakdown Feature Prd

The breakdown-feature-prd skill prompts Claude to act as a Product Manager and generate detailed Product Requirements Documents (PRDs) for new SaaS features bas

Breakdown Plan

The breakdown-plan skill generates comprehensive GitHub project plans that organize work into a hierarchical structure (Epic > Feature > Story/Enabler > Test),

Breakdown Test

The breakdown-test skill generates comprehensive test strategies, task breakdowns, and quality assurance documentation for GitHub projects by applying ISTQB fra

Chrome Devtools

Chrome DevTools Agent enables developers and QA engineers to automate browser interactions, debug web applications, and analyze performance through Chrome DevTo

Cli Mastery

Install Cli Mastery skill for Claude Code from github/awesome-copilot.

Cloud Design Patterns

Install Cloud Design Patterns skill for Claude Code from github/awesome-copilot.

Code Exemplars Blueprint Generator

The Code Exemplars Blueprint Generator creates customizable prompts that scan codebases across multiple programming languages (.NET, Java, JavaScript, TypeScrip

Comment Code Generate A Tutorial

The comment-code-generate-a-tutorial skill refactors Python scripts according to PEP 8 standards, adds instructional comments explaining code logic and reasonin

Containerize Aspnet Framework

Creates a complete Docker setup for legacy ASP.NET Framework applications with proper Windows container configuration. Generates a multi-stage Dockerfile, modif

Containerize Aspnetcore

Creates a production-ready Dockerfile and .dockerignore for ASP.NET Core projects with proper multi-stage builds, security practices, and Linux distribution sup

Context Map

Before you start coding, this generates a structured map of every file that might be affected by your changes. It searches for direct dependencies, related test

Conventional Commit

The conventional-commit skill provides developers with a structured XML-based prompt and workflow for generating standardized commit messages aligned with the C

Convert Plaintext To Md

A comprehensive text-to-markdown converter that handles the messy reality of converting documentation files. It copies your plaintext file to .md format, then a

Copilot Cli Quickstart

A solid interactive tutorial for GitHub Copilot CLI that splits into developer and non-developer tracks. The skill uses progress tracking to let you pick up whe

Copilot Instructions Blueprint Generator

The Copilot Instructions Blueprint Generator creates technology-agnostic templates for copilot-instructions.md files that direct GitHub Copilot to generate code

Copilot Sdk

If you need to embed Copilot's agent runtime in your own application, this skill walks you through the GitHub Copilot SDK across Python, TypeScript, Go, and .NE

Copilot Spaces

Gives Claude access to GitHub Copilot Spaces, which are shared collections of project docs, code, and instructions that ground AI responses in your team's actua

Copilot Usage Metrics

Pulls GitHub Copilot usage metrics from your org or enterprise using the GitHub CLI and REST API. You get both high-level stats (total active users, acceptance

Cosmosdb Datamodeling

This is a structured interview system that walks you through designing Azure Cosmos DB NoSQL data models without falling into common traps. It generates two fil

Create Agentsmd

Creates a comprehensive AGENTS.md file at your repository root following the open standard from agents.md. Analyzes your project structure, package.json scripts

Create Architectural Decision Record

The create-architectural-decision-record skill generates formatted Architectural Decision Record (ADR) documents that capture technical decisions with structure

Create Github Action Workflow Specification

The create-github-action-workflow-specification skill generates formal, implementation-agnostic specifications for existing GitHub Actions workflows designed fo

Create Github Issues For Unmet Specification Requirements

The skill analyzes specification files to identify unimplemented requirements, checks the codebase and existing GitHub issues to avoid duplicates, and automatic

Create Github Pull Request From Specification

The create-github-pull-request-from-specification skill automates the generation of GitHub pull requests by analyzing a specification file and a pull request te

Create Implementation Plan

The create-implementation-plan skill generates structured, machine-readable implementation plans for features, refactoring, package upgrades, and infrastructure

Create Llms

Automatically generates a properly formatted llms.txt file in your repository root by analyzing your project structure and cataloging essential documentation. I

Create Readme

The create-readme skill generates a comprehensive README.md file for software projects by analyzing the entire codebase and applying best practices from establi

Create Specification

The create-specification skill generates structured specification files optimized for AI consumption, helping development teams document requirements, constrain

Create Spring Boot Java Project

Bootstraps a production-ready Spring Boot project with PostgreSQL, Redis, and MongoDB already wired up. Downloads the skeleton from Spring Initializr, adds Spri

Create Spring Boot Kotlin Project

Generates a complete Spring Boot Kotlin project skeleton with reactive dependencies, database connections, and local development infrastructure. Downloads the p

Create Technical Spike

When you're stuck on a technical decision that's blocking development, this generates structured spike documents to research your way out. It creates markdown f

Create Tldr Page

Takes documentation URLs and command names to generate properly formatted tldr pages following the official tldr-pages project standards. Fetches upstream docs,

Creating Oracle To Postgres Master Migration Plan

Install Creating Oracle To Postgres Master Migration Plan skill for Claude Code from github/awesome-copilot.

Creating Oracle To Postgres Migration Bug Report

Install Creating Oracle To Postgres Migration Bug Report skill for Claude Code from github/awesome-copilot.

Creating Oracle To Postgres Migration Integration Tests

Install Creating Oracle To Postgres Migration Integration Tests skill for Claude Code from github/awesome-copilot.

Csharp Async

A solid code reviewer for async C# that catches the stuff that actually matters. It'll flag when you're mixing .Wait() with async code, remind you about Configu

Csharp Docs

The csharp-docs skill ensures that C# types and members are documented with XML comments according to best practices, providing developers with standardized gui

Csharp Mcp Server Generator

The csharp-mcp-server-generator skill generates a complete, production-ready Model Context Protocol (MCP) server in C# with proper project structure, tool imple

Csharp Mstest

The csharp-mstest skill guides C# developers in writing unit tests using MSTest 3.x/4.x by providing best practices for test structure, lifecycle management, an

Csharp Nunit

A solid reference for NUnit testing patterns that covers the practical stuff you actually need. Walks you through proper test project setup with the right NuGet

Csharp Tunit

If you're writing C# unit tests with TUnit, this skill covers the practical stuff you need to know. It walks through TUnit's async assertion syntax like `await

Csharp Xunit

This is Claude configured to help you write proper XUnit tests with a focus on real-world patterns. It covers the essentials like Arrange-Act-Assert structure,

Daily Prep

Install Daily Prep skill for Claude Code from github/awesome-copilot.

Datanalysis Credit Risk

A comprehensive credit risk preprocessing pipeline that handles the messy reality of financial data before you can even think about modeling. It runs 11 sequent

Dataverse Python Advanced Patterns

Dataverse-python-advanced-patterns enables developers to generate production-ready Python code for Microsoft Dataverse SDK operations using sophisticated patter

Dataverse Python Production Code

The dataverse-python-production-code skill generates production-ready Python code for interacting with Microsoft Dataverse using the PowerPlatform SDK, incorpor

Dataverse Python Usecase Builder

The dataverse-python-usecase-builder skill generates complete, production-ready Python solutions for specific Microsoft Dataverse SDK use cases by analyzing bus

Declarative Agents

This handles the full lifecycle of Microsoft 365 Copilot declarative agents, from JSON manifest generation to TypeSpec conversion to schema validation. It runs

Dependabot

Install Dependabot skill for Claude Code from github/awesome-copilot.

Devops Rollout Plan

The DevOps Rollout Plan Generator creates production-ready deployment plans for infrastructure and application changes, including preflight validation, step-by-

Documentation Writer

The documentation-writer skill enables technical writers and software developers to create structured, user-focused documentation using the Diátaxis Framework,

Dotnet Best Practices

The dotnet-best-practices skill analyzes .NET/C# code within a solution or project to ensure compliance with established best practices, including XML documenta

Dotnet Design Pattern Review

The dotnet-design-pattern-review skill analyzes C#/.NET code to evaluate whether it correctly implements six key design patterns (Command, Factory, Dependency I

Dotnet Timezone

Install Dotnet Timezone skill for Claude Code from github/awesome-copilot.

Dotnet Upgrade

A comprehensive prompt collection for modernizing .NET projects from Framework to .NET 8. Covers the full upgrade lifecycle from dependency analysis and package

Doublecheck

Install Doublecheck skill for Claude Code from github/awesome-copilot.

Draw Io Diagram Generator

Install Draw Io Diagram Generator skill for Claude Code from github/awesome-copilot.

Editorconfig

Generates .editorconfig files by analyzing your project structure and applying sensible defaults for indentation, line endings, and character encoding across di

Ef Core

This gives Claude a solid foundation in EF Core patterns so it can spot common mistakes in your data access code. It'll catch things like missing AsNoTracking()

Entra Agent User

This walks you through creating agent users in Microsoft Entra ID, which lets AI agents act like actual employees with mailboxes, Teams presence, and org chart

Eval Driven Dev

Install Eval Driven Dev skill for Claude Code from github/awesome-copilot.

Excalidraw Diagram Generator

The excalidraw-diagram-generator skill converts natural language descriptions into Excalidraw-format diagrams, enabling users to create visual representations o

Fabric Lakehouse

If you're working with Microsoft Fabric's lakehouse architecture, this skill gives you the technical context you need without hunting through documentation. It

Finnish Humanizer

Every AI-generated Finnish text has telltale signs: passive voice everywhere, missing discourse particles like -han and -pä, and awkward genetive chains that so

First Ask

This workflow forces Claude to stop and actually understand your request before diving in. It uses the Joyride extension's input tool to interrogate you about s

Flowstudio Power Automate Build

Install Flowstudio Power Automate Build skill for Claude Code from github/awesome-copilot.

Flowstudio Power Automate Debug

Install Flowstudio Power Automate Debug skill for Claude Code from github/awesome-copilot.

Flowstudio Power Automate Mcp

You know how debugging Power Automate flows usually means clicking through the web portal to see which action failed and why? This MCP skill gives Claude direct

Fluentui Blazor

The fluentui-blazor skill guides developers building Blazor applications on how to correctly implement the Microsoft Fluent UI component library, covering setup

Folder Structure Blueprint Generator

The folder-structure-blueprint-generator skill analyzes project folder structures across multiple technology stacks (.NET, Java, React, Angular, Python, Node.js

Game Engine

Builds complete web games from scratch using HTML5 Canvas, WebGL, and JavaScript. Handles the full stack from basic game loops and collision detection to 3D ren

Gdpr Compliant

Install Gdpr Compliant skill for Claude Code from github/awesome-copilot.

Gen Specs As Issues

The gen-specs-as-issues skill guides product managers and developers through a four-phase workflow to systematically identify missing features in a codebase, pr

Generate Custom Instructions From Codebase

When you're migrating a codebase between framework versions or doing major refactors, this generates GitHub Copilot instructions by analyzing the diff between t

Geofeed Tuner

Install Geofeed Tuner skill for Claude Code from github/awesome-copilot.

Gh Cli

GitHub CLI (gh) is a comprehensive command-line reference tool that enables developers to manage repositories, issues, pull requests, Actions, projects, release

Gh Stack

Install Gh Stack skill for Claude Code from github/gh-stack.

Git Commit

Automatically generates conventional commit messages by analyzing your actual git diff instead of making you write them manually. It detects the commit type (fe

Git Flow Branch Creator

A straightforward automation for Git Flow branching that actually reads your git status and diff output to figure out what type of branch you need. It analyzes

Github Copilot Starter

Sets up a complete GitHub Copilot configuration structure for new projects, creating instruction files, agents, skills, and workflows based on your tech stack.

Github Issues

The github-issues skill enables users to create, update, and manage GitHub issues through MCP tools and GitHub CLI commands, supporting bug reports, feature req

Go Mcp Server Generator

Go-mcp-server-generator creates a complete, production-ready Model Context Protocol (MCP) server project in Go with proper module structure, the official MCP SD

Gtm 0 To 1 Launch

Install Gtm 0 To 1 Launch skill for Claude Code from github/awesome-copilot.

Gtm Ai Gtm

Install Gtm Ai Gtm skill for Claude Code from github/awesome-copilot.

Gtm Board And Investor Communication

Install Gtm Board And Investor Communication skill for Claude Code from github/awesome-copilot.

Gtm Developer Ecosystem

Install Gtm Developer Ecosystem skill for Claude Code from github/awesome-copilot.

Gtm Enterprise Account Planning

Install Gtm Enterprise Account Planning skill for Claude Code from github/awesome-copilot.

Gtm Enterprise Onboarding

Install Gtm Enterprise Onboarding skill for Claude Code from github/awesome-copilot.

Gtm Operating Cadence

Install Gtm Operating Cadence skill for Claude Code from github/awesome-copilot.

Gtm Partnership Architecture

Install Gtm Partnership Architecture skill for Claude Code from github/awesome-copilot.

Gtm Positioning Strategy

Install Gtm Positioning Strategy skill for Claude Code from github/awesome-copilot.

Gtm Product Led Growth

Install Gtm Product Led Growth skill for Claude Code from github/awesome-copilot.

Gtm Technical Product Pricing

Install Gtm Technical Product Pricing skill for Claude Code from github/awesome-copilot.

Image Manipulation Image Magick

Wraps ImageMagick's command line interface for cross-platform image processing tasks. Handles the usual suspects: batch resizing, format conversion, thumbnail g

Import Infrastructure As Code

The import-infrastructure-as-code skill enables users to convert existing Azure infrastructure into Terraform code by discovering live resources and mapping the

Integrate Context Matic

Install Integrate Context Matic skill for Claude Code from github/awesome-copilot.

Issue Fields Migration

Install Issue Fields Migration skill for Claude Code from github/awesome-copilot.

Java Add Graalvm Native Image Support

This does the heavy lifting of adding GraalVM native image support to Java projects, handling the tedious configuration cycle that usually takes hours. It detec

Java Docs

The java-docs skill validates that Java types and members include proper Javadoc comments and adhere to documentation best practices. It is designed for Java de

Java Junit

This covers JUnit 5 fundamentals through advanced parameterized testing patterns. It's solid for teams standardizing on testing conventions or developers moving

Java Mcp Server Generator

The java-mcp-server-generator skill generates complete, production-ready Model Context Protocol server projects in Java using the official MCP Java SDK with Mav

Java Refactoring Extract Method

Claude Code's java-refactoring-extract-method skill guides developers through applying the Extract Method refactoring pattern to Java code, helping them break d

Java Refactoring Remove Parameter

Claude Code's java-refactoring-remove-parameter skill identifies and removes unused or redundant parameters from Java methods to improve code readability and ma

Java Springboot

The java-springboot skill provides developers with comprehensive best practices for building Spring Boot applications, covering project structure, dependency in

Javascript Typescript Jest

The javascript-typescript-jest skill provides best practices for writing unit tests in JavaScript and TypeScript projects using the Jest testing framework, cove

Kotlin Mcp Server Generator

The kotlin-mcp-server-generator skill generates a complete, production-ready Model Context Protocol (MCP) server project in Kotlin with proper Gradle configurat

Kotlin Springboot

This covers the practical stuff you need to know when building Spring Boot apps with Kotlin instead of Java. It walks you through idiomatic dependency injection

Legacy Circuit Mockups

The legacy-circuit-mockups skill generates visual breadboard circuit diagrams and schematics using HTML5 Canvas, enabling users to design and prototype retro co

Make Repo Contribution

This automates the tedious process of following repository contribution guidelines when making code changes. It searches for CONTRIBUTING.md files, issue templa

Make Skill Template

A meta-skill that generates the boilerplate for new GitHub Copilot skills. Creates proper SKILL.md files with YAML frontmatter, validates field constraints like

Markdown To Html

The markdown-to-html skill converts Markdown documents to HTML using tools like marked.js, pandoc, or custom scripts, supporting single files, batch conversions

Mcp Cli

A command-line interface for interacting with MCP (Model Context Protocol) servers that lets Claude access external tools, APIs, and data sources. You'll use th

Mcp Copilot Studio Server Generator

The mcp-copilot-studio-server-generator creates complete MCP server implementations tailored for Microsoft Copilot Studio integration, including Swagger definit

Mcp Create Adaptive Cards

Here's a skill that adds visual polish to MCP-based API plugins by implementing Adaptive Card response templates for Microsoft 365 Copilot. It configures both s

Mcp Create Declarative Agent

This generates the complete file structure for integrating an MCP server with Microsoft 365 Copilot as a declarative agent. It scaffolds manifest.json, declarat

Mcp Deploy Manage Agents

The mcp-deploy-manage-agents skill enables IT administrators to deploy, manage, and govern MCP-based declarative agents within Microsoft 365 using the admin cen

Meeting Minutes

Turns raw meeting transcripts, notes, or recordings into structured minutes with mandatory action items and decision tracking. Enforces a strict schema with own

Memory Merger

Memory-merger consolidates mature lessons from domain-specific memory files into instruction files, preventing knowledge loss while eliminating redundancy. It's

Mentoring Juniors

A Socratic mentoring approach that guides junior developers through problems using questions instead of giving direct answers. Triggers on phrases like "I'm stu

Microsoft Agent Framework

Install Microsoft Agent Framework skill for Claude Code from github/awesome-copilot.

Microsoft Code Reference

The microsoft-code-reference skill enables developers to verify Microsoft API usage by searching official documentation, retrieving working code samples, and va

Microsoft Docs

The microsoft-docs skill enables developers to search and retrieve official Microsoft documentation across the Azure, .NET, and broader Microsoft technology eco

Microsoft Skill Creator

The microsoft-skill-creator skill enables agents to develop hybrid skills for Microsoft technologies by investigating topics through the Learn MCP Server and ge

Migrating Oracle To Postgres Stored Procedures

Install Migrating Oracle To Postgres Stored Procedures skill for Claude Code from github/awesome-copilot.

Mkdocs Translations

The mkdocs-translations skill automates the translation of MkDocs documentation sites from English into specified target languages while preserving folder struc

Model Recommendation

Analyzes your `.agent.md` and `.prompt.md` files to recommend the best AI model from GitHub Copilot's lineup based on task complexity and your subscription tier

Msstore Cli

This is a comprehensive CLI wrapper for Microsoft Store publishing that handles the entire submission pipeline from packaging to Partner Center integration. You

Multi Stage Dockerfile

The multi-stage-dockerfile skill helps developers create optimized Docker container images by guiding them through best practices for multi-stage builds, base i

Nano Banana Pro Openrouter

A straightforward wrapper around OpenRouter's Gemini 3 Pro Image model that handles the API calls and file management for you. Takes text prompts and optional i

Napkin

Install Napkin skill for Claude Code from github/awesome-copilot.

Noob Mode

Finally, someone built a translation layer for non-technical people who have to use Copilot CLI. It catches every approval prompt, error message, and command ou

Nuget Manager

NuGet Manager enables developers to safely manage NuGet package dependencies in .NET projects and solutions using the `dotnet` CLI. The skill enforces strict pr

Onboard Context Matic

Install Onboard Context Matic skill for Claude Code from github/awesome-copilot.

Oo Component Documentation

Install Oo Component Documentation skill for Claude Code from github/awesome-copilot.

Openapi To Application Code

The openapi-to-application-code skill generates complete, production-ready applications directly from OpenAPI specifications, automatically creating project str

Pdftk Server

PDFtk Server is a command-line tool skill that enables users to perform various PDF manipulations including merging, splitting, rotating, encrypting, decrypting

Penpot Uiux Design

Penpot UI/UX Design enables designers and developers to create professional, accessible user interfaces in Penpot by providing MCP tools for automating design w

Phoenix Cli

Install Phoenix Cli skill for Claude Code from github/awesome-copilot.

Phoenix Evals

Install Phoenix Evals skill for Claude Code from github/awesome-copilot.

Phoenix Tracing

Install Phoenix Tracing skill for Claude Code from github/awesome-copilot.

Php Mcp Server Generator

The php-mcp-server-generator creates a complete, production-ready PHP Model Context Protocol server project by gathering user specifications (project name, desc

Planning Oracle To Postgres Migration Integration Testing

Install Planning Oracle To Postgres Migration Integration Testing skill for Claude Code from github/awesome-copilot.

Plantuml Ascii

The plantuml-ascii skill generates text-based ASCII and Unicode diagrams from PlantUML notation, enabling developers and technical writers to create sequence di

Polyglot Test Agent

The polyglot-test-agent generates working unit tests across multiple programming languages (C#, TypeScript, JavaScript, Python, Go, Rust, Java, and others) by o

Postgresql Code Review

The postgresql-code-review skill performs expert code reviews specifically for PostgreSQL projects, evaluating code against PostgreSQL best practices and identi

Postgresql Optimization

PostgreSQL-optimization is a development assistant that provides expert guidance on PostgreSQL-specific features and optimization patterns for developers workin

Power Apps Code App Scaffold

Power-apps-code-app-scaffold scaffolds a complete Power Apps Code App project with Vite, React, TypeScript, PAC CLI setup, SDK integration, and connector config

Power Bi Dax Optimization

This DAX optimization prompt does the heavy lifting of performance analysis that most Power BI developers skip. It systematically checks for expensive context t

Power Bi Model Design Review

The Power BI Model Design Review skill provides data modeling experts and analytics professionals with a comprehensive framework for evaluating Power BI data mo

Power Bi Performance Troubleshooting

Power BI Performance Troubleshooting Guide provides a systematic framework for identifying and resolving performance issues in Power BI models, reports, and que

Power Bi Report Design Consultation

A solid consultation framework for Power BI report design that walks you through the entire process from requirements gathering to mobile optimization. It provi

Power Platform Mcp Connector Suite

The Power Platform MCP Connector Suite generates complete custom connector implementations that integrate Model Context Protocol with Microsoft Copilot Studio,

Powerbi Modeling

This one actually connects to your Power BI models through the MCP server and audits them against Microsoft's best practices. It checks whether you've got prope

Prd

The prd skill generates comprehensive Product Requirements Documents that translate business concepts into detailed technical specifications for software system

Premium Frontend Ui

Install Premium Frontend Ui skill for Claude Code from github/awesome-copilot.

Project Workflow Analysis Blueprint Generator

The project-workflow-analysis-blueprint-generator creates technology-agnostic prompts that automatically analyze codebases to document end-to-end application wo

Prompt Builder

Prompt-builder guides developers through systematically creating high-quality GitHub Copilot prompts by gathering requirements across six key areas: prompt iden

Publish To Pages

Install Publish To Pages skill for Claude Code from github/awesome-copilot.

Pytest Coverage

The pytest-coverage skill runs pytest with coverage analysis to identify untested code lines and helps developers achieve 100% test coverage. It generates annot

Python Mcp Server Generator

The python-mcp-server-generator skill generates a complete Model Context Protocol (MCP) server project in Python, including proper project structure, tools with

Quality Playbook

Install Quality Playbook skill for Claude Code from github/awesome-copilot.

Quasi Coder

Converts messy pseudo-code, shorthand notation, and half-baked descriptions into production-ready code. Handles the common scenario where stakeholders drop inco

Readme Blueprint Generator

The readme-blueprint-generator skill automatically creates comprehensive README.md files by extracting and synthesizing information from a project's existing do

Refactor

The refactor skill helps developers improve code structure and readability through surgical changes like extracting functions, renaming variables, and eliminati

Refactor Method Complexity Reduce

The refactor-method-complexity-reduce skill analyzes a specified method to identify sources of cognitive complexity—such as nested conditionals, repeated code,

Refactor Plan

The refactor-plan skill helps developers create detailed, sequenced plans for multi-file refactoring tasks by analyzing codebase dependencies and organizing cha

Remember

Converts your debugging discoveries and workflow lessons into organized, persistent memory files that live in your VS Code prompts directory. Type `/remember >g

Repo Story Time

Ever wondered what the real story is behind a codebase you just inherited or stumbled across? This one digs through git history and repository structure to gene

Reviewing Oracle To Postgres Migration

Install Reviewing Oracle To Postgres Migration skill for Claude Code from github/awesome-copilot.

Roundup

Install Roundup skill for Claude Code from github/awesome-copilot.

Roundup Setup

Install Roundup Setup skill for Claude Code from github/awesome-copilot.

Ruby Mcp Server Generator

The ruby-mcp-server-generator skill enables developers to quickly scaffold production-ready Model Context Protocol (MCP) servers in Ruby using the official MCP

Ruff Recursive Fix

Install Ruff Recursive Fix skill for Claude Code from github/awesome-copilot.

Rust Mcp Server Generator

The rust-mcp-server-generator skill generates a complete, production-ready Rust Model Context Protocol server project using the official rmcp SDK, automatically

Sandbox Npm Install

Install Sandbox Npm Install skill for Claude Code from github/awesome-copilot.

Scaffolding Oracle To Postgres Migration Test Project

Install Scaffolding Oracle To Postgres Migration Test Project skill for Claude Code from github/awesome-copilot.

Scoutqa Test

ScoutQA-test enables AI-powered exploratory testing of web applications through the ScoutQA CLI, allowing users to automatically test functionality like login f

Secret Scanning

Install Secret Scanning skill for Claude Code from github/awesome-copilot.

Semantic Kernel

Install Semantic Kernel skill for Claude Code from github/awesome-copilot.

Shuffle Json Data

A solid utility for randomizing JSON arrays without breaking your data structure. It validates that all objects share identical property names before shuffling,

Snowflake Semanticview

This one walks you through building Snowflake semantic views with proper validation against your actual Snowflake instance. It handles the CLI setup, drafts CRE

Sponsor Finder

When you want to support the maintainers behind your project's dependencies but don't know where to start, this tool does the detective work. It pulls your full

Spring Boot Testing

Install Spring Boot Testing skill for Claude Code from github/awesome-copilot.

Sql Code Review

The sql-code-review skill performs comprehensive security, performance, and maintainability analysis on SQL code across multiple database systems (MySQL, Postgr

Sql Optimization

The sql-optimization skill provides comprehensive query tuning and database performance analysis for developers working with SQL databases including MySQL, Post

Structured Autonomy Generate

Takes a high-level PR plan and converts it into step-by-step implementation docs with complete, copy-paste ready code blocks. It researches your entire codebase

Structured Autonomy Implement

This implementation agent locks you into following your predefined plan without deviation. Feed it an implementation plan with checkboxes, and it will execute o

Structured Autonomy Plan

The structured-autonomy-plan skill guides development planning by having Claude research a feature request, break it into logical commits, and generate a detail

Suggest Awesome Github Copilot Agents

Automatically discovers GitHub Copilot agents from the awesome-copilot repository that match your project's tech stack and compares them against what you alread

Suggest Awesome Github Copilot Instructions

Scans your repository's programming languages and project structure, then cross-references GitHub's awesome-copilot instruction library to suggest relevant copi

Suggest Awesome Github Copilot Skills

This does the tedious work of keeping your GitHub Copilot skills library current by scanning the awesome-copilot repository and comparing it against your local

Swift Mcp Server Generator

The swift-mcp-server-generator skill generates complete, production-ready Model Context Protocol (MCP) server projects in Swift using the official MCP Swift SDK

Technology Stack Blueprint Generator

The technology-stack-blueprint-generator analyzes codebases across multiple platforms (.NET, Java, JavaScript, React, Python) to automatically detect technologi

Terraform Azurerm Set Diff Analyzer

The terraform-azurerm-set-diff-analyzer skill identifies false-positive diffs in Terraform plans for Azure resources caused by Set-type attribute reordering, he

Threat Model Analyst

Install Threat Model Analyst skill for Claude Code from github/awesome-copilot.

Tldr Prompt

Turns verbose GitHub Copilot customization files (.prompt.md, .agent.md, .instructions.md, .collections.md) and MCP server docs into concise tldr-pages format s

Transloadit Media Processing

A solid integration for Transloadit's media processing API that handles the tedious parts of video encoding, image resizing, and document OCR. Sets up the MCP s

Typescript Mcp Server Generator

The typescript-mcp-server-generator skill generates a complete Model Context Protocol (MCP) server project in TypeScript with tools, resources, and proper confi

Typespec Api Operations

The typespec-api-operations skill enables developers to add RESTful operations (GET, POST, PATCH, DELETE) to TypeSpec API plugins for Microsoft 365 Copilot, com

Typespec Create Agent

The typespec-create-agent skill generates a complete TypeSpec declarative agent configuration file for Microsoft 365 Copilot, including agent metadata, behavior

Typespec Create Api Plugin

The typespec-create-api-plugin skill generates complete TypeSpec API plugin files configured for Microsoft 365 Copilot, including REST operations, authenticatio

Unit Test Vue Pinia

Install Unit Test Vue Pinia skill for Claude Code from github/awesome-copilot.

Update Avm Modules In Bicep

Here's a skill that automates the tedious process of keeping Azure Verified Modules current in your Bicep infrastructure files. It scans your Bicep templates, c

Update Implementation Plan

The update-implementation-plan skill generates machine-readable implementation plans by updating existing plan files with new or modified requirements for featu

Update Llms

If you've got an llms.txt file that's fallen out of sync with your repo structure, this skill does the tedious work of bringing it current. It scans your reposi

Update Markdown File Index

The update-markdown-file-index skill scans a specified folder, discovers files matching a given pattern, and automatically updates or creates an index section i

Update Specification

The update-specification skill enables developers and AI systems to revise existing specification files based on new requirements or code changes, ensuring docu

Vscode Ext Commands

Handles the specific conventions for contributing commands to VS Code extensions, covering the distinction between regular Command Palette commands and Side Bar

Vscode Ext Localization

Handles the three distinct localization approaches VS Code extensions require: package.json configurations through package.nls.LANGID.json files, walkthrough co

Web Coder

Activates deep web development expertise across the full stack, from semantic HTML and CSS Grid to HTTP/2 optimization and WCAG compliance. Handles the translat

Web Design Reviewer

Web Design Reviewer enables developers to visually inspect websites running locally or remotely, identify design issues like responsive layout problems and acce

Winapp Cli

A command-line wrapper around Windows SDK tools that handles the tedious parts of building Windows apps from any framework. It generates AppxManifest.xml files,

Winmd Api Search

This is a smart Windows API discovery tool that searches through cached WinMD metadata to find the right APIs for any desktop capability. Instead of hunting thr

Winui3 Migration Guide

The winui3-migration-guide skill provides a reference for developers migrating Universal Windows Platform (UWP) applications to WinUI 3 and the Windows App SDK,

Workiq Copilot

Integrates Microsoft 365 Copilot data directly into your Claude workflows through the WorkIQ CLI. You can query emails, meetings, Teams messages, and documents

Write Coding Standards From File

Takes your existing codebase and reverse-engineers a proper coding standards document by analyzing actual syntax patterns across your files. It counts indentati

Paired with
S

SaaS Factory

Skills like "Github skills" are great on their own. Paired with a pre-configured AI company, they ship features.

18 agents18 skills