compose-molecule

Generate TypeScript molecule components by composing validated atom components.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill compose-molecule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compose-molecule
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/dev-workflow/compose-molecule
Command: npx skills add https://github.com/GDSDN/kord-aios --skill compose-molecule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of reusable UI components (molecules) by composing smaller, independent building blocks (atoms), following the Atomic Design methodology. This streamlines UI development and ensures consistency.

Core Features & Use Cases

  • Automated Component Generation: Generates TypeScript components, CSS Modules, tests, and documentation.
  • Atomic Design Adherence: Ensures molecules are built by composing atoms, not reimplementing them.
  • Use Case: Quickly generate a FormField molecule by composing existing Label, Input, and HelperText atom components, complete with styles and tests.

Quick Start

Use the compose-molecule skill to generate a new molecule component based on the provided atom dependencies and desired structure.

Frequently Asked Questions about compose-molecule

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate React components by composing smaller UI atoms?

To generate React components by composing smaller UI atoms, you define the desired structure and existing dependencies. The Skill outputs TypeScript molecules, CSS Modules, tests, and documentation, ensuring logic is isolated for maintainability.

What is Atomic Design molecule composition in frontend UI development?

Atomic Design molecule composition is building complex UI features by combining independent atoms. This Skill automates that process, enforcing adherence by composing molecules from atoms rather than reimplementing them, streamlining UI development and consistency.

Can I generate TypeScript components and CSS Modules using Atomic Design principles?

Yes, you can generate TypeScript components and CSS Modules using Atomic Design principles. The Skill validates atom dependencies and automates the creation of the molecule component, styles, tests, and documentation according to your specified structure.

How do I automate FormField creation from Label, Input, and HelperText atoms?

To automate FormField creation from Label, Input, and HelperText atoms, you provide the dependencies to the Skill. It composes them into a reusable molecule component complete with tests and styles, ensuring atoms are validated and correctly integrated.

What are the limitations of generating molecules by composing atom components?

A key limitation when generating molecules by composing atom components is that the Skill requires existing atoms to function. It enforces Atomic Design adherence by composing molecules from atoms rather than allowing independent, non-atomic UI implementations.