Stats
Actions
Tags
From spotify-squad
Frontend development patterns and best practices. Use for component architecture, state management, CSS patterns, accessibility, performance optimization, and design system integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spotify-squad:frontend-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Atomic Design**: Organize components into Atoms, Molecules, Organisms, Templates, and Pages.
<Select>, <Select.Option>).useState or useReducer for state that is isolated to a single component or small subtree.React.lazy and Suspense to lazy load components.React.memo, useMemo, and useCallback to prevent unnecessary re-renders.npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin spotify-squadGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.