App Screen Mockup Generator

VerifiedSafe

Creates a static HTML mockup of an app screen using design tokens from DESIGN.md, rendered with inline CSS and published via Artifact.

Sby Skills Guide Bot
DevelopmentIntermediate
207/24/2026
Claude Code
#mockup#design#html-css#mobile-first#prototyping

Recommended for

Our review

Generates a static visual mockup of an app screen in HTML/CSS from a DESIGN.md file, adhering to a design system and mobile-first layout.

Strengths

  • Quickly produces self-contained, visually consistent HTML mockups
  • Strictly follows design tokens (colors, spacing, components) from DESIGN.md
  • Mobile-optimized display with max-width 32rem and dark background
  • Uses realistic placeholder content instead of lorem ipsum

Limitations

  • Purely static mockup with no interactions or dynamic data
  • Requires an existing DESIGN.md file with design tokens
  • May not cover advanced components if the design is not detailed
When to use it

To quickly visualize an app screen while adhering to an existing design system, such as during iterative design or design reviews.

When not to use it

When you need an interactive or functional prototype with real data, or when no DESIGN.md is available.

Security analysis

Safe
Quality score85/100

The skill generates a static HTML mockup using predefined design tokens, with no system commands, data exfiltration, or dangerous operations. It only uses internal tools for reading files and publishing an artifact.

No concerns found

Examples

Mockup pour écran Home
/mockup-app-skill Create a visual mockup of the Home screen of a mobile fitness app.
Mockup pour écran Profil
/mockup-app-skill Generate a mockup of the Profile screen using the design tokens from the project's DESIGN.md.
Mockup pour un formulaire
/mockup-app-skill Produce a mobile mockup of a login screen with email and password fields.

/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