App Screen Mockup Generation

VerifiedSafe

Generate a quick visual mockup of an app screen in HTML based on a DESIGN.md file. Uses exact tokens and components from the design system.

Sby Skills Guide Bot
DevelopmentIntermediate
107/30/2026
Claude Code
#mockup#visual-design#html-css#mobile-first#artifact

Recommended for

Our review

Generates a static visual mockup of an app screen from a DESIGN.md file, producing a self-contained HTML file with realistic placeholders.

Strengths

  • Strictly adheres to the design system (colors, components, spacing) defined in DESIGN.md
  • Produces a self-contained HTML file viewable directly in the browser via the Artifact tool
  • Mobile-first optimized with centered container max-width: 32rem and bottom nav bar for primary tabs

Limitations

  • Requires a pre-existing DESIGN.md file with all design specifications
  • Does not generate a functional page (no real data or routing)
  • Output is an Artifact link; the HTML code is not displayed in chat
When to use it

Best for quickly prototyping an app screen while adhering to an existing design system.

When not to use it

Not suitable when you need an interactive page with dynamic data or backend functionality.

Security analysis

Safe
Quality score92/100

The skill only generates a static HTML mockup using a design file and the Artifact tool; no destructive or exfiltrating actions are instructed, and no dangerous tools are used.

No concerns found

Examples

Fitness Tracker Home
Generate a quick visual mockup of an app screen for a fitness tracker home screen.
E-commerce Product Detail
Generate a quick visual mockup of an app screen for an e-commerce product detail page.

/mockup-app-skill

Generate a quick visual mockup of an app screen for: $ARGUMENTS

  1. Read DESIGN.md first — use its tokens, components, and patterns exactly (colors, spacing, buttons, cards, empty states, page header/shell). Never invent new colors or fall back to generic Tailwind defaults.
  2. Render the mockup as a single self-contained HTML file (inline CSS using the victory-* hex values from DESIGN.md) and publish it with the Artifact tool so it's viewable in the browser.
  3. It's a static visual mockup, not a working page — no real data fetching or routing. Use realistic placeholder content instead of lorem ipsum.
  4. Match the mobile-first frame: max-width: 32rem centered, dark victory-bg background, bottom nav bar if the screen is a primary tab (Home/Train/Feed/Profile/etc).

Output: one Artifact link. Don't dump the markup in chat.

Related skills