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)

JavaScript/TypeScript Standards

  • Use function keyword for pure functions
  • Omit semicolons
  • Leverage TypeScript exclusively, preferring interfaces over types
Related skills
Installs
564
GitHub Stars
107
First Seen
Jan 25, 2026