component-library

Installation
SKILL.md

Component Library Standards Skill

When to Use

Use when you're:

  • Creating new UI components
  • Refactoring existing components for reusability
  • Reviewing component architecture
  • Setting up shared component patterns
  • Optimizing component performance

Quick Reference

Naming

  • Files: PascalCase (Button.tsx)
  • Props: ComponentNameProps interface
  • Hooks: use- prefix (use-auth.ts)
Installs
183
GitHub Stars
32
First Seen
Jan 21, 2026
component-library — shipshitdev/skills