Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
nw-mutation-test
Runs feature-scoped mutation testing to validate test suite quality. Use after implementation to verify tests catch real bugs (kill rate >= 80%).
nWave-ai/nWave 341
-
nw-buddy-project-reading
How the nWave buddy agent reads a project to answer questions — detection, order of inspection, and citation discipline.
nWave-ai/nWave 341
-
nw-user-story-mapping
User story mapping for backlog management and outcome-based prioritization. Load during Phase 2.5 (User Story Mapping) to produce story-map.md and prioritization.md.
nWave-ai/nWave 341
-
nw-buddy
nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
nWave-ai/nWave 341
-
nw-dor-validation
Definition of Ready checklist criteria, antipattern detection patterns, UAT quality rules, and domain language enforcement for product owner review
nWave-ai/nWave 341
-
nw-bugfix
Bug fix workflow: root cause analysis → user review → regression test + fix via TDD
nWave-ai/nWave 341
-
nw-fp-clojure
Clojure language-specific patterns, data-first modeling, REPL-driven development, and spec
nWave-ai/nWave 341
-
nw-operational-safety
Tool safety protocols, adversarial output validation, error recovery patterns, and I/O contracts for research operations
nWave-ai/nWave 341
-
nw-test-design-mandates
Four design mandates for acceptance tests - hexagonal boundary enforcement, business language abstraction, user journey completeness, walking skeleton strategy, and pure function extraction
nWave-ai/nWave 341
-
nw-fp-haskell
Haskell language-specific patterns, GADTs, type classes, and effect systems
nWave-ai/nWave 341
-
nw-ux-emotional-design
Emotional design and delight patterns for product owners. Load when designing onboarding flows, empty states, first-run experiences, or evaluating the emotional quality of an interface.
nWave-ai/nWave 341
-
nw-execute
Dispatches a single roadmap step to a specialized agent for TDD execution. Use when implementing a specific step from a roadmap.json plan.
nWave-ai/nWave 341
-
nw-finalize
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.
nWave-ai/nWave 341
-
nw-ab-critique-dimensions
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
nWave-ai/nWave 341
-
nw-test-organization-conventions
Test directory structure patterns by architecture style, language conventions, naming rules, and fixture placement. Decision tree for selecting test organization strategy.
nWave-ai/nWave 341
-
nw-investigation-techniques
Evidence collection methods, problem categorization, analysis techniques, and solution design patterns
nWave-ai/nWave 341
-
nw-ddd-strategic
Strategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alignment
nWave-ai/nWave 341
-
nw-fp-principles
Core functional programming thinking patterns and type system foundations, language-agnostic
nWave-ai/nWave 341
-
nw-spike
Runs a timeboxed spike to validate one core assumption before DESIGN. Use after DISCUSS when the feature involves a new mechanism, performance requirement, or external integration.
nWave-ai/nWave 341
-
nw-five-whys-methodology
Toyota 5 Whys methodology with multi-causal branching, evidence requirements, and validation techniques
nWave-ai/nWave 341
-
nw-canary
Canary skill for auto-injection detection
nWave-ai/nWave 341
-
nw-buddy-command-catalog
All /nw-* commands — what they do, when to use them, which agent they invoke. For the buddy agent to help users pick the right command.
nWave-ai/nWave 341
-
nw-sd-case-studies
25 real-world system design case studies condensed from Alex Xu's System Design Interview Vol 1 and 2 - requirements, architecture, deep dive insights, key takeaways
nWave-ai/nWave 341
-
nw-brainstorming
Structured divergent thinking techniques — HMW framing, SCAMPER, Crazy 8s mechanics, and option diversity guarantees. Enforces strict separation of generation and evaluation phases.
nWave-ai/nWave 341