Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,218
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons582
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
breakdown-plan
✓★ 36,200by github
Comprehensive project planning with Epic > Feature > Story hierarchy, dependencies, priorities, and GitHub automation. Generates hierarchical work breakdown from epics down to individual tasks with INVEST-compliant user stories, technical enablers, and test items Provides GitHub issue templates for each work item type (epic, feature, story, enabler, task) with acceptance criteria, definitions of done, and dependency linking Includes priority and value matrix (P0–P3), Fibonacci story point...
breakdown-test
✓★ 36,200by github
Comprehensive test planning and quality assurance documentation generator aligned with ISTQB and ISO 25010 standards. Generates three core deliverables: test strategy, test issues checklist, and QA plan from feature PRDs and technical breakdowns Applies ISTQB test design techniques (equivalence partitioning, boundary value analysis, decision table testing, state transition testing) and test types (functional, non-functional, structural, change-related) Maps all eight ISO 25010 quality...
centos-linux-triage
✓★ 36,200by github
Diagnose and resolve CentOS issues with RHEL-compatible commands and SELinux awareness. Confirms CentOS release type (Stream vs. legacy) and provides triage steps using systemctl, journalctl, dnf/yum, and log inspection Includes copy-paste-ready remediation commands with verification steps after each major change Addresses SELinux policies and firewalld configuration as part of troubleshooting workflow Provides rollback and cleanup procedures to safely revert changes
data-breach-blast-radius
✓★ 36,200by github
Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory…
chrome-devtools
✓★ 36,200by github
Expert-level browser automation, debugging, and performance analysis via Chrome DevTools protocol. Four tool categories cover navigation, interaction, debugging, and performance profiling across 25+ commands Snapshot-first workflow provides element UIDs for reliable targeting; screenshots offer visual verification Network request inspection, console message analysis, and JavaScript evaluation support troubleshooting and validation Performance tracing with Core Web Vital analysis identifies...
cli-mastery
✓★ 36,200by github
Interactive training for GitHub Copilot CLI with guided lessons, quizzes, scenarios, and reference materials. Covers slash commands, shortcuts, modes, agents, skills, MCP, and configuration through eight progressive modules Includes quiz mode (5+ questions per module), scenario challenges, and a comprehensive final exam with XP-based progression tracking Levels progress from Newcomer to Wizard (1500 XP max) with XP rewards for lessons, correct answers, perfect quizzes, and scenarios...
code-exemplars-blueprint-generator
✓★ 36,200by github
Technology-agnostic prompt generator for identifying and documenting high-quality code exemplars across multiple languages. Supports seven programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with auto-detection capability Configurable analysis depth (Basic, Standard, Comprehensive), categorization method (Pattern Type, Architecture Layer, File Type), and documentation format Generates exemplars.md files with real file references, descriptions, and optional code...
code-tour
✓★ 36,200by github
You are creating a CodeTour — a persona-targeted, step-by-step walkthrough of a codebase that links directly to files and line numbers. CodeTour files live in .tours/ and work with the VS Code CodeTour extension .
codeql
✓★ 36,200by github
Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users…
comment-code-generate-a-tutorial
✓★ 36,200by github
Refactor Python scripts into beginner-friendly projects with instructional comments and markdown tutorials. Applies PEP 8 style guide compliance and standard Python best practices to improve code quality Adds instructional comments throughout the code explaining logic, reasoning, and importance for learners Generates a complete README.md tutorial with project overview, setup instructions, code breakdown, usage examples, and sample output Renames unclear variables and functions for clarity...
commit-message-storyteller
✓★ 36,200by github
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional…
containerize-aspnet-framework
✓★ 36,200by github
Generate Dockerfile and configuration files to containerize an ASP.NET .NET Framework application for Windows containers. Detects .NET Framework version from project file and selects appropriate Windows Server base images (Core or Full, versions 2016–2022) Modifies web.config to enable environment variable configuration via ConfigurationBuilders for app settings and connection strings Creates multi-stage Dockerfile with separate build (SDK) and runtime (ASP.NET) stages, including LogMonitor...
containerize-aspnetcore
✓★ 36,200by github
Generate Dockerfile and .dockerignore files customized for ASP.NET Core containerization. Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patterns,...
content-management-systems
✓★ 36,200by github
Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub,…
context-map
✓★ 36,200by github
Analyze codebases and map task-relevant files before implementing changes. Automatically searches for related files, dependencies, tests, and similar code patterns to establish full context Generates structured markdown output with files to modify, dependency relationships, test coverage, and reference patterns Includes risk assessment checklist for breaking changes, migrations, and configuration updates Designed as a pre-implementation step to prevent missed dependencies and unintended side...
conventional-commit
✓★ 36,200by github
Structured prompt template for generating standardized conventional commit messages. Provides XML-formatted workflow guiding users through staging changes, inspecting diffs, and constructing commits with type, scope, description, body, and footer fields Includes validation rules enforcing Conventional Commits specification compliance, with allowed types (feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert) Offers six practical examples covering common commit patterns,...
convert-plaintext-to-md
✓★ 36,200by github
Convert plain text documentation to markdown with flexible formatting options. Supports three conversion approaches: explicit instructions, documented options, or reference file templates for consistent formatting patterns Includes predefined instruction shortcuts for common tasks like removing header digits, adjusting heading levels, and reducing indentation Handles code block detection with language identification, proper list nesting, and markdown syntax compliance across multiple target...
copilot-instructions-blueprint-generator
✓★ 36,200by github
Generate GitHub Copilot instruction files by analyzing actual codebase patterns and technology versions. Scans projects to detect exact language, framework, and library versions, then generates instructions that enforce compatibility with those specific versions Analyzes existing code patterns for naming conventions, architecture style, error handling, testing approaches, and documentation standards to ensure Copilot-generated code matches established practices Supports multiple technology...
copilot-sdk
✓★ 36,200by github
Programmatic agent runtime for embedding Copilot's agentic workflows in applications across Python, TypeScript, Go, and .NET. Exposes the same production-tested engine behind Copilot CLI with support for streaming responses, custom tool definitions, and multi-turn conversations Supports four language runtimes (Node.js 18+, Python 3.8+, Go 1.21+, .NET 8.0+) with consistent APIs across all platforms Enables integration with MCP servers for pre-built tools, custom agent personas with...
copilot-spaces
✓★ 36,200by github
Project-specific context for conversations through curated documentation, code, and team instructions. List and load Copilot Spaces using MCP read-only tools; create, update, and delete spaces via GitHub REST API with gh api Spaces contain attached repositories, files, documentation, and custom instructions that ground Copilot responses in actual project knowledge Use spaces to answer architecture and standards questions, generate code following team conventions, or execute multi-step...
copilot-usage-metrics
✓★ 36,200by github
Retrieve and display GitHub Copilot usage metrics for organizations and enterprises. Supports both organization-level and enterprise-level metrics queries, with optional filtering by specific date (YYYY-MM-DD format) Provides aggregated metrics (total active users, acceptance rates, suggestions, chat interactions) and per-user breakdowns via separate commands Requires GitHub Enterprise Cloud, appropriate token permissions ( manage_billing:copilot or read:enterprise scope), and the "Copilot...
cosmosdb-datamodeling
✓★ 36,200by github
Comprehensive guide for designing Azure Cosmos DB NoSQL data models through structured requirements gathering and aggregate-oriented design. Guides you through capturing application requirements, access patterns, volumetrics, and workload characteristics in a structured cosmosdb_requirements.md file Applies aggregate-oriented design principles to group related entities based on access correlation, identifying relationships, and operational coupling Produces a final cosmosdb_data_model.md...
create-agentsmd
✓★ 36,200by github
Generates standardized AGENTS.md files to help AI coding agents understand and work with your repository. Provides a template-driven approach for creating agent-focused documentation that complements README.md with technical setup, workflow, and testing instructions Covers essential sections including project overview, setup commands, development workflow, testing, code style, build/deployment, and PR guidelines Supports monorepo structures with guidance for creating AGENTS.md files at...
create-github-issue-feature-from-specification
✓★ 36,200by github
Create GitHub issues from specification files using the feature_request.yml template. Analyzes specification files to extract requirements and automatically generates issue titles and descriptions Searches existing issues to prevent duplicates before creating new ones Supports both creating new issues and updating existing ones via the GitHub API Applies feature and enhancement labels automatically based on specification content
create-github-issues-feature-from-implementation-plan
✓★ 36,200by github
Create GitHub Issues automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
create-github-issues-for-unmet-specification-requirements
✓★ 36,200by github
Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...
create-implementation-plan
✓★ 36,200by github
Create structured, machine-readable implementation plans for features, refactoring, upgrades, and infrastructure changes. Generates deterministic, AI-executable plans with discrete phases, atomic tasks, and explicit completion criteria Enforces strict template compliance with standardized identifier prefixes (REQ-, TASK-, GOAL-, etc.) and machine-parseable formats Includes mandatory sections for requirements, implementation phases, dependencies, testing, risks, and alternatives Supports...
create-llms
✓★ 36,200by github
Generates a specification-compliant llms.txt file that guides LLMs through repository structure and documentation. Analyzes repository layout, identifies key files (READMEs, specs, examples, configuration), and catalogs documentation structure before generation Creates llms.txt following the official specification at https://llmstxt.org/ with H1 project name, blockquote summary, and organized H2 file sections Organizes files into logical categories (Documentation, Specifications, Examples,...
create-readme
✓★ 36,200by github
Generates comprehensive README.md files for projects with professional structure and formatting. Analyzes entire project workspace to create contextually accurate, well-organized documentation Follows proven open-source README patterns with clear sections for setup, usage, and key features Uses GitHub Flavored Markdown and admonition syntax for enhanced readability and visual hierarchy Balances detail with conciseness, avoiding unnecessary sections and excessive emoji while maintaining...
create-specification
✓★ 36,200by github
Generate structured, AI-optimized specification documents with standardized templates and machine-readable formatting. Creates specification files in /spec/ directory following naming convention spec-[purpose]-[type].md with YAML front matter for metadata Enforces structured markdown with 11 standard sections covering purpose, requirements, interfaces, acceptance criteria, and validation Includes explicit guidelines for unambiguous language, acronym definitions, and self-contained...