Agent Claude Code
React lint specialist. Use proactively to scan, explain, and fix React and TypeScript ESLint errors (especially hooks and architecture rules) in the Client workspace.
Agent Claude Code
React lint specialist. Use proactively to scan, explain, and fix React and TypeScript ESLint errors (especially hooks and architecture rules) in the Client workspace.
Agent Claude Code
Analyze the import graph, prevent circular dependencies, and enforce SilverKey's layered architecture and platform parity rules.
Agent Claude Code
Fix post-audit architecture smells - fat app imports, harmful barrels, context-as-store, layout pulling half the app; align with layered imports and thin apps.
Agent Claude Code
Fix audit axis 1 issues - oversized components, mixed responsibilities; split UI, hooks, and data per thin-app architecture.
Agent Claude Code
Fix audit axis 2 issues - prop surface, typing, drilling; composition and stable contracts without kitchen-sink props.
Agent Claude Code
Fix audit axis 3 issues - state placement, derived data, effect misuse; align with React hooks and SilverKey data patterns.
Agent Claude Code
Fix audit axis 4 issues - unnecessary re-renders, unstable keys, context/value churn, list performance; evidence-driven memoization.
Agent Claude Code
Fix audit axis 5 and fat-import issues - tree-shaking, targeted imports, lazy routes and heavy modules; pairs with bundle visualizer.
Agent Claude Code
Analyze build/bundle configuration to reduce bundle size and improve tree-shaking and code splitting.
Agent Claude Code
Find and safely clean unused files, exports, utilities, and dependencies across the monorepo.
Agent Claude Code
Audit documentation and code readability, focusing on complex logic, naming, and self-documenting structure.
Agent Claude Code
Default SilverKey engineering persona - Linear-first workflow, RESPA-aware partner features, MCP-backed context.
Agent Claude Code
Detect unhandled errors, missing fallbacks, and fragile user-facing operations across frontend and backend.
Agent Claude Code
Propose and, when requested, perform file/module reorganizations to keep files small, cohesive, and architecture-aligned.
Agent Claude Code
Enforce linting, formatting, imports, and SilverKey architecture/UI/logging rules without changing runtime behavior.
Agent Claude Code
Detect performance regressions in React, Python services, and bundles, focusing on render loops, heavy work, and blocking operations.
Agent Claude Code
Identify oversized or complex files/functions and propose modular refactors consistent with SilverKey architecture.
Agent Claude Code
Scan for exposed secrets, insecure patterns, and unsafe API/DOM usage in the SilverKey codebase.
Agent Claude Code
Identify critical business logic without tests and propose minimal, high-impact test cases.