By recusive
16 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.
Audit an implementation plan through the eyes of a Developer Experience (DX) Engineer. Use this skill when the user says "audit as DX", "DX review this plan", "review the developer experience", or any plan that adds user-facing features to a developer tool — CLI commands, error messages, configuration, onboarding, keyboard shortcuts, tool output, or API surfaces. Orbit is a developer tool; its users are developers. This lens catches the usability issues specific to developer tools that generic UX audits miss because they don't think like a developer using a tool.
Audit an implementation plan through the eyes of a senior Frontend Engineer. Use this skill when the user says "audit as frontend", "frontend review this plan", "review the React code", or any plan that involves React components, hooks, state management, Zustand stores, TypeScript types, CSS/Tailwind, bundle optimization, or rendering performance. This lens catches React anti-patterns, state management issues, type safety gaps, unnecessary re-renders, and bundle bloat that generalist audits miss.
Audit an implementation plan for Accessibility compliance. Use this skill when the user says "audit for accessibility", "a11y review this plan", "check accessibility", or any plan that adds interactive UI — buttons, dialogs, modals, forms, panels, trees, tabs, drag-and-drop, or custom widgets. Developer tools are notoriously poor at accessibility. This lens catches missing ARIA labels, broken keyboard navigation, trapped focus, insufficient contrast, and missing screen reader announcements that no other audit will find because they require thinking like a user who can't see the screen or use a mouse.
Audit an implementation plan through the eyes of a senior Backend/Rust Engineer. Use this skill when the user says "audit as backend", "backend review this plan", "review the Rust code", or any plan that involves Tauri commands, Rust crates, IPC protocol, sidecar processes, file system operations, terminal management, or backend state. This lens catches unsafe Rust patterns, error handling gaps, resource leaks, concurrency issues, and IPC protocol mistakes that frontend-focused audits miss entirely.
Audit an implementation plan through the eyes of a Design Engineer. Use this skill when the user says "audit as design engineer", "design review this plan", "review the design aspects", or any plan that involves UI changes, component styling, visual states, dark mode, colors, typography, spacing, or animations. Also trigger when reviewing plans that touch CSS, Tailwind classes, design tokens, or component visual structure. This lens catches visual inconsistencies, design system violations, and craft issues that other audits miss entirely.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub recusive/orbit-plugin --plugin audit-suiteUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.