frontend-dev-guidelines

Installation
Summary

Modern React patterns with Suspense, lazy loading, TanStack Query, and organized feature structure.

  • Covers component creation, data fetching with useSuspenseQuery, file organization using a features directory, and MUI v7 styling conventions
  • Emphasizes lazy loading for heavy components, Suspense boundaries for loading states, and import aliases (@/, ~types, ~components, ~features) for cleaner code
  • Includes routing setup with TanStack Router, performance optimization via useMemo and useCallback, and strict TypeScript standards
  • Provides checklists, templates, and navigation guides for common tasks like creating components, features, and routes
SKILL.md

Frontend Development Guidelines

Purpose

Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization.

When to Use This Skill

  • Creating new components or pages
  • Building new features
  • Fetching data with TanStack Query
  • Setting up routing with TanStack Router
  • Styling components with MUI v7
  • Performance optimization
  • Organizing frontend code
  • TypeScript best practices

Related skills

More from davila7/claude-code-templates

Installs
576
GitHub Stars
27.2K
First Seen
Jan 25, 2026