Claude Code Plugin
Orbit Audit Suite
10 expert engineers. One command. Every angle covered.
A Claude Code plugin that reviews your plans and code through the eyes of specialized engineers — from design to accessibility, frontend to production readiness.
Install
Step 1 — Add from marketplace
$/plugin marketplace add Recusive/Orbit-pluginStep 2 — Install the plugin
$/plugin install audit-suite@orbit-pluginThe 10 lenses
Each lens reviews your code or plan through the eyes of a specialized engineer, catching issues that generalist reviews miss.
Design Engineer
Visual hierarchy, design tokens, dark mode, interactive states, animation quality
UX Engineer
User journey gaps, broken mental models, missing feedback, discoverability
Frontend Engineer
React anti-patterns, Zustand pitfalls, type safety, re-render bloat
Backend Engineer
Rust error handling, concurrency hazards, resource leaks, IPC mismatches
Structural Architect
Module coupling, dependency direction, layer violations, circular deps
Repo Maintainer
Convention drift, barrel exports, naming inconsistency, dead code, import hygiene
Production Engineer
Dev/prod parity, error recovery, data integrity, rollback safety
DX Engineer
Error message quality, CLI ergonomics, keyboard-first design, config defaults
Performance Engineer
Memory accumulation, IPC latency, streaming bottlenecks, startup impact
Accessibility Engineer
Screen reader compatibility, keyboard navigation, focus management, ARIA
The orchestrator
/full-audit
Runs all relevant lenses sequentially into one document. Smart lens selection skips irrelevant lenses automatically. Deduplicates findings, surfaces cross-cutting concerns, and produces a master verdict. Works in two modes — audit a plan before implementation, or review your uncommitted code changes.
5 bundled reference skills
The audit lenses consult these reference skills for domain-specific best practices.
Typography, surfaces, forms, component composition, touch targets, and accessibility patterns
45 prioritized React performance rules across 8 categories from Vercel Engineering
Easing blueprints, timing guidelines, spring physics, and GPU-only property rules
Web Interface Guidelines compliance — accessibility and UX patterns
Concentric border-radius, optical alignment, shadow depth, and micro-interactions
Zero dependencies
Skills only — no hooks, no MCP servers, no scripts, no executables. Every file in the plugin is human-readable Markdown. Nothing runs, nothing phones home, nothing requires permissions.
Open source. MIT license.
Inspect every skill file, fork the repo, or contribute new lenses. Everything is on GitHub.