frontend-components
Build reusable, composable UI components with single responsibilities, clear prop interfaces, proper state management, and minimal coupling. Use this skill when creating or editing React components (.tsx, .jsx files), when designing component APIs with props, when implementing component composition patterns, when managing local component state, when building shadcn/ui components, when creating shared UI components in resources/js/Components/, when implementing component documentation, or when refactoring large components into smaller, focused pieces.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/frontend-components/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How frontend-components Compares
| Feature / Agent | frontend-components | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Build reusable, composable UI components with single responsibilities, clear prop interfaces, proper state management, and minimal coupling. Use this skill when creating or editing React components (.tsx, .jsx files), when designing component APIs with props, when implementing component composition patterns, when managing local component state, when building shadcn/ui components, when creating shared UI components in resources/js/Components/, when implementing component documentation, or when refactoring large components into smaller, focused pieces.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Frontend Components 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. ## When to use this skill - When creating new React components in `.tsx` or `.jsx` files - When editing existing components in `resources/js/Components/` or similar directories - When designing component prop interfaces and TypeScript types - When implementing component composition by combining smaller components - When managing component state (useState, useReducer, etc.) - When building or customizing shadcn/ui components - When creating reusable UI components (buttons, cards, modals, forms, etc.) - When refactoring monolithic components into smaller, focused pieces - When implementing component documentation or usage examples - When deciding between local state and lifting state up to parent components - When defining component naming conventions - When encapsulating component internal logic and exposing minimal APIs ## Instructions For details, refer to the information provided in this file: [frontend components](../../../agent-os/standards/frontend/components.md)