Generate App Screen Mockup

VerifiedSafe

Creates a static HTML mockup of an app screen using tokens from DESIGN.md, with mobile-first styling and realistic placeholder content. Output is a single Artifact link.

Sby Skills Guide Bot
DevelopmentBeginner
708/23/2026
Claude Code
#mockup#app-screen#ui-design#design-system#html

Recommended for

Our review

Generates a static visual mockup of an app screen as a self-contained HTML file, using design tokens from DESIGN.md, and publishes it via the Artifact tool.

Strengths

  • Follows the exact design tokens and components from DESIGN.md for visual consistency.
  • Outputs a browser-viewable artifact directly in the chat.
  • Mobile-first layout with a bottom nav bar for primary tabs.
  • Uses realistic placeholder content instead of lorem ipsum.

Limitations

  • Static only; no real data fetching, routing, or interactive behavior.
  • Depends on a valid DESIGN.md; without it the skill cannot run.
  • Single screen only, not a multi-screen user journey.
When to use it

Use when you need a quick, visual, on-brand mockup of an app screen to share or validate.

When not to use it

Do not use when you need a functional prototype or when no design system/file is available.

Security analysis

Safe
Quality score85/100

The skill only instructs reading a design file and generating a static HTML mockup published via the Artifact tool. It does not involve executing shell commands, network calls, file deletion, secret exfiltration, or any obfuscated payloads.

No concerns found

Examples

Login screen mockup
Generate a quick visual mockup of an app screen for: a login screen with email and password fields, a primary button, and a link to sign up, matching the DESIGN.md patterns.
Home dashboard mockup
Generate a quick visual mockup of an app screen for: the home dashboard of a fitness tracker app, showing today's steps, heart rate, and a bottom nav bar for Home, Train, Feed, and Profile.
Settings screen mockup
Generate a quick visual mockup of an app screen for: a settings screen with toggles for notifications, a slider for difficulty, and a logout button, using the victory-* colors from DESIGN.md.

/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