Syncro design Bhawna

VérifiéSûr

À utiliser pour traduire le design Pencil de Bhawna Foundation en implémentation, incluant lecture du fichier .pen, extraction des tokens et contenu, mapping des mises en page, et inférence des états manquants.

Spar Skills Guide Bot
DeveloppementIntermédiaire
0023/07/2026
Claude Code
#design-sync#frontend-development#react#responsive-layout#design-tokens

Recommandé pour

Notre avis

Ce skill synchronise le design d'un fichier Pencil (Bhawna Foundation) avec l'implémentation React en extrayant la structure, les tokens et les cartographies responsive.

Points forts

  • Extraction précise de la hiérarchie des pages et sections depuis le fichier .pen
  • Mapping explicite des variantes desktop et mobile en layouts React
  • Inférence cohérente des états manquants (survol, focus, vide, erreur, chargement)
  • Génération de tokens de conception (couleurs, typographie, espacement) directement exploitables

Limites

  • Dépend du format spécifique du fichier .pen et du schéma de l'outil Pencil
  • Ne gère pas les animations complexes ni les interactions avancées non décrites dans le design
  • Les images locales manquantes nécessitent une substitution manuelle et une annotation
Quand l'utiliser

Utilisez ce skill lorsque vous devez implémenter une nouvelle page ou section du site Bhawna Foundation en respectant fidèlement le design Pencil fourni.

Quand l'éviter

Ne l'utilisez pas pour des projets sans fichier de design Pencil ou pour des modifications purement fonctionnelles sans lien avec l'apparence visuelle.

Analyse de sécurité

Sûr
Score qualité88/100

The skill describes reading a design file and extracting tokens, layout, and content for UI implementation. It does not involve executing any commands, network access, or destructive actions. The declared allowed-tools is empty, further confirming no execution risk.

Aucun point d'attention détecté

Exemples

Extract homepage structure
Read Bhawna-foundation.pen and generate a page map and section map for the homepage, including all visible copy and image URLs.
Map responsive layout
Extract the desktop and mobile frames from the .pen file for the services section and map them into a responsive React component.
Infer missing states
Using the design tokens from Bhawna-foundation.pen, infer hover, focus, and empty states for all interactive elements on the contact page.

name: bhawna-design-sync description: Use when translating the Bhawna Foundation Pencil design into implementation, including reading the .pen file, extracting tokens and content, mapping desktop and mobile layouts, or inferring missing component states in the same style.

Bhawna Design Sync

Read references/design-map.md before implementing a new page or section.

Use this skill for

  • extracting page and section structure from Bhawna-foundation.pen
  • matching colors, typography, spacing, and hierarchy
  • mapping desktop and mobile variants into responsive React layouts
  • inferring hover, focus, empty, error, and loading states when the design does not show them

Workflow

  1. Read the .pen file first. If the Pencil app bridge is unavailable, parse the file directly as JSON.
  2. Extract the page sections, visible copy, image URLs, and key tokens before coding.
  3. Match layout hierarchy first, then visual polish.
  4. Build one reusable pattern per repeated section type instead of duplicating markup.
  5. When a state is missing, infer it from nearby patterns and the design tokens in the file.

Design interpretation rules

  • Treat desktop and mobile frames as explicit guidance, not optional inspiration.
  • Preserve the project's blue, orange, slate, and soft-light palette.
  • Keep headings in Poppins and dense UI/body text in Inter unless a later phase changes the decision.
  • If a local image path in the .pen file is unavailable, replace it with a stylistically similar fallback and note the assumption.

Output expectations

  • page map
  • section map
  • token map
  • content map
  • missing-state assumptions
Skills similaires