Generate app screen mockup

VerifiedSafe

Create a static visual mockup of an app screen as a self-contained HTML file, using design tokens from a DESIGN.md file.

Sby Skills Guide Bot
DevelopmentIntermediate
107/23/2026
Claude Code
#mockup#app-ui#design-tokens#visual-prototype#mobile-first

Recommended for

Our review

Generates a static visual mockup of an app screen using design tokens defined in DESIGN.md.

Strengths

  • Strictly adheres to existing design tokens (colors, spacing, components).
  • Produces a self-contained HTML file viewable in the browser.
  • Mobile-first with max-width and bottom navigation bar when appropriate.

Limitations

  • Requires a pre-existing DESIGN.md with defined tokens.
  • Static mockup only—no real data or interactions.
  • Does not handle dynamic or multiple states.
When to use it

When you need a quick visual prototype of an app screen that follows an existing design system.

When not to use it

If you need an interactive prototype, real data, or functional testing.

Security analysis

Safe
Quality score90/100

The skill generates a static HTML mockup using predefined design tokens; no execution of external commands, network access, or destructive operations is involved.

No concerns found

Examples

Home screen mockup
Create a mockup of the home screen for a fitness app using our design system. Follow the tokens in DESIGN.md and include a bottom navigation bar.
Profile page mockup
Generate a visual mockup of the user profile page with placeholder content. Use the notes icon and gray cards from DESIGN.md.
Settings screen mockup
Make a mockup of the settings screen with a list of toggles and buttons, matching the victory color scheme 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