skills/smithery.ai/frontend-react-components

frontend-react-components

Installation
SKILL.md

Frontend React Components

When to use this skill

  • Creating new React components
  • Refactoring existing components
  • Establishing component standards in a project
  • Code reviews for component quality

Workflow

  • Identify component responsibility (single purpose)
  • Choose component type (presentation vs container)
  • Define prop interface with TypeScript
  • Implement component with proper patterns
  • Add prop validation and defaults
  • Test component in isolation

Instructions

Component Structure

Installs
2
First Seen
Mar 7, 2026
frontend-react-components from smithery.ai