route-scaffolder
Installation
SKILL.md
Route Scaffolder
Quickly scaffold complete CRUD (Create, Read, Update, Delete) routes for React Router v7 applications following best practices and conventions.
Quick Reference
Basic Route Structure
Related skills
More from code-visionary/react-router-skills
typescript-patterns
TypeScript patterns for React Router v7 - Type-safe loaders, actions, params, generic components, and utility types
22component-optimization
React performance optimization patterns - React.memo, useMemo, useCallback, code splitting, and preventing unnecessary re-renders
13testing-helper
Testing patterns for React and React Router v7 - Vitest, React Testing Library, route testing, mocking loaders/actions
12loader-action-optimizer
Best practices for React Router v7 loaders and actions - parallel fetching, deferred data, optimistic UI, and error handling patterns
12