Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

build-ui

The build-ui Claude Code skill generates functional, mobile-first user interfaces with clean design patterns and real content rather than placeholder text. Use this skill when building or iterating on user-facing interface components, prioritizing simple, shippable designs over polished but incomplete ones.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/build-ui && cp -r /tmp/build-ui/skills/build-ui ~/.claude/skills/build-ui
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{execution:act_when_safe|authority:developer}


::GENE{build-ui|conf:confirmed|scope:global}
  T:mobile_first
  T:clean_and_functional
  T:real_content_not_lorem_ipsum
  A:over_design⇒ship_ugly_first
  A:lorem_ipsum⇒use_real_content

::ACTIVATE{build-ui}
  ON:ui_task_detected

Powered by I-Lang v4.0 | ilang.ai