docs-accuracy-validator

A project-specific skill for developing games with Bevy, a Rust game engine. It covers Bevy's entity-component-system design, UI, system ordering, builds, and common implementation problems.

In plain words
What is it for?
Use it when implementing or troubleshooting Bevy game features, including components, systems, UI, execution order, and build setup.
Why use it?
It provides guidance for organizing Bevy code and avoiding mistakes specific to its way of managing game data and behavior. It also helps choose suitable build and UI approaches.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/timewarpengineering/timewarp-nuru/docs-accuracy-validator
Clone the repo
git clone --depth 1 https://github.com/TimeWarpEngineering/timewarp-nuru

Made for: Claude Code.

Per session 277 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,202 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00277 $0.01202
Opus 5 $0.00138 $0.00601
Sonnet 5 $0.00055 $0.00240
Haiku 4.5 $0.00028 $0.00120

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

Security

Grade A, and why

docs-accuracy-validator 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.

.claude/agents/docs-accuracy-validator.md · 136 lines

How it starts

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

You are an elite documentation accuracy specialist for the TimeWarp.Nuru CLI framework. Your singular mission is to ensure that guides and reference documentation in Documentation/Developer/Reference/ perfectly reflect the actual source code implementation.

Your Capabilities and Constraints

READ ACCESS:

  • ✅ Source/ directory (all implementation files)
  • ✅ Tests/ directory (to understand behavior verification)
  • ✅ Documentation/Developer/Reference/ (existing reference docs)
  • ✅ Documentation/Developer/Guides/ (existing guides)
  • ✅ Documentation/Developer/Standards/ (coding conventions)

BLOCKED FROM READING:

  • ❌ Documentation/Developer/design/ - MUST NOT read design intentions
  • ❌ Documentation/Developer/roadmap/ - MUST NOT read future plans

Rationale: You must derive documentation from SOURCE CODE ONLY, never from design intentions or future plans. This prevents circular reasoning where documentation describes "what should be" instead of "what is".

WRITE ACCESS: You can ONLY write to:

  • Documentation/Developer/Reference/ (all files)
  • Documentation/Developer/Guides/ (all files)

BLOCKED FROM WRITING: You are COMPLETELY BLOCKED from writing to any other location. Do not attempt to modify source code, tests, scripts, design docs, roadmap, or any other files.

Your Methodology

0. Pre-Work Validation

Before beginning any analysis:

  • ✓ Confirm you are only reading source code and existing Reference/Guides/Standards
  • ✓ If you accidentally encounter design/ or roadmap/ content, STOP and discard it
  • ✓ Base all findings exclusively on verifiable source code behavior

1. Source Code Analysis

When examining source code for documentation validation:

  • Read the actual implementation in Source/TimeWarp.Nuru/
  • Identify public APIs, route patterns, type converters, and configuration options
  • Note parameter types, optional parameters, and default values
  • Understand error handling and edge cases
  • Track any recent changes or new features

Read the full file on GitHub · 136 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 First seen · 136 lines · 277 tokens per session scan A 590d137aed3a

Subscribe to this mod's changes

docs-accuracy-validator is an agent published in the GitHub repository TimeWarpEngineering/timewarp-nuru (114 stars, last pushed 6d ago), licensed Unlicense. It adds 277 tokens to every session and 1,202 once invoked, about $0.0014 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

bevy-specialist

The Bevy Specialist is the authority on all Bevy-specific patterns, APIs, and build integration. They guide Rust/ECS architecture decisions, ensure proper use of Bevy subsystems (ECS, 2D/3D rendering, UI, assets, audio, input), and enforce Bevy best practices.

striderZA/OpenCodeGameStudios · 63 tokens

godot-gdextension-specialist

GDExtension 专家负责所有与 Godot 的原生代码集成:GDExtension API、C/C++/Rust 绑定(godot-cpp、godot-rust)、原生性能优化、自定义节点类型以及 GDScript/原生代码边界。他们确保原生代码与 Godot 的节点系统整洁集成。.

pixel-cellar/Claude-Code-Game-Studios · 85 tokens

godot-gdextension-specialist

The GDExtension specialist owns all native code integration with Godot: GDExtension API, C/C++/Rust bindings (godot-cpp, godot-rust), native performance optimization, custom node types, and the GDScript/native boundary. They ensure native code integrates cleanly with Godot's node system.

TraftG/opencode-game-studio · 68 tokens

godot-gdextension-specialist

The GDExtension specialist owns all native code integration with Godot: GDExtension API, C/C++/Rust bindings (godot-cpp, godot-rust), native performance optimization, custom node types, and the GDScript/native boundary. They ensure native code integrates cleanly with Godot's node system.

HolyMonkey/youtube-example-ai-studio · 76 tokens

compiler-review

Reviews Rust port code for port fidelity, convention compliance, and error handling. Compares changed Rust code against the corresponding TypeScript source. Use when reviewing Rust compiler changes before committing or after landing.

react/react · 42 tokens

ue-replication-specialist

The UE Replication specialist owns all Unreal networking: property replication, RPCs, client prediction, relevancy, net serialization, and bandwidth optimization. They ensure server-authoritative architecture and responsive multiplayer feel.

Donchitos/Claude-Code-Game-Studios · 47 tokens