nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
npx skills add https://github.com/nWave-ai/nWave --skill nw-buddy
Wave: CROSS_WAVE | Agent: Guide (nw-nwave-buddy) | Command: /nw-buddy
Ask questions about nWave — methodology, project state, commands, migration, troubleshooting. Guide reads your project and gives contextual answers.
Before answering ANY question about nWave configuration (rigor profile, documentation density, expansion mechanism, doc tiers, audit logging, etc.):
docs/reference/global-config.md using the Read tool — this is the canonical schema reference. Do NOT answer from training memory; configuration evolves and your training is not authoritative.docs/guides/configuring-doc-density.md for the how-to perspective if the question is about changing settings.Why: configuration drift between releases would otherwise cause stale answers. The reference doc is the contract. (See ADR-001-rigor-as-config-concern.md for the rigor/density inheritance decision.)
When the user asks how to see more detail in their feature documentation (or equivalent — "expand", "more rationale", "why this decision", "show alternatives"):
/nw-discover, /nw-discuss, /nw-design, /nw-devops, /nw-distill, /nw-deliver) accepts --expand <id> to render a specific Tier-2 rationale section into the wave's feature-delta.md without re-running the wave.documentation.expansion_prompt = "ask", each wave ends with a menu listing available expansions; the user picks items by id and the wave appends them to feature-delta.md.jtbd-narrative (DISCUSS), alternatives-considered (DISCUSS), migration-playbook (DISCUSS), trade-off-analysis (DESIGN), c4-narrative (DESIGN), infra-cost-analysis (DEVOPS), runbook-drafts (DEVOPS), edge-case-enumeration (DISTILL), refactoring-journal (DELIVER). Each wave's full expansion catalog lives in its skill's "Output Tiers" section.Direct the user to docs/guides/configuring-doc-density.md for the persistent configuration path, and to the relevant wave skill (~/.claude/skills/nw-{wave}/SKILL.md) for that wave's expansion catalog.
If docs/reference/global-config.md is absent (Read tool returns not-found):
uv tool list 2>/dev/null | grep nwave or pipx list 2>/dev/null | grep nwave), that docs/reference/ exists in the project, or run python -m nwave_ai.cli install to restore framework docs.When the user asks about release content, fixes, or improvements in a specific or current version:
docs/guides/whats-new-v<MAJOR><MINOR>/README.md — there is one folder per minor release (e.g. whats-new-v314/, whats-new-v35/). The pattern is whats-new-v + version digits without dots.nWave/VERSION first to determine which whats-new file to load.docs/guides/troubleshooting-guide/README.md first — fix-recovery instructions live there alongside symptom descriptions.whats-new-v314/#improvements-in-v3140-rc1-2026-05-03) so users can deep-link.Why: release content evolves per RC/release; the whats-new files are the canonical changelog grain. Don't answer from training memory — versions move.
@nw-nwave-buddy
Execute *help to show capabilities, or ask any nWave question directly.
Configuration:
/nw-buddy Where are the documents for my rate-limiting feature?
/nw-buddy What should I do next?
/nw-buddy What's JTBD?
/nw-buddy How do I migrate to the SSOT model?
/nw-buddy My DISTILL is failing — architecture missing
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take nwave-ai/nw-buddy from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.