From utils
Candango Design. Use for UI, layout, screen, flow, design artifact, design system, component, styling, or visual polish work. Read candango-setup design config first. Find and reuse the repo design system. Delegate execution to an existing UI/design skill. If no design system is found, ask where it is or whether it exists. If it does not exist, run candango-discover only for design-system questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/utils:candango-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start from repo. Reuse design system. No blank-canvas UI.
Start from repo. Reuse design system. No blank-canvas UI.
Use $caveman for user-facing text when configured.
Read $candango-setup config:
docs/agents/feature-design.md first; then docs/agents/feature-docs.md, AGENTS.md, CLAUDE.md.
Use configured work location:
docs/features/<feature-slug>/design/.Where should design work live? Recommended: existing codebase for real UI; docs/features/<feature-slug>/design/ for artifacts.Find design system before designing:
packages/ui, src/components, app/components, components, ui, design-system, theme, tokens, styles, storybook, tailwind.config.*, CSS vars, nearby component examples.package.json: local UI packages, Storybook, Tailwind, shadcn/ui, Radix, MUI, Chakra, Mantine, Ant Design, CSS modules, styled-components, Emotion, vanilla-extract.If found: name exact files/components/tokens. Reuse components, tokens, spacing, type, colors, states, layout. Add new pieces only when no local pattern fits.
If missing: ask where it lives or whether it exists. If exists, wait for path/package/Figma/screenshots/access. If absent, run $candango-discover design-system-only: component source, tokens, type, color, spacing, radius, elevation, breakpoints, states, accessibility baseline, artifact/code location. No business, rollout, tracker, slicing.
Delegate:
$frontend-design.$make-interfaces-feel-better.$accessibility.This skill coordinates discovery/place. It does not replace detailed UI skills.
Report: config + path; design-system refs; execution skill; files/artifacts changed; verification done/needed.
npx claudepluginhub lucasbayma/skills --plugin candango-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.