010105-frontend-coding

Installation
SKILL.md

Frontend Coding Standards

Overview

Best practices for React, accessibility, and performance in web applications.

Quick Reference

React

  • Prefer Server Components by default; use "use client" only for interactivity
  • Hooks at top level only (no conditions/loops)
  • List keys must be stable unique IDs, not array index
  • Client Components should be leaf-level only (push interactivity down)

Accessibility

Installs
3
GitHub Stars
2
First Seen
May 25, 2026
010105-frontend-coding — natuleadan/skills