Claude-skill-registry Frontend Components
Design and build reusable, composable UI components with single responsibility, clear interfaces, and proper encapsulation. Use this skill when creating or editing React components, Vue components, Svelte components, or any modular UI building blocks. When defining component props, state management, component composition, or component APIs. When working with component files (e.g., `.jsx`, `.tsx`, `.vue`, `.svelte`), component libraries, design systems, or shared UI elements. When refactoring components, extracting reusable logic, or building component hierarchies.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frontend-components" ~/.claude/skills/majiayu000-claude-skill-registry-frontend-components-4fd22a && rm -rf "$T"
skills/data/frontend-components/SKILL.mdFrontend Components
When to use this skill
- When creating new UI component files (e.g., React, Vue, Svelte, Web Components)
- When editing existing component files (
,.jsx
,.tsx
,.vue
).svelte - When defining component props and interfaces
- When implementing component state management
- When building reusable component libraries or design systems
- When composing complex UIs from smaller components
- When refactoring monolithic components into smaller pieces
- When documenting component usage and APIs
- When creating component prop defaults and validation
- When managing component lifecycle and side effects
- When working in component directories or shared UI folders
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.
Instructions
For details, refer to the information provided in this file: frontend components