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 277 of 562

  • ca-watchSkillDev tools

    Watch a PR's CI to completion — diagnose on red, notify and offer the merge on green. Never auto-merges.

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • coding.fix_bloated_importsSkillDev tools

    Fix Python imports of large packages needed only for few functions in a module

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_constantsSkillDev tools

    Move constants to their appropriate scope based on usage

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_dassertsSkillDev tools

    Fix dassert in Python code

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_docstringSkillDev tools

    Fix Python Docstrings

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_empty_linesSkillDev tools

    Remove empty lines in Python functions.

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_inlineSkillDev tools

    Find and remove the functions that are too thin

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_param_useSkillDev tools

    Fix function call sites to pass positional args by position and assign constants to intermediate variables

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_type_hintsSkillDev tools

    Fix type hints

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.fix_use_helpersSkillDev tools

    Identify and replace Python code with code in the `helpers` package

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.improve_code_for_humansSkillDev tools

    Make the code more readable and debuggable

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • coding.use_single_returnSkillDev tools

    Make sure that all the functions have a single return statement

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • context-checkSkillDev tools

    Optional manual drift audit — report stale provenance-tracked docs (via _provenancelib drift detection across .codearbiter/.provenance/), then per stale doc offer re-scout / re-baseline / defer. Not the daily loop; commit-gate auto-heal owns routine maintenance.

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • context-creationSkillDev tools

    The brownfield back-fill. Routed to by /create-context, and by startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker but source code exists. Six gated phases — pre-flight, scout dispatch, synthesis, gap interview, write, lock. Reads the existing codebase through parallel scou

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • decision-lifecycleSkillDev tools

    Author and track Architecture Decision Records. Routed to when the user invokes /adr to record a new decision or /adr-status to list ADR health. Authors numbered, dated, user-attributed ADRs under .codearbiter/decisions/, maintains supersede chains, and reports status read-only. Never authors an ADR

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • decision-varianceSkillDev tools

    Reconcile the project's architectural artifacts against the scaffold and prior decisions, then present each variance as a SMARTS analysis for the user to decide. Routed to when the user asks to arbitrate, reconcile, or consolidate architectural context, requests a variance report, mentions ADR confl

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • decomposeSkillDev tools

    The greenfield decomposition interview. Routed to at startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker and no source code exists, or when the user invokes /decompose. A senior-architect persona drives a six-layer interview, persists every layer to disk so a context reset

    Ready to connect★ 145

    github.com/arbiterforge/codearbiter145 stars

    View details
  • git.merge_conflictsSkillDev tools

    Resolve git merge, rebase, or cherry-pick conflicts and finalize the operation

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • github.create_child_prSkillDev tools

    Create instructions to build a children PR

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • github.split_branch_in_PRsSkillDev tools

    Split the current changes in a Git client in small cohesive PRs to simplify merging

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • graphviz.generate_legendSkillDev tools

    Generate a Graphviz legend template for causal knowledge graphs with node types and edge styles

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • gws.useSkillDev tools

    Help users work with Google Workspace CLI (gws) from https://github.com/googleworkspace/cli

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • notebook.create_animationSkillDev tools

    Create an animation from an ipywidget interact function using a description

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • notebook.create_api_introSkillDev tools

    Create a notebook to present the API of a package

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • notebook.implement_outlineSkillDev tools

    Implement a Jupyter notebook from an outline description (including interactive notebooks with widgets)

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • notebook.lint_numbered_cellsSkillDev tools

    Ensure cells in a notebook are numbered consecutively with matching function names

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • notebook.split_header_cellsSkillDev tools

    Split Jupyter notebook header cells so each cell has a single header and comment

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • paper.fix_figuresSkillDev tools

    Fix figures in a LaTeX paper by ensuring every figure has a label, caption, and is referenced in the text

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • paper.improve_bibliographySkillDev tools

    Add relevant bibliography entries to a LaTeX academic paper and reference them in the text

    Ready to connect★ 145

    github.com/causify-ai/helpers145 stars

    View details
  • paper.suggest_improvementsSkillDev tools

    Suggest the top 5 improvements for an academic paper to increase its impact

    Ready to connect★ 145

    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.

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