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: AI & models

9,017 results · page 257 of 301

  • ios-build-cleanupSkillAI & models

    Use when the user wants a clean Xcode rebuild by deleting DerivedData and build artifacts. Do not use for diagnosing a specific build error; that is ios-build-fix.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • ios-build-fixSkillAI & models

    Use when asked to run /ios-build-fix to fix a failing iOS build or UI behavior through the debug bridge. Not for a clean rebuild — use ios-build-cleanup.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • issue-nowSkillAI & models

    Use when a human asks to compare one closed or stale tracker issue with current reality and mark it done or update it. Don''t use for bulk issue reconciliation or multi-issue sweeps.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • land-contributionSkillAI & models

    Use when a maintainer or collaborator explicitly asks to review and land one external pull request. Don''t use for internal pull requests or landing without preserving contributor authorship.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • minimalism-drivenSkillAI & models

    Use when writing or restructuring code, before adding a helper, wrapper, config key, or dependency, or when the user asks for minimal or DRY code. Produce the smallest complete implementation whose intent is obvious. Not for performance tuning — use the optimize skill.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • multi-agent-tournament-scorecardSkillAI & models

    Use when agent strategies need a reproducible finite tournament under a frozen evaluation protocol. Not for open-ended or infinite matchups: use a continuous benchmark.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • multi-turn-orderingSkillAI & models

    Configure multi-turn catalog ordering for conversational item selection, variable collection, and order placement via Virtual Agent

    Ready to connect

    github.com/happy-technologies-llc/happy-platform-skills37 stars

    View details
  • nestjsSkillAI & models

    NestJS enterprise Node.js framework. Covers modules, controllers, services, guards, and dependency injection. Use when building scalable Node.js applications.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • new-branch-and-prSkillAI & models

    Use when a human explicitly asks to ship work through a clean branch and pull request. Don''t use for force-pushing, reusing conflicting branches, or widening the change scope.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • offenseSkillAI & models

    Use when a human says "overhaul", "rebuild this subsystem", or "rewrite it from scratch" and the broken structure must be demolished and re-derived from its contracts. Deletes rather than deprecates, collapses special cases into the general case, and migrates every caller in one change. Not for thin

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • openapi-codegenSkillAI & models

    OpenAPI client code generation. Covers openapi-typescript, openapi-generator-cli, swagger-typescript-api, and trpc-openapi. Use for generating type-safe API clients.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • openapi-generatorSkillAI & models

    OpenAPI Generator - generate clients and servers from OpenAPI specs

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • paginationSkillAI & models

    API pagination patterns. Offset-based, cursor-based, keyset pagination. Filtering, sorting, and page metadata. REST and GraphQL pagination implementations.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • playbook-generationSkillAI & models

    Generate Process Automation Designer playbooks from natural language descriptions including activities, lanes, conditions, data gathering steps, and both standard and agent-facing playbooks

    Ready to connect

    github.com/happy-technologies-llc/happy-platform-skills37 stars

    View details
  • plugin-authoringSkillAI & models

    Creates Claude Code plugins that package skills, agents, hooks, and MCP servers into distributable bundles. Covers plugin.json manifest, directory structure, namespacing, and distribution. Follows official Anthropic best practices.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • principlesSkillAI & models

    Use when a request names a working principle (subtract before you add, idempotent operations, never block on the human) or asks which principle governs a decision. Returns the law and its bite point; routes to the owning skill for execution. Not for running a repair — use fix.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • prismSkillAI & models

    Use when one reviewer angle is insufficient or the user suspects a direction is tunnel-visioned or inherited its framing. Modes: artifact, direction. Not for source or remote-system changes.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • publish-branchSkillAI & models

    Use when asked to publish the checked-out branch: commit and push it on whatever branch it is, the default branch included. Not for creating branches, PRs, force pushes, or pushing any other branch; when the request excludes the default branch, use commit-push-current.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • pydanticSkillAI & models

    Pydantic v2 data validation library. Covers BaseModel, field validators, custom types, serialization, and schema generation. Use when validating data structures, parsing configs, or defining typed data models in Python.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • python-qualitySkillAI & models

    Python code quality with Ruff, Black, mypy, and Pylint. Covers linting, formatting, type checking, and best practices.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • refactor-break-compatSkillAI & models

    Use when modernizing APIs, removing compat shims, killing feature flags, or rewriting a subsystem cleanly. Not for additive refactors that must preserve the old path.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • release-research-artifactsSkillAI & models

    Use when packaging the code and data a reader or reviewer will download, including releasing the code for a paper, building an anonymized repository for double-blind submission, preparing an archive with a DOI for a journal, writing citation metadata, producing a data card or model card, or preparin

    Ready to connect

    github.com/gxcaesar/open-research-skills38 stars

    View details
  • reproduce-and-fix-issuesSkillAI & models

    Use when a trusted bug or performance report needs reproduction and fix. Drives the application, captures reproduction evidence, implements the minimal fix, and opens one draft PR with human approval. Not for untrusted reports or scope beyond the named feature.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • resilience-patternsSkillAI & models

    Application resilience patterns. Circuit breakers, retries with backoff, bulkheads, timeouts, fallbacks, and health checks. Polly (.NET), resilience4j (Java), cockatiel (Node.js).

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • resolveSkillAI & models

    Use when addressing review feedback in analyze or reception mode, or handling GitHub PR feedback in autonomous, interactive, or summary mode for a named PR target. Classifies, applies, replies, or summarizes comments.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • resolve-merge-conflictsSkillAI & models

    Lets your agent resolve Git merge conflicts by showing only the conflicting parts instead of whole files.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • restart-keeping-lessonsSkillAI & models

    Use when an implementation has more workarounds than structure and another patch will not pay. Not for in-place re-derivation: use breaking-driven. Not for one-artifact rewrites: use rewrite-clean-v0.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 stars

    View details
  • rocketSkillAI & models

    Rocket Rust web framework. Covers routing, fairings, guards, state, and testing. Use for type-safe, boilerplate-free Rust APIs.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • ruffSkillAI & models

    Ruff Python linter and formatter. Covers configuration in pyproject.toml, rule selection, auto-fix, and integration with editors and CI. Use when configuring or troubleshooting Python code quality tooling.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite38 stars

    View details
  • rust-formal-verificationSkillAI & models

    Use when Rust code, especially unsafe or panic-critical paths, needs a Kani, Verus, or Creusot harness written, run, and its failure read. Not for choosing the proof policy: use proof-driven.

    Ready to connect

    github.com/outlinedriven/odin-claude-plugin38 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,004 of the 55,435 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