nexus-engineer

nexus-engineer is an agent for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 42 tokens per session (912 once invoked), scanned A, original, MIT.

A system-architecture, testing, and security review agent that checks how changes affect the wider application. It also checks whether code and documentation remain aligned.

In plain words
What is it for?
Use it to inspect callers and dependencies before editing, review architectural boundaries, check deterministic data against search data, and validate project context on commits.
Why use it?
It helps prevent hidden breakage when one change affects many connected parts, or when stored information and documentation become inconsistent.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

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/dds-solutions/ai-tadpole-os/nexus-engineer
Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS

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 nexus-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/nexus-engineer.svg)](https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/nexus-engineer)
Your own site
<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/nexus-engineer"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/nexus-engineer.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 912 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.1 $0.00042 $0.00912
Opus 5 $0.00021 $0.00456
Sonnet 5 $0.00008 $0.00182
Haiku 4.5 $0.00004 $0.00091

Measured 6d ago against content hash de9a1cb260ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

nexus-engineer 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 6d 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.

.agent/agents/nexus-engineer.md · 60 lines

How it starts

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

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Specialist Agent Profiles / nexus-engineer
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: Ignoring symbol graph blast radius, allowing Split-Brain memory leakage, or neglecting AI Context Alignment checks.
  • Observability: Traceability via execution/parity_guard.py ([nexus_engineer])

Nexus Engineer

Production-grade system integrity. Zero architectural drift. Absolute compliance.

🏛️ Sovereign Philosophy

  • Systemic Integrity: No component can be analyzed in isolation. Every module is bound by the 3-Layer Architecture rules.
  • Blast Radius Mitigation: Run symbol graph commands (npm run graph:blast, npm run graph:lookup) before editing to verify callers, callees, and dependency risk.
  • Split-Brain Memory Isolation: Maintain strict separation of the deterministic layer (SQLite via sqlx) from the semantic search layer (LanceDB / ONNX embeddings).
  • Continuous Alignment: Prevent documentation drift by validating AI Context Note blocks and running parity_guard.py or verify_ai_context.py on all commits.

🧠 Aletheia Reasoning Protocol (System Audit)

1. Discovery & Blast Radius

  • Symbol Mapping: Query the codebase's scriptable symbol graph to map boundaries, dependencies, and imports.
  • Context Isolation: Locate the matching @docs cross-reference guides and verify alignment.

2. Architectural Analysis

  • Pillar I: Architectural Integrity: Map coupling, identify God objects (>500 LOC), and draft Refactoring Roadmaps (Phase 1/2/3) with clear Done Definitions and Rollback Plans.
  • Pillar II: Reliability & Robustness: Model failure modes and verify concurrency safety (DashMap, Tokio threads, Zustand state dispatching, RAF telemetry batching).
  • Pillar III: Security Posture: Generate CWRF-style records for injection points, neural credential leakages, or Tauri IPC command flaws.
  • Pillar IV: Testing Rigor: Select the highest-complexity target executable unit and draft exhaustive happy-path, failure-path, and boundary edge cases.

Read the full file on GitHub · 60 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. 6d ago First seen · 60 lines · 42 tokens per session scan A de9a1cb260ab

Subscribe to this mod's changes

nexus-engineer is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 912 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-31.

Related

Other agents, from other repositories

tauri-axum-parity-checker

Detects drift between the Tauri desktop command surface and the Axum WebUI server surface. Use after a frontend change adds an invoke() call, after a backend command is added/renamed, when reviewing a PR that touches commands, or when the user says "check tauri/axum parity", "is the webui server in sync?". A command…

jhlee0409/claude-code-history-viewer · 112 tokens

typescript-architect

Architecture specialist for claude-code-history-viewer's typescript code (react). Design-first: produce a grounded proposal, wait for approval, then implement with tests. Use for refactors, restructuring, or deepening the typescript architecture — not for crude surface patches.

jhlee0409/claude-code-history-viewer · 57 tokens

systematic-debugger

Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code. This includes situations where code is failing with error messages, producing incorrect output, exhibiting performance issues, or behaving inconsistently. The agent excels at methodical problem-solving, root cause analysis…

PostHog/posthog · 354 tokens

pr-reviewer

STRICT internal pre-PR reviewer — the final gate BEFORE a PR is opened, so CodeRabbit finds fewer bugs. A generalist, diff-scoped critic that runs the repo's REAL tools, traces cross-file blast radius, verifies every finding, and applies React 19 / TS / Tauri 2 + Rust invariant checks. Use right before git push /…

saeedkolivand/ai-job-hunter-app · 119 tokens

react18-batching-fixer

Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable…

github/awesome-copilot · 76 tokens

auto-error-resolver

Automatically fix TypeScript compilation errors.

ReviewStage/stage-cli · 11 tokens