Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Files & storage

4,278 results · page 13 of 143

  • generate-testability-wrappersSkillFiles & storage

    Lets your agent generate wrapper interfaces and dependency-injection code to make C# code that calls static dependencies testable.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • including-generated-filesSkillFiles & storage

    Fixes MSBuild builds where files generated during the build are missed by compilation or output.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • item-managementSkillFiles & storage

    Teaches your agent to fix and review MSBuild item groups in .csproj files, like duplicate-file warnings and batching bugs.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • migrate-nullable-referencesSkillFiles & storage

    Lets your agent turn on C# nullable reference types in a project and fix all the resulting warnings step by step.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • migrate-static-to-wrapperSkillFiles & storage

    Rewrites C# code that calls static helpers like DateTime.UtcNow or File.* to use injectable, testable abstractions.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • minimal-api-file-uploadSkillFiles & storage

    Guides your agent to build file upload endpoints in ASP.NET minimal APIs with size limits and validation.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • msbuild-antipatternsSkillFiles & storage

    Lets your agent spot and fix common mistakes in .NET project and build files like .csproj and .targets.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • msbuild-modernizationSkillFiles & storage

    Guides your agent through converting old .NET project files to the simpler SDK-style format.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • target-authoringSkillFiles & storage

    Guides your agent in writing correct custom MSBuild targets, fixing broken dependency chains and rebuild issues.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • template-validationSkillFiles & storage

    Checks your custom dotnet new template files for errors so they install and work correctly.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • test-analysis-extensionsSkillFiles & storage

    Lets your agent find language-specific reference files that help it analyze test quality across frameworks like pytest, Jest, and JUnit.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • test-anti-patternsSkillFiles & storage

    Audits your test files for weak assertions, flaky tests, and other quality problems, then reports issues ranked by severity.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • testability-obstacleSkillFiles & storage

    Lets your agent make hard-to-test C# code testable by adding the smallest safe seam for time, files, randomness, or environment, then write deterministic tests.

    Ready to connect★ 5k

    github.com/dotnet/skills5k stars

    View details
  • ccwf-cliSkillFiles & storage

    Lets your agent render, validate, preview, export, or run workflow JSON files from the terminal using the ccwf command.

    Ready to connect★ 5k

    github.com/breaking-brake/cc-wf-studio5k stars

    View details
  • next-ideaSkillFiles & storage

    Lets your agent invent product improvement ideas, judge them against a quality bar, and file the winners as GitHub issues.

    Ready to connect★ 5k

    github.com/breaking-brake/cc-wf-studio5k stars

    View details
  • next-qa-ideaSkillFiles & storage

    Lets your agent scan a codebase for untested behavior and file one QA issue proposing the test to write.

    Ready to connect★ 5k

    github.com/breaking-brake/cc-wf-studio5k stars

    View details
  • extracting-clinical-entitiesSkillFiles & storage

    Lets your agent find medical terms like diseases, drugs, and genes in text and return them as JSON, CSV, or HTML.

    Ready to connect★ 5k

    github.com/maziyarpanahi/openmed5k stars

    View details
  • extracting-dicom-metadataSkillFiles & storage

    Lets your agent read medical imaging file headers to pull study metadata, report text, and flag patient-identifying info.

    Ready to connect★ 5k

    github.com/maziyarpanahi/openmed5k stars

    View details
  • extracting-lab-tablesSkillFiles & storage

    Lets your agent pull lab results like CBC or lipid panels from PDFs and scans into structured rows.

    Ready to connect★ 5k

    github.com/maziyarpanahi/openmed5k stars

    View details
  • generating-synthea-dataSkillFiles & storage

    Lets your agent generate realistic fake patient health records for testing and demos.

    Ready to connect★ 5k

    github.com/maziyarpanahi/openmed5k stars

    View details
  • ingesting-clinical-documentsSkillFiles & storage

    Lets your agent turn scanned faxes, photos, and CSV/XML exports of clinical documents into clean text for de-identification.

    Ready to connect★ 5k

    github.com/maziyarpanahi/openmed5k stars

    View details
  • code-reviewSkillFiles & storage

    Reviews changed lines of a pull request file for bugs, security issues, and error handling, returning structured findings.

    Ready to connect★ 5k

    github.com/cloudflare/cloudflare-docs5k stars

    View details
  • review-validationSkillFiles & storage

    Lets your agent double-check code review findings by reading repo files and marking each as valid or a false positive.

    Ready to connect★ 5k

    github.com/cloudflare/cloudflare-docs5k stars

    View details
  • style-guide-reviewSkillFiles & storage

    Lets your agent check changed docs files in a pull request against Cloudflare's style guide and report violations.

    Ready to connect★ 5k

    github.com/cloudflare/cloudflare-docs5k stars

    View details
  • change-proposalSkillFiles & storage

    Lets your agent present a proposed code change as before/after diffs, diagrams, or comparison tables.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details
  • gitSkillFiles & storage

    Guides your agent to follow Epicenter's Git conventions for commits, branches, and history.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details
  • spec-executionSkillFiles & storage

    Lets your agent implement plans written in spec markdown files step by step, working through checkpoints.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details
  • sveltekitSkillFiles & storage

    Lets your agent write SvelteKit code that follows the framework's patterns for routing, forms, and server logic.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details
  • tanstack-tableSkillFiles & storage

    Helps your agent build Svelte data tables with sorting, filtering, and pagination using TanStack Table patterns.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details
  • tauriSkillFiles & storage

    Gives your agent guidance on building Tauri desktop apps, including commands, permissions, and file operations.

    Ready to connect★ 5k

    github.com/epicenterhq/epicenter5k stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

52,524 of the 52,958 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI