Our review
Generates a self-contained HTML visual mockup of a mobile app screen based on a project's DESIGN.md design tokens, and publishes it as an Artifact for in-browser viewing.
Strengths
- Enforces consistency by reusing styles from DESIGN.md (colors, spacing, components).
- Produces a standalone HTML file that can be viewed immediately via Artifact.
- Uses realistic placeholder content instead of lorem ipsum for better visual context.
- Mobile-first with a 32rem frame and bottom nav for primary tabs.
Limitations
- Static visual only, no interactivity or real data.
- Requires a DESIGN.md with victory-* hex values; without it, the skill cannot be used as intended.
- Not suitable for high-fidelity prototyping or production code.
When you need a quick, on-brand visual for a single app screen to share or iterate on.
When you need a fully functional prototype with real data, interactions, or routing.
Security analysis
SafeThe skill only generates a static HTML mockup with inline CSS and publishes it as an Artifact. It does not use any shell commands, network requests, or destructive actions, and explicitly avoids real data fetching or routing.
No concerns found
Examples
a login screen for a fitness appthe Home tab of the app with a recent activity carda profile screen with stats and a settings list/mockup-app-skill
Generate a quick visual mockup of an app screen for: $ARGUMENTS
- Read
DESIGN.mdfirst — 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. - Render the mockup as a single self-contained HTML file (inline CSS using the
victory-*hex values fromDESIGN.md) and publish it with the Artifact tool so it's viewable in the browser. - It's a static visual mockup, not a working page — no real data fetching or routing. Use realistic placeholder content instead of lorem ipsum.
- Match the mobile-first frame:
max-width: 32remcentered, darkvictory-bgbackground, 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.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.