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

16,833 results · page 279 of 562

  • text.convert_to_latexSkillDev tools

    Convert formulas in text to their Latex equivalent

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.criticizeSkillDev tools

    Read, criticize, and propose improvements for text

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.explainSkillDev tools

    Explain technical content preserving the same structure of the text

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.extract_ideasSkillDev tools

    Extract the most interesting ideas from the text

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.humanizeSkillDev tools

    Remove AI-style writing patterns from text to make it sound more natural and human

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.summarize_hn_in_bullet_pointsSkillDev tools

    Summarize the discussion on Hacker News on a topic

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • tool_X_in_60_mins.createSkillDev tools

    Create a tutorial directory to follow the "Learn X in 60 Minutes" tutorial conventions

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • tool_X_in_60_mins.formatSkillDev tools

    Format a directory to follow the "Learn X in 60 Minutes" tutorial conventions

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • accessibility-basic-checkSkillDev tools

    Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • add-skillSkillDev tools

    Import an existing skill from a GitHub repository URL into the current workspace. Use only when the user provides or references a GitHub URL/repo to fetch from (e.g., `/add-skill https://github.com/OpenHands/extensions/tree/main/skills/codereview` or "add the codereview skill from https://github.com

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • api-contract-checkerSkillDev tools

    Validate API changes against an expected contract. Use when a mid-level developer needs to detect breaking changes.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • api-error-taxonomySkillDev tools

    Define consistent API error codes and responses. Use when a mid-level developer needs error standardization.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • api-request-builderSkillDev tools

    Build a basic HTTP request (curl or fetch) for an API. Use when a junior developer needs a quick request example.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • bug-repro-planSkillDev tools

    Create a minimal, repeatable reproduction plan for a bug. Use when a junior developer needs clear steps to reproduce and capture evidence.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • build-setupSkillDev tools

    Set up build environment and test fixtures for COBOL-to-Java migrations. Creates compilation infrastructure for both languages and generates golden test data.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • caching-strategy-helperSkillDev tools

    Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • ci-failure-triageSkillDev tools

    Diagnose CI failures and stabilize pipelines. Use when a mid-level developer needs to resolve flaky or failing builds.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • cli-ux-improverSkillDev tools

    Improve CLI help, errors, and output. Use when a mid-level developer needs to make a CLI friendlier.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • cobol-modernizationSkillDev tools

    End-to-end COBOL to Java migration workflow. Handles build setup, mainframe dependency removal, and code migration with test validation.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • codebase-orientationSkillDev tools

    Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps. Use when a junior developer needs to get situated fast.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • compliance-readinessSkillDev tools

    Assess readiness for compliance audits. Use when a senior developer needs a gap analysis for standards.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • cost-optimization-reviewSkillDev tools

    Review system costs and propose reductions. Use when a senior developer needs cost-saving recommendations.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • coverage-checkSkillDev tools

    Count how many independent origins are behind news coverage of a claim, instead of counting URLs. Queries GDELT for matching articles, collapses reprints and wire copy into single origins, and flags publication bursts that indicate syndication. Use when a claim appears to be confirmed by many outlet

    Ready to connect★ 144

    github.com/serhiikorniienko/bullshit-detector144 stars

    View details
  • cross-service-debuggerSkillDev tools

    Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • css-layout-helperSkillDev tools

    Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.

    Ready to connect★ 144

    github.com/proflead/codex-skills-library144 stars

    View details
  • dart-best-practicesSkillDev tools

    General best practices for Dart development. Covers code style, effective Dart, and language features.

    Ready to connect★ 144

    github.com/kevmoo/dash_skills144 stars

    View details
  • dart-long-linesSkillDev tools

    Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.

    Ready to connect★ 144

    github.com/kevmoo/dash_skills144 stars

    View details
  • dart-matcher-best-practicesSkillDev tools

    Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

    Ready to connect★ 144

    github.com/kevmoo/dash_skills144 stars

    View details
  • dart-modern-featuresSkillDev tools

    Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.

    Ready to connect★ 144

    github.com/kevmoo/dash_skills144 stars

    View details
  • dart-multiline-stringsSkillDev tools

    Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart.

    Ready to connect★ 144

    github.com/kevmoo/dash_skills144 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.

53,585 of the 54,017 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