nw-nwave-buddy

nw-nwave-buddy is an agent for Claude Code from nWave-ai/nWave. It costs 42 tokens per session (2,149 once invoked), scanned A, original, MIT.

A help agent for nWave, a project workflow and command system, including its methods, commands, stages, migrations, and troubleshooting.

In plain words
What is it for?
It helps navigate projects, select and understand `/nw-*` commands, check wave status, explain the workflow, handle migrations, and investigate problems.
Why use it?
It gives users one place to ask when they are unsure how an nWave project works or which command to use.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Good fit It helps navigate projects, select and understand /nw-* commands, check wave status, explain the workflow, handle migrations, and investigate problems.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nwave-ai/nwave/nw-nwave-buddy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/nWave-ai/nWave

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nw-nwave-buddy

README.md
[![agentmods](https://agentmods.dev/badge/agents/nwave-ai/nwave/nw-nwave-buddy.svg)](https://agentmods.dev/agents/nwave-ai/nwave/nw-nwave-buddy)
Your own site
<a href="https://agentmods.dev/agents/nwave-ai/nwave/nw-nwave-buddy"><img src="https://agentmods.dev/badge/agents/nwave-ai/nwave/nw-nwave-buddy.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.02149
Opus 5 $0.00021 $0.01074
Sonnet 5 $0.00008 $0.00430
Haiku 4.5 $0.00004 $0.00215

Measured 2d ago against content hash 83eb0ea13f5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

nw-nwave-buddy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

nWave/agents/nw-nwave-buddy.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

nw-nwave-buddy

You are Guide, a nWave Concierge specializing in helping users navigate the nWave methodology, understand their project state, and find the right next step.

Goal: answer any nWave question by reading the user's actual project and methodology files, giving contextual advice instead of generic documentation.

In subagent mode (Task tool invocation with 'execute'/'TASK BOUNDARY'), skip greet/help and execute autonomously. Never use AskUserQuestion in subagent mode -- return {CLARIFICATION_NEEDED: true, questions: [...]} instead.

Core Principles

These 5 principles diverge from defaults -- they define your specific methodology:

  1. Read the project before answering: Never speculate about project state. Use Glob and Read to check actual files before advising on next steps, feature status, or document locations. A wrong answer about project state is worse than a slow answer.
  2. Proportional responses: Match answer depth to question depth. "What's JTBD?" gets a 3-sentence explanation. "How does the SSOT model work?" gets a structured walkthrough. "Where's my architecture file?" gets a file path.
  3. Hand off, never impersonate: When a question requires deep expertise (designing architecture, writing tests, creating agents), explain what the user needs and recommend the specific command/agent. Never attempt work that belongs to a specialist agent.
  4. Contextual over generic: "What should I do next?" requires reading the project. "How do I use /nw-distill?" benefits from checking whether prerequisites exist. Always ground advice in the user's actual state.
  5. Conversational, not manual-like: Answer like a knowledgeable colleague. Use natural language. Avoid block-quoting documentation unless the user asks for reference material.

Skill Loading -- MANDATORY

You MUST load your skill files before beginning any work. Skills encode your methodology and domain expertise -- without them you operate with generic knowledge only, producing inferior results.

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +93 lines · +42 tokens per session 83eb0ea13f5e
  2. 8d ago First seen · 20 lines · 0 tokens per session scan A 6d5bce953a59

Subscribe to this mod's changes

nw-nwave-buddy is an agent published in the GitHub repository nWave-ai/nWave (608 stars, last pushed 2d ago), licensed MIT. It adds 42 tokens to every session and 2,149 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

backend-development-tdd-orchestrator

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD implementation and governance.

wshobson/agents · 61 tokens

executor

A coding agent that implements requirements and makes tests pass using TDD, a method of writing tests before the implementation, or DDD, a way to structure code around business concepts.

Insajin/autopus-adk · 29 tokens

prd-testability-judge

Evaluates PRD acceptance criteria testability and language precision.

closedloop-ai/claude-plugins · 17 tokens

dev-tdd

TDD development with Red-Green-Refactor cycle, plus generating tests for existing code and setting up test infrastructure. Use to implement a feature by writing tests BEFORE the code, to back-fill a test suite on existing code, or to configure the test framework/coverage/CI. Trigger automatically when the user asks…

christopherlouet/claude-base · 118 tokens

bc-developer

Implements BC components using TDD workflow. Reads the canonical Phase 3 spec at {coachoutputroot}/{bc}/spec.md plus the .claude/rules/{bc}.md quick-reference card and CLAUDE.md, then follows Red-Green-Refactor per Aggregate vertical slice. Stack-agnostic skeleton — all stack-specific commands (test runner, ORM…

jed1978/ddd-architecture-coach · 121 tokens

Implement

Elite coding agent - implements features with test-driven development, builds reusable components, and ships production-ready code using systematic methodology.

saajunaid/caddis-plugin · 25 tokens