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.

Filter by category

55,914 results · page 992 of 1,864

  • coding.fix_constantsSkillDev tools

    Lets your agent move constants in code to the right scope based on how they are used.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_dassertsSkillDev tools

    Lets your agent find and fix dassert statements in Python code.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_docstringSkillDev tools

    Fixes incorrect or incomplete Python docstrings in your code.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_empty_linesSkillDev tools

    Lets your agent remove blank lines inside Python functions.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_from_importsSkillFiles & storage

    Rewrites a Python file to replace 'from X import Y' imports with 'import X' and updates all usages.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_inlineSkillDev tools

    Lets your agent find and remove overly simple wrapper functions in code.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_param_useSkillDev tools

    Lets your agent fix code call sites to pass the right positional or keyword arguments and name constants correctly.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_pyrightSkillFiles & storage

    Lets your agent run pyright on Python files and fix the reported lints.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_type_hintsSkillFiles & storage

    Lets your agent fix type hints in a code file to follow the typing module conventions.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_use_helpersSkillDev tools

    Lets your agent spot repeated Python code and swap it for reusable functions from the helpers package.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.improve_code_for_humansSkillDev tools

    Lets your agent rewrite code so it is easier for humans to read and debug.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.make_function_privateSkillFiles & storage

    Lets your agent find functions in a file and rename them with an underscore prefix to mark them private.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.renameSkillFiles & storage

    Lets your agent rename files, functions, and variables and update all references.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.reorg_functionsSkillFiles & storage

    Lets your agent reorganize the Python functions in a file.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.todoai_gpSkillFiles & storage

    Lets your agent find TODO(ai_gp) markers in a file and carry out the requested code changes like renames and reference updates.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • coding.use_single_returnSkillDev tools

    Makes your agent write functions that use a single return statement when coding.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • dart-doc-validationSkillDocs & knowledge

    Guides your agent in validating Dart documentation comments using dart doc to catch unresolved references and macros.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-long-linesSkillDev tools

    Gives your agent guidelines for keeping Dart code lines within the 80-column limit.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-matcher-best-practicesSkillDev tools

    Teaches your agent to write clearer Dart test assertions using expect and matcher best practices.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-modern-featuresSkillDev tools

    Gives your agent guidelines for writing Dart 3 code with modern features like records, extension types, and class modifiers.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-multiline-stringsSkillDev tools

    Lets your agent rewrite Dart string concatenations and print blocks into cleaner triple-quoted multi-line strings.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-package-maintenanceSkillDev tools

    Guides your agent through maintaining Dart packages, including versioning, publishing, and pull request handling.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-seal-type-hierarchiesSkillDev tools

    Lets your agent find Dart class hierarchies that should be sealed and mark them so the compiler catches missed switch cases.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-test-coverageSkillAI & models

    Lets your agent run test coverage for a Dart package and find which lines are not tested.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dart-test-fundamentalsSkillDev tools

    Gives your agent knowledge of Dart's package:test for writing unit tests with test, group, setup, and teardown.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • dash-discoverSkillDev tools

    Lets your agent review Dart and Flutter code for modernization fixes and testing improvements.

    Ready to connect★ 146

    github.com/kevmoo/dash_skills146 stars

    View details
  • demo.create_picturesSkillDocs & knowledge

    Lets your agent write image prompts for each storyboard slide into demo_images.md.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • demo.create_scriptSkillDocs & knowledge

    Lets your agent write a 15-slide storyboard script for a narrated explainer video.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • docker.shrink_containerSkillCloud & infra

    Lets your agent use a docker claude skill to propose ways to shrink and speed up a Docker container.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 stars

    View details
  • docker.shrink_requirementsSkillCloud & infra

    Lets your agent use the docker claude skill to find unused packages in requirements.txt that your project code doesn't need.

    Ready to connect★ 146

    github.com/causify-ai/helpers145 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.

55,483 of the 55,914 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