10 expert audit lenses + full-audit orchestrator + 5 bundled reference skills for reviewing plans and code.
npx claudepluginhub recusive/orbit-plugin16 skills: 10 expert audit lenses + full-audit orchestrator + 5 bundled reference skills. Review plans and code through the eyes of Design, UX, Frontend, Backend, Structural, Repo, Production, DX, Performance, and Accessibility engineers. Includes emil-design-engineering, vercel-react-best-practices, web-animation-design, web-design-guidelines, and make-interfaces-feel-better — zero external dependencies.
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.
Most code reviews are generalist — one person (or one AI) trying to catch everything. They miss things. A design engineer would have caught the dark mode gap. A performance engineer would have flagged the unbounded memory growth. An accessibility engineer would have noticed the keyboard trap.
Orbit Audit Suite gives you all of them. Each lens is a specialist that knows exactly what to look for in its domain, complete with project-specific gotchas and checklists. Run one lens or all ten — your call.
# Step 1: Add the marketplace
/plugin marketplace add Recusive/Orbit-plugin
# Step 2: Install the plugin
/plugin install audit-suite@orbit-plugin
# Audit a plan before implementation
/full-audit docs/plans/my-feature-plan.md
# Audit your uncommitted changes
/full-audit
# Run a single lens
/audit-as-frontend-eng docs/plans/my-feature-plan.md
/audit-as-a11y-eng docs/plans/my-feature-plan.md
| # | Skill | Expert | What They Catch |
|---|---|---|---|
| 1 | audit-as-design-eng | Design Engineer | Visual hierarchy, design token fidelity, dark mode parity, interactive states, animation quality |
| 2 | audit-as-ux-eng | UX Engineer | User journey gaps, broken mental models, missing feedback, discoverability, error recovery |
| 3 | audit-as-frontend-eng | Frontend Engineer | React anti-patterns, Zustand pitfalls, type safety gaps, unnecessary re-renders, bundle bloat |
| 4 | audit-as-backend-eng | Backend Engineer | Rust error handling, concurrency hazards, resource leaks, IPC mismatches, file system safety |
| 5 | audit-as-structural-eng | Structural Architect | Module coupling, dependency direction, layer violations, abstraction mismatches, circular deps |
| 6 | audit-as-repo-maintainer | Repo Maintainer | Convention drift, missing barrel exports, naming inconsistency, dead code, import hygiene |
| 7 | audit-as-prod-readiness | Production Engineer | Dev/prod parity, missing error recovery, data integrity, rollback safety, deployment gaps |
| 8 | audit-as-dx-eng | DX Engineer | Error message quality, CLI ergonomics, keyboard-first design, config defaults, developer flow |
| 9 | audit-as-perf-eng | Performance Engineer | Memory accumulation, IPC latency, streaming bottlenecks, startup impact, long-session stability |
| 10 | audit-as-a11y-eng | Accessibility Engineer | Screen reader compatibility, keyboard navigation, focus management, ARIA compliance, contrast |
Each lens includes a Gotchas section — the most common failures Claude makes from that perspective — and a Signature Section that only that expert produces (e.g., Visual State Coverage matrix, Keyboard Navigation Walkthrough, Resource Budget table).
| Skill | What It Does |
|---|---|
full-audit | Runs all relevant lenses sequentially into one document with master verdict, cross-cutting concerns, and deduplicated findings |
Plan Mode — audit before you build:
/full-audit docs/plans/my-plan.md
Repo Mode — audit what you've built:
/full-audit
Choose from:
Not every lens applies to every plan. The orchestrator reads your plan/changes and skips irrelevant lenses automatically:
Everything consolidates into one file: reviews/audit-plan-full.md
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search