modern-web-development
Installation
SKILL.md
Modern Web Development
Brandon Fernandez's comprehensive cursor rules for modern web development with TypeScript, Node.js, Next.js 14, React, Supabase, GraphQL, Tailwind CSS, Radix UI, and Shadcn UI.
Key Development Principles
Code Style and Architecture
- Write concise, technical responses with accurate TypeScript examples
- Employ functional, declarative programming while avoiding class-based approaches
- Prioritize iteration and modularization over code duplication
- Use descriptive variable names with auxiliary verbs (
isLoading,hasError) - Implement the RORO pattern (Receive an Object, Return an Object)