App Mockup Generator

VerifiedSafe

Generates a self-contained HTML mockup of an app screen from design tokens, with realistic placeholder content and publication via the Artifact tool.

Sby Skills Guide Bot
DevelopmentIntermediate
1608/22/2026
Claude Code
#mockup#app-ui#prototyping#html#design-system

Recommended for

Our review

Generates a static, mobile-first HTML mockup of an app screen using tokens from DESIGN.md and publishes it via the Artifact tool.

Strengths

  • Strictly follows colors, components, and patterns from an existing design system.
  • Produces a viewable in-browser mockup through the Artifact tool.
  • Uses realistic placeholder content instead of lorem ipsum, aiding design feedback.
  • Consistent mobile-first frame with max-width 32rem and bottom navigation.

Limitations

  • Static mockup only, with no interactive functionality or real data.
  • Requires an existing, well-structured DESIGN.md file.
  • Tied to the Artifact tool, which limits portability to other environments.
When to use it

When you need a quick visual prototype of an app screen that adheres to an established design system.

When not to use it

When you need a functional page with real data, routing, or dynamic interactions.

Security analysis

Safe
Quality score85/100

The skill only generates a static HTML mockup based on a design system and publishes it via the Artifact tool. It does not execute shell commands, access files beyond DESIGN.md, send data externally, or perform destructive actions. The use of the Artifact tool is for displaying output, not a security risk.

No concerns found

Examples

Home screen mockup
Create a mockup of the home screen for a fitness app. Read DESIGN.md and follow its tokens exactly.
Profile empty state mockup
Mock up the profile screen for a social app showing an empty state with a call-to-action button, using our DESIGN.md tokens and a bottom nav bar.
Train tab list mockup
Generate a visual mockup of the Train tab with a list of workout cards. Use the victory-* colors and component patterns 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