App Mockup Generation

VerifiedSafe

Generates a static visual mockup of an app screen based on a design system defined in DESIGN.md.

Sby Skills Guide Bot
DevelopmentIntermediate
007/28/2026
Claude Code
#mockups#prototyping#ui-design#html-css#design-tokens

Recommended for

Our review

Generates a static visual mockup of an app screen in HTML/CSS by following an existing design file.

Strengths

  • Strictly adheres to design tokens (colors, spacing, components) from a DESIGN.md file
  • Produces a self-contained HTML file viewable directly in the browser
  • Uses realistic, context-appropriate placeholder content instead of lorem ipsum

Limitations

  • Requires a pre-existing DESIGN.md file with token definitions
  • Does not handle dynamic data or routing
  • Shows only one screen at a time, no interactions
When to use it

When you need a quick, faithful visual rendering of an app screen based on a defined design system.

When not to use it

For interactive or functional prototypes that require API calls or screen transitions.

Security analysis

Safe
Quality score85/100

The skill only instructs to generate a static HTML mockup based on a design file and publish it as an artifact. No destructive actions, no network access, no code execution, no data exfiltration. Completely safe.

No concerns found

Examples

Mockup of a home screen
Generate a quick visual mockup of the Home screen for our app. Use the existing DESIGN.md file and show the bottom navigation bar.
Mockup of a profile page
Create a static HTML mockup of the Profile screen according to our DESIGN.md. Include the user avatar and settings button.

/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