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
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.
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ûrThe 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
Read Bhawna-foundation.pen and generate a page map and section map for the homepage, including all visible copy and image URLs.Extract the desktop and mobile frames from the .pen file for the services section and map them into a responsive React component.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
- Read the
.penfile first. If the Pencil app bridge is unavailable, parse the file directly as JSON. - Extract the page sections, visible copy, image URLs, and key tokens before coding.
- Match layout hierarchy first, then visual polish.
- Build one reusable pattern per repeated section type instead of duplicating markup.
- 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
.penfile 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
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.