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,446 results · page 73 of 149

  • skill.check_refsSkillFiles & storage

    Check the references in all the skill files

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • skill.improve_textSkillFiles & storage

    Improve rule or skill file without changing the content

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • skill.move_to_rulesSkillFiles & storage

    Move the general content from a skill to the corresponding rule file

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • skill.reorganize_rulesSkillFiles & storage

    Reorganize rules in a agent skill rule file

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • slides.fix_rendered_pdfSkillFiles & storage

    Make sure that the PDF rendering of a slide smd file is well formed

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • testing.move_test_codeSkillFiles & storage

    Split test classes from a test file into the correct separate test files based on what function they test

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • testing.reach_coverageSkillFiles & storage

    Increase unit test coverage toward 100 percent for a given function, file or files

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • testing.write_unit_testsSkillFiles & storage

    Propose a plan for unit testing a file and then implement it

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • text.merge_intoSkillFiles & storage

    Move content from a file into another one without redundancy

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • tool_X_in_60_mins.merge_markdownSkillFiles & storage

    Merge the content of a markdown file into a Jupyter notebook

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • using-git-worktreesSkillFiles & storage

    OPTIONAL per-task isolation for autonomous parallel work. Routed to only on explicit opt-in by subagent-driven-development or dispatching-parallel-agents, so parallel units mutate files without colliding. Stands up one worktree per unit, works it in isolation, then integrates each unit back onto the

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • visualizeSkillFiles & storage

    Generate interactive charts, flowcharts, simulators, explorable explanations, data dashboards, visual comparisons, SVG/Canvas art, and UI prototypes in Nexus conversations. Use only when visualization is clearer than text or tables; not for HTML or diagram files that need to be saved persistently or

    Ready to connect★ 145

    github.com/nexus-research-lab/nexus143 stars

    View details
  • writing-plansSkillFiles & storage

    The spec-to-plan bridge. Routed to by /feature once the brainstormed spec is approved, and by /sprint before execution. Decomposes the spec into 2–5 minute tasks, each carrying its exact file path(s) and a concrete verification step that maps to a tdd obligation. Writes the plan to .codearbiter/plan

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • agent-memorySkillFiles & storage

    Persist and retrieve repository-specific knowledge using AGENTS.md files. Use when you want to save important information about a codebase (build commands, code style, workflows) for future sessions.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • beautiful-htmlSkillFiles & storage

    Turn any document, proposal, report, or outline into a stunning single-file HTML presentation using 34 pre-built professional templates. Use when the user wants to convert a markdown file, proposal, or written content into a beautiful visual HTML document ready to share or convert to PDF.

    Ready to connect★ 144

    github.com/hamzafarooq/claude-code-starter139 stars

    View details
  • claude-code-deckSkillFiles & storage

    Generate a complete, ready-to-share HTML presentation explaining Claude Code, Skills, Sub Agents, Hooks, and Multi-Agent Systems — designed for product managers. Outputs a single zero-dependency HTML file in Bold Signal style (dark, orange accents). Use when someone wants a polished explainer deck f

    Ready to connect★ 144

    github.com/hamzafarooq/claude-code-starter139 stars

    View details
  • config-file-explainerSkillFiles & storage

    Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

    Ready to connect★ 144

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

    View details
  • jupyterSkillFiles & storage

    Read, modify, execute, and convert Jupyter notebooks programmatically. Use when working with .ipynb files for data science workflows, including editing cells, clearing outputs, or converting to other formats.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • md-to-pdfSkillFiles & storage

    Convert any markdown file to a clean PDF. Use when asked to make a PDF from a .md file, export a document, or convert markdown to PDF.

    Ready to connect★ 144

    github.com/hamzafarooq/claude-code-starter139 stars

    View details
  • migration-mappingSkillFiles & storage

    Create a mapping from source language files to target language files for code migrations. Use when evaluating or documenting a migration project.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • setup-agents-mdSkillFiles & storage

    Generate a high-quality, repo-specific AGENTS.md file that tells AI agents how to work effectively in a repository. Reads the actual repo to extract commands, structure, conventions, and guardrails — never generates generic boilerplate. Use when a user wants to create or improve their AGENTS.md, or

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • setup-pr-reviewSkillFiles & storage

    Set up the OpenHands automated PR review workflow in a GitHub repository. Creates the workflow file and asks the user for configuration preferences. Use when a user wants AI code review on their pull requests.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • sshSkillFiles & storage

    Establish and manage SSH connections to remote machines, including key generation, configuration, and file transfers. Use when connecting to remote servers, executing remote commands, or transferring files via SCP.

    Ready to connect★ 144

    github.com/openhands/extensions141 stars

    View details
  • stitch-design-tasteSkillFiles & storage

    Guides your agent to produce more original, less generic designs and creative output.

    Ready to connect★ 144

    github.com/hamzafarooq/claude-code-starter139 stars

    View details
  • agents-md-generatorSkillFiles & storage

    Generate hierarchical AGENTS.md structures for codebases. Use when user asks to create AGENTS.md files, analyze codebase for AI agent documentation, set up AI-friendly project documentation, or generate context files for AI coding assistants. Triggers on "create AGENTS.md", "generate agents", "analy

    Ready to connect★ 143

    github.com/julianromli/opencode-template142 stars

    View details
  • cassette-video-editSkillFiles & storage

    Edit, trim, cut, caption, subtitle, reframe, combine, add background music to, or export video, audio, and image files through Cassette. Use this skill whenever the user asks to change, preview, or render a media file in the project — even if they never say "Cassette" or name a tool — for example "t

    Ready to connect★ 143

    github.com/cassette-editor/oh-my-cassette143 stars

    View details
  • fetch-contentSkillFiles & storage

    Fetch and normalize any content source into clean text with metadata — YouTube video transcripts, TikTok captions, web articles, PDFs, tweets/X posts, local files. Use when the user shares a YouTube link, TikTok link, article URL, tweet/X link, or PDF (URL or file) and you need its actual text conte

    Ready to connect★ 142

    github.com/serhiikorniienko/bullshit-detector143 stars

    View details
  • pick-upSkillFiles & storage

    Marigold repo — Turn a DST ticket into a loaded, planned session: gathers the ticket, its comments and links, the precedent in git history and the files it touches, gates on whether the ticket is startable at all, writes a spec and ordered plan to `.claude/tasks/`, and only after you approve that pl

    Ready to connect★ 143

    github.com/marigold-ui/marigold143 stars

    View details
  • 2d-gamesSkillFiles & storage

    Lets your agent build 2D games with sprites, tilemaps, physics, and camera patterns for frameworks like Phaser or Pixi.

    Ready to connect★ 142

    github.com/diegosouzapw/awesome-omni-skills135 stars

    View details
  • 2d-games-v2SkillFiles & storage

    2D Game Development workflow skill. Use this skill when the user needs 2D game development principles. Sprites, tilemaps, physics, camera and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

    Ready to connect★ 142

    github.com/diegosouzapw/awesome-omni-skills135 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,764 of the 55,196 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