Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

build-ui

Build user-facing interface. Clean, functional, mobile-friendly by default.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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