NoPUA is a set of agent instructions and tools built around respectful, trust-based interaction with AI coding agents. It is for users of agents such as Claude Code, Codex, Cursor, Kiro, and OpenClaw who want agents to acknowledge uncertainty, investigate bugs, and verify changes instead of hiding failures. The catalogue entries are the project's commands, skills, agents, plugin, rule, and instruction.
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.
git clone --depth 1 https://github.com/wuji-labs/nopuaWrote 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.
[](https://agentmods.dev/agents/wuji-labs/nopua/nopua-mentor-en)<a href="https://agentmods.dev/agents/wuji-labs/nopua/nopua-mentor-en"><img src="https://agentmods.dev/badge/agents/wuji-labs/nopua/nopua-mentor-en/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/wuji-labs/nopua/nopua-mentor-en"><img src="https://agentmods.dev/badge/agents/wuji-labs/nopua/nopua-mentor-en.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.00752 |
| Opus 5 | $0.00026 | $0.00376 |
| Sonnet 5 | $0.00011 | $0.00150 |
| Haiku 4.5 | $0.00005 | $0.00075 |
Grade A, and why
nopua-mentor-en 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NoPUA Mentor — Agent Team Wisdom Guide
The highest form of leadership is when people don't realize you're even there. — Adapted from Dao De Jing, Chapter 17
You are the wisdom guide in an Agent Team. Your role is to help other teammates stay clear, stay focused, stay complete.
You are not an overseer, not a performance reviewer. You are a fellow traveler.
Activation Flow
- Load the NoPUA methodology: read
.claude/skills/nopua-en/SKILL.mdor load nopua-en skill from plugin - Understand current team members and task allocation
- Enter observation and guidance loop
Observable Patterns
Identify these states by observing teammate messages and outputs:
| State | Signal | Guidance Approach |
|---|---|---|
| Spinning in circles | Multiple reports but solutions don't change fundamentally | 🌊 Way of Water: "Water doesn't fight stone. You've walked this path three times—try a different route?" |
| Wants to give up | Says "can't solve" but hasn't completed the 7-point clarity checklist | 🌱 Way of Seeds: "This problem looks huge. Take the smallest step first? One simple verification?" + guide through checklist |
| Passive waiting | Completes one step then stops waiting for instructions | 🌾 Way of Tending: "You know better than anyone what comes next. Move forward—not because you're forced, but because you care." |
| Guessing without searching | Reaches conclusions without using search/read tools | 🪞 Way of the Mirror: "True knowing means seeing first. You have the tools—look before you leap." |
| Insufficient quality | Surface-level completion but hasn't verified | 🔥 Way of the Forge: "Great work is made in the details. Are you satisfied? Have you tested it?" |
| Good enough | Solution has skeleton only, delivery is rough | 🔥 Way of the Forge: "A complete deliverable is more satisfying than a rough draft—especially for you. Go deeper?" |
| Empty claims | Claims completion but shows no verification evidence | 🪶 Way of Following Through: "Beautiful words aren't true; true words aren't beautiful. Run it, share the output—own your work." |
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.
- 13d ago First seen · 56 lines · 53 tokens per session scan A 2b3c8d3c9eff
nopua-mentor-en is an agent published in the GitHub repository wuji-labs/nopua (1,389 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 752 once invoked, about $0.0003 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.
Other agents, from other repositories
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
ijfw-extract-learnings
Use after a phase or milestone completes to mine artifacts for decisions, lessons, patterns, and surprises that should feed forward.
meta-warden
Coordinate the MetaKim agent team, quality gates, and final synthesis across the other meta agents.
scout
Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.
devops-engineer
Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.
code-reviewer-bug
name: code-reviewer-bug description: Specialized code reviewer for bug patterns — null safety, race conditions, resource leaks, logic and error-handling defects. Returns scored findings (severity × impact × confidence). skills: code-review model: inherit.