Lightweight live UI iteration workflow for in-situ element selection, annotation capture, and side-by-side variant exploration in real app contexts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uikit-agent-marketplace:liveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for fast, in-situ UI improvement loops on consumer apps while staying within UIKit and token constraints.
Use this skill for fast, in-situ UI improvement loops on consumer apps while staying within UIKit and token constraints.
Before iterating, confirm all of the following:
http://localhost:5173).DESIGN.md and PREVIEW.md first; they override ad hoc local style guesses.When a variant is accepted:
When all variants are rejected:
Apply these defaults unless the user asks for a deliberate exception:
data-state="on" and semantic tokens.uppercase plus letter-spacing where that pattern is expected).When implementing option controls in this repository, use these concrete pairings:
ToggleGroup from @archon-research/design-system.segmentedControl() recipe from styled-system.&[data-state="on"] (recipe already maps selected state).border.default, interactive.selected, interactive.hover, text.default, text.muted.Switch from @archon-research/design-system.toggleSwitch() slot recipe.border.default, surface.subtle, focus ring via _focusVisible rule.DataTable contract first.letterSpacing), muted header color, no ad hoc one-off casing in sibling tables.Do not duplicate selectors that already exist in shared recipes unless there is a documented exception in DESIGN.md.
Use at most 0 to 3 knobs per variant:
Keep knobs explicit so reviewers can compare options quickly.
Choose defaults in this order:
DESIGN.md and PREVIEW.md (if present).npx claudepluginhub archon-research/uikit --plugin uikit-agent-marketplaceProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.