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,976 results · page 135 of 566

  • nw-discoverSkillDev tools

    Lets your agent run product discovery by planning customer interviews and testing assumptions about a problem.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-diverger-review-criteriaSkillDev tools

    Lets your agent check DIVERGE wave documents for research quality, option diversity, and recommendation consistency.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-dor-validationSkillDev tools

    Lets your agent check user stories against Definition of Ready rules, spot antipatterns, and enforce domain language.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-executeSkillDev tools

    Lets your agent run one planned development step through its test-driven development cycle.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fast-forwardSkillDev tools

    Lets your agent run all remaining build waves back-to-back without pausing for review between each one.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-finalizeSkillDev tools

    Lets your agent archive a finished feature into docs, move lasting files to permanent folders, and clean up temp workspaces.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-five-whys-methodologySkillDev tools

    Lets your agent find root causes of problems by asking 'why' five times with evidence checks.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-formal-verification-tlaplusSkillDev tools

    Lets your agent write TLA+ and PlusCal specifications to check distributed system invariants.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-clojureSkillDev tools

    Helps your agent write Clojure code using functional patterns, REPL workflows, and spec validation.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-domain-modelingSkillDev tools

    Guides your agent to model software domains using algebraic data types, smart constructors, and type-level error handling.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-fsharpSkillDev tools

    Teaches your agent F# idioms like Railway-Oriented Programming and computation expressions when writing code.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-hexagonal-architectureSkillDev tools

    Lets your agent apply hexagonal architecture to functional code, keeping pure logic separate from side effects.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-kotlinSkillDev tools

    Gives your agent Kotlin coding patterns using Arrow, the Raise DSL, and coroutine-based effects.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-principlesSkillDev tools

    Teaches your agent functional programming principles and type system thinking it can apply in any language.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-fp-scalaSkillDev tools

    Lets your agent write Scala 3 code following functional patterns with ZIO, Cats Effect, and opaque types.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-jtbd-analysisSkillDev tools

    Lets your agent analyze feature requests to find the real user jobs behind them and rank improvement opportunities.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-jtbd-bdd-integrationSkillDev tools

    Lets your agent turn job-to-be-done analysis into Given-When-Then test scenarios and discover tests from job maps.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-jtbd-coreSkillDev tools

    Teaches your agent Jobs-to-be-Done theory and how to write job stories and outcome statements.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-jtbd-opportunity-scoringSkillDev tools

    Lets your agent score and prioritize product opportunities using jobs-to-be-done outcome statements.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-jtbd-workflow-selectionSkillDev tools

    Helps your agent classify a task using the Jobs-to-be-Done framework and pick the right workflow sequence for it.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-legacy-refactoring-dddSkillDev tools

    Guides your agent through refactoring legacy code using domain-driven design patterns like strangler fig and ACL migration.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-mikadoSkillDev tools

    Lets your agent plan complex refactoring work as a step-by-step roadmap with visual progress tracking.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-mikado-methodSkillDev tools

    Lets your agent plan and run big code refactors by mapping dependencies and doing changes step by step.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-mutation-testSkillDev tools

    Lets your agent run mutation testing to check whether your tests actually catch real bugs.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-newSkillDev tools

    Guides your agent to start a new feature by asking what you want to build and launching the right steps.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-operational-safetySkillDev tools

    Lets your agent follow safety rules that catch bad tool outputs and recover from errors in research work.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-opportunity-mappingSkillDev tools

    Lets your agent map product opportunities using solution trees, scoring, Lean Canvas, and job-to-be-done frameworks.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-optimize-testsSkillDev tools

    Minimizes test count while preserving coverage. Detects byte-identical pairs, parametrize-inflation, language-guarantee tests, AST-shape tests, stale migration nets. Approval gate before any change.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-outcome-kpi-frameworkSkillDev tools

    Lets your agent define measurable outcome KPIs using proven product management frameworks.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 stars

    View details
  • nw-par-review-criteriaSkillDev tools

    Gives your agent a checklist of quality criteria to review DevOps work against.

    Ready to connect★ 614

    github.com/nwave-ai/nwave615 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,082 of the 54,514 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