NWave nw-buddy

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

install
source · Clone the upstream repo
git clone https://github.com/nWave-ai/nWave
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/nWave-ai/nWave "$T" && mkdir -p ~/.claude/skills && cp -r "$T/nWave/skills/nw-buddy" ~/.claude/skills/nwave-ai-nwave-nw-buddy && rm -rf "$T"
manifest: nWave/skills/nw-buddy/SKILL.md
source content

NW-BUDDY: nWave Concierge

Wave: CROSS_WAVE | Agent: Guide (nw-nwave-buddy) | Command:

/nw-buddy

Overview

Ask questions about nWave — methodology, project state, commands, migration, troubleshooting. Guide reads your project and gives contextual answers.

Agent Invocation

@nw-nwave-buddy

Execute *help to show capabilities, or ask any nWave question directly.

Configuration:

  • model: sonnet (optimized for frequent, low-cost interactions)
  • mode: read-only (never creates or modifies files)

Success Criteria

  • Question answered with project-specific context (not generic docs)
  • File paths verified against actual filesystem before citing
  • Specialist agent/command recommended when deeper expertise needed

Examples

/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

Expected Outputs

  • Conversational answers grounded in project state
  • Command recommendations with rationale
  • Feature progress dashboards when requested