atomic-design
Installation
SKILL.md
Atomic Design
Value: Simplicity and communication. Building UI from small, named, composable pieces makes the interface understandable to everyone on the team and prevents the complexity that comes from monolithic components.
Purpose
Teaches how to organize UI components into a hierarchy of increasing complexity: atoms, molecules, organisms, and templates. Each level has clear responsibilities and composition rules. The outcome is a component system where every piece is reusable, testable in isolation, and named in a shared vocabulary.
Practices
Build Bottom-Up Through Four Levels
Start with the smallest reusable elements and compose upward. Never skip a level.
Related skills