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: Dev tools

17,091 results · page 157 of 570

  • inboxSkillDev tools

    Lets your agent show all items across your projects that need your attention, like PRs, issues, comments, and blockers.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • investigationSkillDev tools

    Lets your agent create an investigation ticket and live doc for tracking root-cause debugging work.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • jetpack-best-practicesSkillDev tools

    Gives your agent Jetpack Compose and Kotlin coding guidelines for writing and reviewing Android UI code.

    Ready to connect★ 506

    github.com/coinbase/cds499 stars

    View details
  • mutation-testSkillDev tools

    Lets your agent run mutation tests to check how good your code tests are.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • onboardSkillDev tools

    Walks your agent through a guided first-run tour of ApexYard, including filing a real ticket as a first win.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • processSkillDev tools

    Lets your agent scan your codebase and interview you to map business processes into workflow diagrams.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • projectsSkillDev tools

    Lets your agent list all your projects with status, branch, open PRs, and issue counts in one view.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • spikeSkillDev tools

    Lets your agent create time-boxed spike tickets with hypothesis, budget, and kill criteria for experiments.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • split-portfolioSkillDev tools

    Moves your code from one repository into a public framework and a private portfolio.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • stakeholder-updateSkillDev tools

    Lets your agent draft weekly or launch stakeholder updates by summarizing PRs, issues, and roadmap progress.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • start-ticketSkillDev tools

    Lets your agent declare an active ticket so code edits are allowed through the ticket-first hook.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • tech-visionSkillDev tools

    Lets your agent draft an architecture vision document covering goals, gaps, migration steps, and scope limits.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • walking-skeletonSkillDev tools

    Lets your agent create a ticket for the thinnest end-to-end feature slice wired through every layer.

    Ready to connect★ 506

    github.com/me2resh/apexyard498 stars

    View details
  • use-show-pagesSkillDev tools

    Lets your agent build, edit, restore, and share visual pages with diagrams, reports, and interactive prototypes.

    Ready to connect★ 505

    github.com/avibe-bot/avibe498 stars

    View details
  • element-backwards-compatSkillDev tools

    Gives your agent the rules for keeping PrairieLearn elements backwards compatible when their controllers change.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • element-runtime-assetsSkillDev tools

    Helps your agent create PrairieLearn elements or update their scripts, styles, and bundled assets.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • element-validationSkillDev tools

    Lets your agent validate and review PrairieLearn element question.html contracts, schemas, and Python checks.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • express-request-validationSkillDev tools

    Gives your agent conventions for validating Express request inputs with Zod in PrairieLearn.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • groups-and-teamsSkillDev tools

    Helps your agent work with groups and teams in PrairieLearn and understand its table and variable names.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • trpcSkillDev tools

    Gives your agent conventions for writing tRPC routers and procedures.

    Ready to connect★ 502

    github.com/prairielearn/prairielearn497 stars

    View details
  • baocutSkillDev tools

    Lets your agent run the bcut command-line tool and edit BaoCut subtitle projects.

    Ready to connect★ 500

    github.com/jimliu/baocut500 stars

    View details
  • mal-developSkillDev tools

    Guides your agent in writing Lua plugins for the MAL scripting language, from structure to testing and publishing.

    Ready to connect★ 497

    github.com/chainreactors/malice-network490 stars

    View details
  • dart-add-unit-testSkillDev tools

    Guides your agent to write and run unit tests for Dart and Flutter code using the standard test package.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-build-cli-appSkillDev tools

    Guides your agent to build Dart command-line tools with proper exit codes, argument parsing, and subprocess handling.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-collect-coverageSkillDev tools

    Lets your agent run Dart and Flutter tests and generate an LCOV code coverage report.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-migrate-to-checks-packageSkillDev tools

    Lets your agent rewrite Dart test assertions from the old expect style to the newer package:checks style.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-resolve-package-conflictsSkillDev tools

    Lets your agent fix Dart package version conflicts when dependency installs fail.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-run-static-analysisSkillDev tools

    Lets your agent run static analysis on Dart code to find errors and automatically fix simple lint issues.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-use-pattern-matchingSkillDev tools

    Guides your agent to write idiomatic Dart 3 pattern matching, switch expressions, and destructuring when refactoring code.

    Ready to connect★ 495

    github.com/dart-lang/skills466 stars

    View details
  • dart-use-primary-constructorsSkillDev tools

    Helps your agent write and migrate Dart code using primary constructors and the new constructor syntax correctly.

    Ready to connect★ 495

    github.com/dart-lang/skills466 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.

54,624 of the 55,055 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