ahel is live on Product Hunt today. Upvote

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

17,418 results · page 135 of 581

  • nw-bdd-requirementsSkillDev tools

    BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-brainstormingSkillDev tools

    Structured divergent thinking techniques — HMW framing, SCAMPER, Crazy 8s mechanics, and option diversity guarantees. Enforces strict separation of generation and evaluation phases.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-buddySkillDev tools

    nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-buddy-ssot-knowledgeSkillDev tools

    Single Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-bugfixSkillDev tools

    Bug fix workflow: root cause analysis → user review → regression test + fix via TDD

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-canarySkillDev tools

    Canary skill for auto-injection detection

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-continueSkillDev tools

    Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-ddd-event-modelingSkillDev tools

    Event Modeling facilitation technique — brainstorm events, identify commands and views, define aggregate boundaries, write Given-When-Then specifications

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-ddd-eventsourcingSkillDev tools

    Event Sourcing and CQRS as DDD implementation patterns — when to use, aggregate event streams, projections, snapshots, sagas, upcasting, conflict resolution

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-ddd-strategicSkillDev tools

    Strategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alignment

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-deliverSkillDev tools

    Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for implementation.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-deliver-orchestrationSkillDev tools

    DELIVER wave orchestration workflow -- 9 phases from baseline to finalization. Load when user invokes *deliver command. Covers state tracking, smart skip logic, retry, resume, and quality gate enforcement.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-der-review-criteriaSkillDev tools

    Evaluation criteria and scoring for data engineering artifact reviews

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-diagramSkillDev tools

    Generates C4 architecture diagrams (context, container, component) in Mermaid or PlantUML. Use when creating or updating architecture visualizations.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-discoverSkillDev tools

    Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-diverger-review-criteriaSkillDev tools

    Review criteria for the nw-diverger-reviewer — validates JTBD rigor, research quality, option diversity, taste application correctness, and recommendation coherence in DIVERGE wave artifacts

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-dor-validationSkillDev tools

    Definition of Ready checklist criteria, antipattern detection patterns, UAT quality rules, and domain language enforcement for product owner review

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-executeSkillDev tools

    Use when a DELIVER roadmap already exists and you need to dispatch exactly one identified step through its TDD cycle. Use nw-roadmap to create the plan, nw-deliver for the whole wave, and nw-continue to resume at the next inferred step.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fast-forwardSkillDev tools

    Fast-forwards through remaining waves end-to-end without stopping for review between waves.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-finalizeSkillDev tools

    Archives a completed feature to docs/evolution/, migrates lasting artifacts to permanent directories, and cleans up the temporary workspace. Use after all implementation steps pass and mutation testing completes.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-five-whys-methodologySkillDev tools

    Toyota 5 Whys methodology with multi-causal branching, evidence requirements, and validation techniques

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-formal-verification-tlaplusSkillDev tools

    TLA+ and PlusCal for specifying distributed system invariants. Decision heuristics for when formal verification adds value, key patterns, state explosion management, and alternatives comparison.

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-clojureSkillDev tools

    Clojure language-specific patterns, data-first modeling, REPL-driven development, and spec

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-domain-modelingSkillDev tools

    Domain modeling with algebraic data types, smart constructors, and type-level error handling

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-fsharpSkillDev tools

    F# language-specific patterns, Railway-Oriented Programming, and Computation Expressions

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-haskellSkillDev tools

    Haskell language-specific patterns, GADTs, type classes, and effect systems

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-hexagonal-architectureSkillDev tools

    Hexagonal architecture patterns with pure core and side-effect shell for functional codebases

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-kotlinSkillDev tools

    Kotlin language-specific patterns with Arrow, Raise DSL, and coroutine-based effects

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-principlesSkillDev tools

    Core functional programming thinking patterns and type system foundations, language-agnostic

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 stars

    View details
  • nw-fp-scalaSkillDev tools

    Scala 3 language-specific patterns with ZIO, Cats Effect, and opaque types

    Ready to connect★ 610

    github.com/nwave-ai/nwave611 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,111 of the 55,543 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