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

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

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

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

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

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

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.

View on GitHub