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.
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.
npx skills add Recusive/Skills --skill problem-clarifierTwo-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.
npx skills add Recusive/Skills --skill component-testCreates 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.
npx skills add Recusive/Skills --skill mosaicCreates 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.
npx skills add Recusive/Skills --skill stress-testWrites tests that fail when implementation breaks. No placeholders, no expect(true).toBe(true). Supports TypeScript/React with Vitest and Rust with cargo test.
npx skills add Recusive/Skills --skill test-engineerGates 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.
npx skills add Recusive/Skills --skill fazxesComprehensive 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.
npx skills add Recusive/Skills --skill vercel-react-best-practicesReviews UI code against Web Interface Guidelines. Checks accessibility, design patterns, and best practices, then outputs findings in a terse file:line format.
npx skills add Recusive/Skills --skill web-design-guidelinesBuild 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