Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
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
boost-prompt
✓★ 36,200by github
Interactive workflow to refine task prompts through structured questioning and clipboard delivery. Guides users through systematic prompt refinement by interrogating scope, deliverables, constraints, and technical requirements Produces polished markdown prompts and automatically copies them to the system clipboard via the Joyride extension Focuses exclusively on prompt engineering; does not generate code or implementation details Requires the Joyride extension for VSCode clipboard...
csharp-nunit
✓★ 36,200by github
NUnit best practices for standard and data-driven unit testing in .NET projects. Organize tests with [TestFixture] classes matching production code, using [Test] methods named MethodName_Scenario_ExpectedBehavior and following Arrange-Act-Assert structure Data-driven testing via [TestCase] , [TestCaseSource] , [Values] , [Range] , and [Combinatorial] attributes for inline, programmatic, and parameterized test generation Use Assert.That with constraint model ( Is.EqualTo , Contains.Item ) and...
github-release
✓★ 36,200by github
This skill automates the full release workflow for a single-package GitHub repository, from analysis through changelog authoring and PR creation. It relies exclusively on gh (GitHub CLI) and git � no other tools needed.
issue-fields-migration
✓★ 36,200by github
Bulk-migrate metadata to GitHub issue fields from two sources: repo labels (e.g. priority labels to a Priority field) and Project V2 fields. Use when users say…
gsap-framer-scroll-animation
✓★ 36,200by github
Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references.
vardoger-analyze
✓★ 36,200by github
Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation…
aspnet-minimal-api-openapi
✓★ 36,200by github
ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] Apply document and schema...
audit-integrity
✓★ 36,200by github
Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization…
autoresearch
✓★ 36,200by github
Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then…
exam-ready
✓★ 36,200by github
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam.
datanalysis-credit-risk
✓★ 36,200by github
Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Executes 11 independent steps covering data loading, abnormal period filtering, missing rate analysis, low-IV and high-PSI variable removal, null importance denoising, and correlation-based feature elimination Supports organization-level analysis with separate modeling and out-of-sample (OOS) sample handling, plus multi-process acceleration for IV and PSI calculations Generates comprehensive Excel report with 15...
editorconfig
✓★ 36,200by github
EditorConfig file generator that analyzes projects and creates comprehensive editor configuration based on best practices. Analyzes project structure and file types to infer languages and technologies, then generates targeted configuration rules for each file type Applies universal best practices including UTF-8 charset, LF line endings, trailing whitespace removal, and final newline insertion Respects user preferences (spaces vs. tabs, indentation size) while flagging any conflicts with...
write-coding-standards-from-file
✓★ 36,200by github
Analyze existing code files to automatically generate a project coding standards document. Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insertion, or...
add-educational-comments
✓★ 36,200by github
Add educational comments to code files to transform them into effective learning resources. Adapts explanation depth and tone to three configurable knowledge levels: beginner, intermediate, and advanced Automatically requests a file if none is provided, with numbered list matching for quick selection Expands files by up to 125% using educational comments only (hard limit: 400 new lines; 300 for files over 1,000 lines) Preserves file encoding, indentation style, syntax correctness, and...
ai-ready
✓★ 36,200by github
Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…
agent-supply-chain
✓★ 36,200by github
Generate and verify integrity manifests for AI agent plugins and tools. Detect tampering, enforce version pinning, and establish supply chain provenance.
remember
✓★ 36,200by github
Persistent, domain-organized memory system that captures lessons learned across VS Code projects. Stores reusable knowledge in two scopes: global (all projects) or workspace-specific, automatically organizing learnings by domain Uses simple syntax ( /remember [>domain [scope]] lesson ) to transform debugging sessions and hard-won discoveries into searchable memory instructions Automatically discovers existing memory domains and intelligently categorizes new learnings, creating domain files...
arize-dataset
✓★ 36,200by github
INVOKE THIS SKILL when creating, managing, or querying Arize datasets and examples. Also use when the user needs test data or evaluation examples for their…
csharp-tunit
✓★ 36,200by github
Best practices for writing unit tests with TUnit, including data-driven and advanced testing patterns. Use [Test] attribute for test methods; follow Arrange-Act-Assert pattern with naming convention MethodName_Scenario_ExpectedBehavior Data-driven testing via [Arguments] , [MethodData] , and [ClassData] attributes; multiple [Arguments] can apply to the same method Fluent async assertions with await Assert.That() syntax; chain with .And or .Or operators and use .Within() for tolerance...
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...
nuget-manager
✓★ 36,200by github
NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates. Enforces dotnet add and dotnet remove commands for package operations; direct file edits only allowed for version changes Requires version verification via dotnet package search before updates, with support for both jq and PowerShell parsing Supports centralized version management via Directory.Packages.props or per-project .csproj configuration Mandatory dotnet restore...
unit-test-vue-pinia
✓★ 36,200by github
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores;…
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...
first-ask
✓★ 36,200by github
Interactive task refinement workflow that interrogates scope, deliverables, and constraints before execution. Uses the joyride_request_human_input tool to ask clarifying questions iteratively, ensuring full understanding of task requirements before proceeding Guides users through defining objectives, success criteria, technical requirements, and expected deliverables through structured dialogue Performs project exploration including web research when needed to build comprehensive task...
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
legacy-circuit-mockups
✓★ 36,200by github
HTML5 Canvas breadboard circuit mockups for retro computing and vintage electronics projects. Supports 40+ components including W65C02S microprocessors, 555 timers, 28C256 EEPROMs, W65C22 VIAs, 7400-series logic gates, and passive components like LEDs, resistors, and capacitors Renders circuits on a 20px grid system with component rotation, wire color coding, and pinout reference tables for accurate layout visualization Includes step-by-step workflows for common builds: LED circuits, 555...
acreadiness-generate-instructions
✓★ 36,200by github
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
diagnose
✓★ 36,200by github
Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and…
powerbi-modeling
✓★ 36,200by github
Semantic modeling assistant for building optimized Power BI data models with DAX, relationships, and best practices. Connects to active Power BI models (Desktop or Fabric) to analyze current structure before providing guidance on star schemas, relationships, measures, and naming conventions Covers core modeling tasks: creating DAX measures, configuring table relationships and cardinality, implementing row-level security (RLS), and optimizing performance Includes model quality assessment...