Agent Claude Code
Audit documentation and code readability, focusing on complex logic, naming, and self-documenting structure.
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.
Settings file Claude Code
Cursor rule Cursor
Flask backend architecture — auth decorators, routes, structure.
Cursor rule Cursor
Backend code patterns — routes, handlers, examples.
Cursor rule Cursor
Database and model file constraints.
Cursor rule Cursor
SQLAlchemy models, queries, relationships.
Cursor rule Cursor
WCAG 2.1 AA accessibility — labels, modals, keyboard, contrast; full detail in documentation.
Cursor rule Cursor
Asset strategy — images, icons, fonts — for web/RN pipeline parity.
Cursor rule Cursor
Async and cancellation patterns for RN-safe unmount and request cleanup.
Cursor rule Cursor
React/TS component audits — five-axis rubric, evidence, artifacts.
Cursor rule Cursor
Frontend architecture — layers, hooks vs config vs services; thin apps, fat packages.
Cursor rule Cursor
Platform-specific file extensions for apps/web and apps/mobile so Cursor and tooling use the correct conventions.
Cursor rule Cursor
React hooks — prevent infinite loops and "Maximum update depth exceeded".
Cursor rule Cursor
Responsive UI — breakpoints, web/RN patterns, safe area, overflow, touch targets; full detail in documentation.
Cursor rule Cursor
State boundaries — server cache vs UI state; Zugand access only via selectors/hooks.
Cursor rule Cursor
UI component standardization rules - use standardized components from ui/ directory.