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.
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.
Start with the smallest reusable elements and compose upward. Never skip a level.
Атомный дизайн Брэда Фроста для иерархии компонентов пользовательского интерфейса: атомы, молекулы, организмы, шаблоны. Активируйте при создании пользовательских интерфейсов, создании систем дизайна, организации компонентов или структурировании кода внешнего интерфейса. Применяется к любой платформе пользовательского интерфейса (React, Vue, SwiftUI и т. д.). Источник: jwilger/agent-skills.