AI Agent Hub
Back to skills
Claude-Style HTML and Deck Design icon

Claude-Style HTML and Deck Design

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_c4891115/jacobk-claude-design-html following https://skillhub.cn/install/skillhub.md.

About this skill

What Problem It Solves

When users ask for an HTML page, landing page, or deck, models often emit generic templates: gradient backgrounds, rounded cards, stacked icons, and no design context. This skill frames HTML design as a designer workflow: understand requirements, find brand assets, build a system, and produce maintainable files.

How It Works

  • Ask before building: identify output type, brand assets, fidelity, devices, and number of variants.
  • Design first: read UI kits, brand colors, and font specs; if missing, use oklch(), Google Fonts, and clear placeholders instead of hand-drawn SVG.
  • Build and validate: use React + Babel for interactive prototypes and plain HTML/CSS for static pages; split files, keep versions, and check console, responsive layout, and touch targets.
  • Deliver variants: provide conservative, progressive, and experimental options, with optional Tweaks controls.

Boundaries

It is best for engineers, designers, and prototype workflows that need reviewable pages quickly. It is not a general production site system: it does not guarantee backend integration, real assets, or complex business components. Without brand context, humans must still steer visual direction.

Use Cases

  • Prepare product review by turning scattered selling points into a 1920×1080 navigable deck.
  • Handle a branded homepage request by extracting the UI kit and outputting three variants.
  • Build a clickable mobile feature demo with React, state management, and a Tweaks panel.
  • Check delivery readiness by validating console errors, overflow, text size, and 44px touch targets.

Best For

  • Designers preparing product demos need navigable, tunable slide decks.
  • Frontend engineers validating mobile interactions need clickable HTML prototypes.
  • Independent designers working on brand websites need to avoid generic AI styling.
  • Product engineers delivering reviewable pages need conservative, progressive, and experimental variants.