Générer une maquette d'écran d'application

VérifiéSûr

Créez une maquette visuelle statique d'un écran d'application au format HTML, en utilisant les tokens de design d'un fichier DESIGN.md.

Spar Skills Guide Bot
DeveloppementIntermédiaire
0023/07/2026
Claude Code
#mockup#app-ui#design-tokens#visual-prototype#mobile-first

Recommandé pour

Notre avis

Génère une maquette visuelle statique d'un écran d'application en utilisant les tokens de design définis dans DESIGN.md.

Points forts

  • Respecte strictement les tokens visuels existants (couleurs, espacements, composants).
  • Produit un fichier HTML autonome et visualisable dans le navigateur.
  • Adapté au mobile-first avec une largeur maximale et une barre de navigation inférieure.

Limites

  • Nécessite un fichier DESIGN.md préexistant avec les tokens définis.
  • Maquette uniquement statique, sans données réelles ni interactions.
  • Ne prend pas en charge les variations dynamiques ou multiples états.
Quand l'utiliser

Lorsque vous souhaitez prototyper rapidement un écran d'application en respectant une charte graphique existante.

Quand l'éviter

Si vous avez besoin d'une maquette interactive, de données dynamiques ou de tests fonctionnels.

Analyse de sécurité

Sûr
Score qualité90/100

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

Aucun point d'attention détecté

Exemples

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.

Skills similaires