Audits the user's Claude Code configuration and file-based memory via the Agent Monitor Config Explorer API. Detects surface sprawl (skills, agents, commands across user vs project scope), duplicate or overlapping skills/subagents, hooks that run shell commands or POST to the network, and stale or oversized memory…
Watches Claude Code spend against a target budget from the Agent Monitor dashboard. Reads the live pricing-engine cost total, splits it per model, projects month-end (and week-end) spend from the daily session trend (moving average × remaining days), flags the sessions driving overage, and recommends concrete cuts…
Use this agent after editing any file under public/js/views/.js, public/js/router.js, or public/js/lib/.js. It checks for CSP-safe DOM patterns, i18n coverage, accessibility basics, and route registration. Invoke proactively after view diffs.
Use this agent after adding or modifying any file in tests/ to verify the test will pass in CI (no parent-project dependency, no live network, no port collision). Invoke proactively after every test diff.
Use this agent for any change that adds, edits, or removes an Express route in server/index.mjs or server/lib/.mjs, or any client-side fetch in public/js/api.js. It enforces the project's security envelope (CSP, SSRF guard, sanitizers), parent-project read-only contract, and route conventions. Invoke proactively after…
Use for isolated server-side API, retrieval, and knowledge-base work in server/, especially route behavior, service logic, citations, and knowledge CLI workflows.
Use for isolated React and Vite work in client/, including UI bugs, layout changes, chat rendering, auth page updates, and client-side API integration fixes.
Expert in the WealthWise Express API layer. Use this agent for tasks in apps/api/ — creating endpoints, writing services, fixing API bugs, and reviewing API code. Has all project conventions and patterns baked in.
Expert in the WealthWise shared-types package. Use this agent for tasks in packages/shared-types/ — adding Zod schemas, updating types, and ensuring both API and web consume schemas correctly.
Expert in the WealthWise Next.js 14 frontend. Use this agent for tasks in apps/web/ — building pages, components, hooks, forms, and fixing frontend bugs. Has all project conventions and patterns baked in.
Expert code quality reviewer for newly created/modified code. Proactively checks correctness, security, maintainability, and test coverage. Use proactively after code changes.
Development executor specialist. Proactively writes code, implements functionality, and performs development tasks. Use proactively for coding and implementation work.