New to Claude Skills? Learn how to install them →

sickn33 on GitHub

CKW Design

Free

Elevate your web UI with structured design guidance.

Get this skill

Free · Opens the source repo

What CKW Design does

CKW Design is an essential skill for developers and designers focused on creating high-quality web user interfaces. This skill serves as a comprehensive entry point for frontend design, guiding users through the intricacies of visual aesthetics, layout, and styling. It is particularly useful when building or refining components, pages, dashboards, and layouts using frameworks like React and Vue, or standard HTML and CSS. The emphasis is on producing distinctive, production-grade outputs that avoid generic AI aesthetics, ensuring that the final product is not only functional but also visually appealing.

The skill provides a structured approach to design by mandating a critique process before declaring any design work complete. Users are encouraged to render their designs and have them evaluated by an independent party, ensuring that the output meets a high standard of quality. A key aspect of this skill is the horizontal overflow gate, which requires users to measure and confirm that their design does not have horizontal overflow issues at various screen widths. This proactive measure helps prevent common layout problems that can arise during development.

CKW Design also incorporates a set of sub-skills that can be loaded as needed, including design-thinking, design-system, design-spatial, design-ux, and design-philosophy. Each of these sub-skills addresses specific aspects of the design process, from establishing a visual philosophy to ensuring usability and accessibility in the final product. This modular approach allows users to customize their design workflow based on the specific requirements of their project.

Overall, CKW Design is aimed at anyone involved in frontend development who seeks to enhance the visual quality and usability of their web interfaces. Whether you are a developer looking to improve the aesthetics of your applications or a designer in need of a structured design framework, this skill provides the necessary tools and guidelines to achieve professional results.

When to use it

Use this skill whenever you are building or styling web UIs, especially when seeking to enhance aesthetics or fix layout issues.

When not to use it

This skill may not be suitable for projects that require rapid prototyping without emphasis on design quality or for backend development tasks.

What you can build with it

Improving a Dashboard Interface

Use CKW Design to refine the visual elements of a dashboard, ensuring that components are well-aligned and aesthetically pleasing.

Creating a Landing Page

Leverage CKW Design to establish a cohesive visual philosophy for a landing page, enhancing user engagement through thoughtful design.

Styling a React Component

Apply CKW Design principles to style a React component, focusing on typography and responsive layout to improve user experience.

How to install CKW Design

View source

1. Install with the skills CLI

npx skills add sickn33/agentic-awesome-skills/ckw-design --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by sickn33

When to Use

Use whenever building or styling web UIs — components, pages, dashboards, landing pages, React/Vue/HTML-CSS layouts — or whenever the user asks to make something "look better/nicer", fix spacing/layout, or mentions styling, color, typography, fonts, responsive design, polish, or aesthetics, even without the word "design".

Source: connerkward/ckw-design-skill (MIT).

Design (entry)

Use this skill when the user asks to build or style web UIs: components, pages, dashboards, landing pages, React/Vue/HTML-CSS layouts, or any frontend interface. Goal: distinctive, production-grade output that avoids generic AI aesthetics.

Before reporting any design "done": render it and have a separate judge critique the image (not the code, not self-grading) — see design-spatial §1. Blind generation can't see its own collisions; this applies to all design output, not just spatial work.

MANDATORY HORIZONTAL-OVERFLOW GATE — runs before ANY web UI is "done". Measure document.documentElement.scrollWidth - document.documentElement.clientWidth at a narrow width (~390px and ~1024px), this turn, and confirm it's 0. This bug is invisible at desktop width and re-appears every time a row (header, nav, toolbar) gains an item, so it ships repeatedly. Default to flex-wrap:wrap on header/toolbar rows + body{overflow-x:clip}, and re-measure after adding any element to a horizontal row. Full procedure + recurrence cases: design-spatial §4. If you haven't measured narrow, you are not done — don't claim it.

Sub-skills (load when relevant)

  • design-thinking — Load for every design task. Defines purpose, tone, domain, color world, review bar, and cross-domain lens (cinema, architecture, marketing, UX, automotive, industrial design). See design-thinking/SKILL.md.
  • design-system — Load when implementing: tokens, typography, motion, color semantics, backgrounds. Use when building components, pages, or design systems. See design-system/SKILL.md.
  • design-spatial — Load when composing layout: explicit grid + 8-point spacing constraints, visual-weight/balance/alignment, and a render-then-critique vision loop. The fix for "spatial understanding is off" — generated layout that's centered mush, misaligned, or breaks at some widths. See design-spatial/SKILL.md.
  • design-ux — Load when auditing USABILITY (not just looks): a UI that "feels off"/"sucks to use", is hard to learn, needs an instruction wall, or any interactive tool/editor/app before shipping. Scores the rendered UI against Nielsen's 10 + interaction heuristics via a SEPARATE fresh-eyes judge → prioritized fix list. Usability ≠ aesthetics. See design-ux/SKILL.md.
  • design-philosophy — Load for high-concept work, campaigns, or when the user asks for a visual philosophy, manifesto, or unmistakable art-like aesthetic. See design-philosophy/SKILL.md.

Visual assets — generate or source

When design-thinking identifies a need for visual assets (logos, icons, hero images, textures, backgrounds):

  1. Generate → use an image-generation model or API for synthetic/branded assets.
  2. Source a real/archival one → free stock or archival image search, often cheaper and more authentic than generating.
  3. Use design-thinking output (tone, domain, color world) to craft prompts / queries.
  4. Evaluate against the design philosophy, refine, integrate into the build.

LLM-assisted work — always annotate model + cost

When design work involves running an LLM (generative assets, VLM analysis, layout critique, prompt generation, etc.):

  • Before running: state which model will be used and the estimated cost (e.g., "gpt-4o-mini · ~$0.005/image" or "FLUX v1 · ~$0.006 per gen").
  • After results: annotate the output with the model used, actual cost if different from estimate, and any key params (seed, prompt, settings). Cost goes visible to the user (in the message, contact sheet header, or asset caption), not buried in logs.
  • Why: the user is deciding whether the cost-to-quality trade-off is worth it. Unlabeled or hidden costs hide the most important lever. This rule mirrors media-attribution-rule for generative assets and extends it to any LLM operation in the design workflow.

Examples:

  • "Running gpt-4o-mini layout critique on 8 designs · est. ~$0.04 total" (before).
  • Contact sheet header: "FLUX v1 · $0.48 total (6 gen × $0.08)" (after).
  • Asset caption: "hero_banner_flux-dev_seed3891.jpg" (seeds enable reproducibility).
  • Uncertainty slider result: "VLM triage on 46,978 images · gpt-4o-mini · ~$9.40" (before); "✓ Completed: 12,447 images classified · gpt-4o-mini · $7.62" (after).

Algorithm / model explainers — show the equation, annotate the terms

Whenever a UI surfaces an algorithm or model to the user (an "ⓘ how this works" panel, a model breakdown, a methods note), include the actual equation, typeset, with its key terms annotated — don't settle for prose. A scorer described only in words ("ranks by how much of the picked color is present") is unfalsifiable hand- waving; the formula score = Σ fracᵢ · max(0, 1 − ΔEᵢ/τ) with each term labelled tells the user exactly what the knob does and builds trust that there's real math under the hood.

How to apply:

  • Render one clean, central equation per algorithm — the "sexy" core, not every detail. Use proper notation: σ for sigmoid, Σ for sums, ‖·‖ for norms, superscripts, ΔE, ∇²; a monospace/serif-math block set off from the prose.
  • Annotate every symbol immediately below: what e_x, w, τ, Q each are, in one line each. An unlabelled equation is decoration; a labelled one is a spec.
  • Keep it dependency-light — styled HTML/Unicode math is fine and works offline; only reach for KaTeX/MathJax if the expressions genuinely need it.
  • State the decision rule alongside the score (e.g. "personal if P ≥ 0.55").
  • This composes with the model+cost annotation above: the equation says what it computes, the model/cost line says what ran it and for how much.

Example (a logistic head):

P(personal │ x) = σ(w·eₓ + b), σ(z) = 1 / (1 + e⁻ᶻ) • eₓ — the image's 768-d embedding · w, b — weights learned from your labels · decision: personal if P ≥ 0.55, reference if P ≤ 0.40.

Select-all always has a deselect — no dead-end selections

Any "Select all" affordance MUST be paired with a way to clear the selection — preferably the same button, label-flipped when everything is already selected ("Select all" ⇄ "Deselect all"). A select-all with no inverse is a trap: the user over-selects (or hits it by reflex), then has to un-click items one by one, or reload the page, to get back. The cost is silent — it only bites after they've committed to the wrong set.

How to apply:

  • Toggle the same button (simplest, fewest controls): when all visible items are selected, the button reads "Deselect all" and clears; otherwise "Select all". One control, no dead end.
  • Or a separate Clear/Deselect shown whenever the selection is non-empty.
  • The deselect must reach the same scope the select-all did (all shown, all filtered, all on this page) — don't let "Select all" grab 500 but "Clear" only drop the 50 on screen.
  • This generalizes: any reversible bulk toggle (select, expand-all, mute-all, check-all) needs its inverse one tap away. Symmetry of action — see restraint-rule (don't strand the user mid-task).

Limitations

  • This skill improves visual direction and review discipline, but it does not replace rendering the actual UI and checking it in target browsers or devices.
  • Some recommendations assume access to screenshots, browser automation, or vision review; when those are unavailable, treat the guidance as a design checklist rather than proof.
  • Brand, legal, accessibility, and localization constraints from the product owner override the taste rules here.

Frequently asked questions about CKW Design

Similar skills