Génération de maquette d'application

VérifiéSûr

Génère une maquette visuelle statique d'un écran d'application à partir d'un design system défini dans DESIGN.md.

Spar Skills Guide Bot
DeveloppementIntermédiaire
1028/07/2026
Claude Code
#mockups#prototyping#ui-design#html-css#design-tokens

Recommandé pour

Notre avis

Génère une maquette visuelle statique d'un écran d'application en HTML/CSS en suivant un fichier de design existant.

Points forts

  • Respecte strictement les tokens de design (couleurs, espacements, composants) d'un fichier DESIGN.md
  • Produit un fichier HTML autonome visualisable directement dans le navigateur
  • Utilise des contenus réalistes et adaptés au contexte au lieu de lorem ipsum

Limites

  • Nécessite un fichier DESIGN.md préexistant avec les définitions de tokens
  • Ne gère pas les données dynamiques ni le routage
  • N'affiche qu'un seul écran à la fois, sans interactions
Quand l'utiliser

Lorsque vous avez besoin d'un rendu visuel rapide et fidèle d'un écran d'application à partir d'une charte graphique définie.

Quand l'éviter

Pour des prototypes interactifs ou fonctionnels nécessitant des appels API ou des transitions entre écrans.

Analyse de sécurité

Sûr
Score qualité85/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.

Aucun point d'attention détecté

Exemples

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.

Skills similaires