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

VérifiéSûr

Créer une maquette HTML autonome d'un écran d'app en utilisant les tokens de DESIGN.md, avec un contenu réaliste et un layout mobile-first. Sortie sous forme de lien Artifact.

Spar Skills Guide Bot
DeveloppementDébutant
6023/08/2026
Claude Code
#mockup#ui-design#html#design-system#prototyping

Recommandé pour

Notre avis

Génère un mockup visuel rapide d'un écran d'application en HTML autonome, en respectant les tokens de DESIGN.md.

Points forts

  • Produit un fichier HTML unique et auto-contenu facile à visualiser
  • Respecte strictement les couleurs et composants définis dans DESIGN.md
  • Convient pour des maquettes mobiles avec barre de navigation inférieure
  • Utilise un contenu réaliste et non du lorem ipsum

Limites

  • Uniquement un mockup statique, sans fonctionnalité réelle
  • Nécessite que DESIGN.md soit présent et à jour
  • Limité à une largeur mobile de 32rem
Quand l'utiliser

Pour valider rapidement une idée d'écran ou un flux utilisateur avec une maquette fidèle au design system.

Quand l'éviter

Pour un prototype interactif ou une page de production avec des données dynamiques.

Analyse de sécurité

Sûr
Score qualité80/100

The skill instructs to read a local design file and generate a static HTML mockup with inline CSS, then publish it as an Artifact. There are no destructive commands, network calls, secret handling, or obfuscated payloads. The only external action is using the Artifact tool to display the mockup, which is benign.

Aucun point d'attention détecté

Exemples

Home screen mockup
/mockup-app-skill Create a home screen for a fitness app with a greeting header, a daily goal card, and a bottom nav bar.
Profile tab mockup
/mockup-app-skill Show a profile tab with user avatar, stats row, settings list, and a bottom nav bar.
Empty state mockup
/mockup-app-skill Make a feed screen empty state with an illustration placeholder, a call-to-action button, and a bottom nav bar.

/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