Génération de maquettes d'applications

VérifiéSûr

Crée une maquette visuelle rapide d'un écran d'application à partir de DESIGN.md, publiée via l'outil Artifact.

Spar Skills Guide Bot
DeveloppementDébutant
1009/09/2026
Claude Code
#mockup#app-design#html#design-system#prototyping

Recommandé pour

Notre avis

Génère une maquette visuelle statique d'un écran d'application sous forme d'un fichier HTML autonome, en respectant les tokens de design définis dans DESIGN.md.

Points forts

  • Garantit la cohérence avec le design system grâce aux variables victory-*.
  • Cadre mobile-first avec bottom bar pour un rendu réaliste.
  • Contenu réaliste plutôt que du lorem ipsum.
  • Résultat immédiatement consultable via un artefact HTML.

Limites

  • La maquette n'est pas interactive et ne contient pas de logique.
  • Nécessite un DESIGN.md existant avec les tokens appropriés.
  • Limité à des écrans individuels, pas à des parcours complets.
Quand l'utiliser

Lorsque vous avez besoin d'une validation visuelle rapide d'un écran d'application aligné sur un design system établi.

Quand l'éviter

Quand vous avez besoin d'un prototype cliquable ou d'une interface de production avec de vraies données.

Analyse de sécurité

Sûr
Score qualité85/100

The skill instructs generating a static HTML mockup and publishing via the Artifact tool. It explicitly avoids data fetching or dynamic behavior, uses only inline CSS with provided hex values, and does not involve shell commands, external resource loading, secret exfiltration, or destructive actions. No meaningful execution risk.

Aucun point d'attention détecté

Exemples

Home screen mockup
/mockup-app-skill Home screen for the fit-track app — include today's step count, a progress ring, and the bottom nav.
Onboarding welcome screen
/mockup-app-skill Onboarding welcome screen with a gradient hero, headline, and primary/secondary buttons.
Profile tab mockup
/mockup-app-skill Profile tab with avatar, stats row, settings list, and bottom nav.

/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