standards-components

Installation
SKILL.md

Components Standards

Core Rule: Build small, focused components with single responsibility. Compose complex UIs from simple pieces.

When to use this skill

  • When creating new component files (.jsx, .tsx, .vue, .svelte, etc.)
  • When modifying existing components in component directories (components/, ui/, lib/)
  • When defining component props, interfaces, or prop types
  • When implementing component composition to build complex UIs from simpler components
  • When managing component-level state and deciding when to lift state up
  • When creating reusable UI elements like buttons, forms, cards, modals, or layouts
  • When documenting component APIs, props, and usage examples
  • When refactoring monolithic components into smaller, focused components
  • When designing component interfaces for team adoption
  • When implementing encapsulation to keep internal component details private

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend components.

Related skills

More from maxritter/claude-codepro

Installs
3
GitHub Stars
1.6K
First Seen
Jan 27, 2026