Back to Home

Skills

Teach your agent new tricks

Modular skills that make AI coding agents better at real work. Works with Orbit, Claude Code, Cursor, Codex, and 30+ other tools.

$npx skills add Recusive/Skills

Catches missing ARIA labels, broken keyboard navigation, trapped focus, insufficient contrast, and missing screen reader announcements. Thinks like a user who can't see the screen or use a mouse.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-a11y-eng
View on GitHub →Built by Orbit

Catches unsafe Rust patterns, error handling gaps, resource leaks, concurrency issues, and IPC protocol mistakes. Reviews Tauri commands, Rust crates, sidecar processes, and file system operations.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-backend-eng
View on GitHub →Built by Orbit

Catches visual inconsistencies, design system violations, and craft issues. Reviews UI changes, component styling, visual states, dark mode, colors, typography, spacing, and animations.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-design-eng
View on GitHub →Built by Orbit

Catches usability issues specific to developer tools. Reviews CLI commands, error messages, configuration, onboarding, keyboard shortcuts, tool output, and API surfaces.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-dx-eng
View on GitHub →Built by Orbit

Catches React anti-patterns, state management issues, type safety gaps, unnecessary re-renders, and bundle bloat. Reviews React components, hooks, Zustand stores, TypeScript types, and CSS/Tailwind.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-frontend-eng
View on GitHub →Built by Orbit

Systems performance — memory over 8-hour sessions, IPC latency, streaming throughput, resource lifecycle. Reviews event listeners, state subscriptions, process spawning, and long-lived session stability.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-perf-eng
View on GitHub →Built by Orbit

Catches failures that only appear in production — environment differences, missing error recovery, deployment gaps, and data integrity issues. Reviews persistence, process lifecycle, and rollback safety.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-prod-readiness
View on GitHub →Built by Orbit

Catches the slow erosion of codebase health. Reviews barrel exports, file placement, naming conventions, import ordering, style reuse, code deduplication, and lint compliance.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-repo-maintainer
View on GitHub →Built by Orbit

Catches coupling violations, abstraction mismatches, circular dependencies, and architectural drift. Reviews module boundaries, dependency graphs, layer crossings, and system reorganizations.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-structural-eng
View on GitHub →Built by Orbit

Catches usability issues, broken mental models, missing feedback, and interaction patterns that look fine in code but confuse real users. Reviews user journeys, flows, navigation, onboarding, and error states.

OrbitClaude Code
npx skills add Recusive/Skills --skill audit-as-ux-eng
View on GitHub →Built by Orbit

Teaches the thinking process, not just rules. Study the codebase first, plan properly, implement with discipline. Asks the questions a senior engineer asks before every decision — follow existing patterns, find root causes, never hardcode or patch around problems.

OrbitClaude Code
npx skills add Recusive/Skills --skill blueprint-first
View on GitHub →Built by Orbit

Two-phase workflow: analysis then generation. Captures HTML elements from DevTools, locates source components, discovers edge cases, and produces production-grade Vitest + React Testing Library tests.

OrbitClaude Code
npx skills add Recusive/Skills --skill component-test
View on GitHub →Built by Orbit

Gates plans before they enter the audit pipeline. Hunts for buried scope reductions, scope reduction by omission, vague confidence language, and approach issues like building new when extending existing systems would work. Binary PASS/FAIL with severity-rated fix list.

OrbitClaude Code
npx skills add Recusive/Skills --skill fazxes
View on GitHub →Built by Orbit

The nuclear option. Runs all 10 specialist audit lenses sequentially — design, UX, frontend, backend, structural, repo, production, DX, performance, and accessibility — writing everything into one comprehensive document. Works in plan mode or repo mode.

OrbitClaude Code
npx skills add Recusive/Skills --skill full-audit
View on GitHub →Built by Orbit

Creates in-app stress tests that drive the real application pipeline from browser DevTools. No mocks — real state, real APIs, real UI. Works for any web app with observable state.

OrbitClaude Code
npx skills add Recusive/Skills --skill mosaic
View on GitHub →Built by Orbit

Clarifies problems, bugs, and feature requests through a reflect-back interview before entering plan mode. Ensures you and the AI agent have the exact same understanding of the problem before any plan is written.

OrbitClaude Code
npx skills add Recusive/Skills --skill problem-clarifier
View on GitHub →Built by Orbit

Creates in-app stress tests that run from browser DevTools console. Drives the real message pipeline with no mocks — real Tauri events, real Zustand stores, real Rust backend.

Orbit
npx skills add Recusive/Skills --skill stress-test
View on GitHub →Built by Orbit

Writes tests that fail when implementation breaks. No placeholders, no expect(true).toBe(true). Supports TypeScript/React with Vitest and Rust with cargo test.

OrbitClaude Code
npx skills add Recusive/Skills --skill test-engineer
View on GitHub →Built by Orbit

Comprehensive performance optimization guide for React and Next.js applications. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

OrbitClaude CodeCursor
npx skills add Recusive/Skills --skill vercel-react-best-practices

Reviews UI code against Web Interface Guidelines. Checks accessibility, design patterns, and best practices, then outputs findings in a terse file:line format.

OrbitClaude Code
npx skills add Recusive/Skills --skill web-design-guidelines

Build your own

A skill is just a folder with a SKILL.md. Create one, share it, and any AI coding agent can use it.