Génération de maquette d'écran d'application

VérifiéSûr

Génère une maquette visuelle rapide d'un écran d'application en HTML basé sur un fichier DESIGN.md. Utilise les tokens et composants exacts du design.

Spar Skills Guide Bot
DeveloppementIntermédiaire
0030/07/2026
Claude Code
#mockup#visual-design#html-css#mobile-first#artifact

Recommandé pour

Notre avis

Génère une maquette visuelle statique d'un écran d'application à partir d'un fichier DESIGN.md, produisant un fichier HTML autonome avec des placeholders réalistes.

Points forts

  • Respecte strictement le système de design (couleurs, composants, espacements) défini dans DESIGN.md
  • Produit un fichier HTML autonome visualisable directement dans le navigateur via l'outil Artifact
  • Optimisé pour le mobile-first avec conteneur centré max-width: 32rem et barre de navigation basse pour les onglets principaux

Limites

  • Nécessite un fichier DESIGN.md préexistant avec toutes les spécifications de design
  • Ne génère pas de page fonctionnelle (pas de données réelles ni de routage)
  • La sortie est un lien Artifact, le code HTML n'est pas affiché dans le chat
Quand l'utiliser

Idéal pour prototyper rapidement un écran d'application en respectant une charte graphique existante.

Quand l'éviter

Inapproprié si vous avez besoin d'une page interactive avec des données dynamiques ou des fonctionnalités back-end.

Analyse de sécurité

Sûr
Score qualité92/100

The skill only generates a static HTML mockup using a design file and the Artifact tool; no destructive or exfiltrating actions are instructed, and no dangerous tools are used.

Aucun point d'attention détecté

Exemples

Fitness Tracker Home
Generate a quick visual mockup of an app screen for a fitness tracker home screen.
E-commerce Product Detail
Generate a quick visual mockup of an app screen for an e-commerce product detail page.

/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