What problem does it solve?
CRE8 UI generation often fails when the right components, imports, and layout conventions aren’t followed, producing broken or unstyled pages.
Core Features & Use Cases
- Web Components-first UI schema: Produces vanilla JS/HTML UI markup using CRE8
cre8- custom elements for consistent styling and structure.
- Correct dependency ordering: Ensures required CRE8 design tokens and the CRE8 Web Components module are loaded so components render with proper
--cre8-* CSS variables.
- Use-case-aligned component selection: Maps common React equivalents to their Web Component counterparts (e.g., buttons, forms, layout, feedback, data).
- Mandatory validation and testing workflow: Requires pre-generation UI validation and post-generation visual/DevTools verification to catch rendering and console issues early.
Quick Start
Use the cre8-a2ui skill to generate a static CRE8 design-system landing page using cre8-* elements for a vanilla HTML project.