Design system onboarding
Skill ledjay/skills/_template/examples/design-system-onboarding
npx -y skills add ledjay/skills --skill design-system-onboardingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Configuration guidée d'un design system. Use when user says "design system", "tokens", "créer DS", "setup design system", or needs to initialize a design system project.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.1 KB, as published. Nobody here has run it
Design System Onboarding
Configure un design system de manière guidée. Collecte les choix de l'utilisateur et les mémorise pour les sessions futures.
When to Use
DO use this skill when:
- User says "design system", "créer un DS", "setup design system"
- Starting a new design system project
- User wants to configure design tokens, components
DON'T use for:
- One-off component creation
- Quick design tweaks
Workflow
Design System Onboarding Progress:
- [ ] Question 1: Approche du design system
- [ ] Question 2: Niveau de complexité
- [ ] Question 3: Base d'inspiration
- [ ] Question 4: Périmètre des tokens
- [ ] Question 5: Périmètre des composants
- [ ] Mémorisation et création du brief
Questions
Q1: Approche du design system
Question: "Comment veux-tu aborder ton design system ?"
Options:
from-scratch— Créer un DS entièrement custom, partir de zéroextend-existing— Étendre un DS existant (Radix, Shadcn, etc.)inspired-by— S'inspirer d'un DS existant mais refaire à ta sauceminimal— Juste les tokens, pas de composants
Q2: Niveau de complexité
Question: "Quel niveau de complexité pour ton DS ?"
Options:
simple— Tokens basiques + 5-10 composants essentielsmedium— Tokens complets + 15-25 composants + variantscomplex— Full system : tokens, composants, patterns, documentation, theming
Q3: Base d'inspiration
Question: "Tu veux partir de quelle base ?"
Options:
none— Aucune, full customshadcn— shadcn/ui (Tailwind + Radix)radix— Radix Primitivesmaterial— Material Designcustom— Autre (préciser)
Follow-up if custom: "Quel design system t'inspire ?"
Q4: Périmètre des tokens (multi-select)
Question: "Quels types de tokens veux-tu inclure ?"
Options:
colors— Palette de couleurs (primitives + semantics)typography— Typographie (fonts, sizes, weights, line-heights)spacing— Espacements (padding, margin, gap)radius— Border radiusshadows— Ombresmotion— Animation tokens (duration, easing)
Q5: Périmètre des composants (multi-select)
Question: "Quels composants veux-tu inclure ?"
Options:
essentials— Button, Input, Label, Selectfeedback— Alert, Toast, Spinner, Skeletonoverlay— Modal, Popover, Tooltip, Dropdownlayout— Container, Grid, Stack, Dividerdata— Table, Card, List, Tabsforms— Checkbox, Radio, Switch, Slider
Mémorisation
Étape 1 : Synthèse
Montre le récapitulatif :
📋 Design System Configuration
- Approche: [Q1 choice]
- Complexité: [Q2 choice]
- Base: [Q3 choice]
- Tokens: [Q4 choices]
- Composants: [Q5 choices]
Est-ce correct ?
Étape 2 : Mémorisation
Après validation, tu DOIS mémoriser les choix :
2a. Mémoire de l'agent (résumé)
Utilise memory_apply_patch pour créer/mettre à jour :
# memory/system/human/project/design-system.md
## Design System
- **Approach**: from-scratch
- **Complexity**: medium
- **Base**: none
- **Status**: configured
- **Brief file**: `.design-system/BRIEF.md`
2b. Fichier projet (détails)
Crée le fichier .design-system/BRIEF.md dans le projet :
# Design System Brief
## Configuration
- **Approach**: from-scratch
- **Complexity**: medium
- **Base**: none
- **Created**: 2026-03-26
## Tokens
- [x] Colors
- [x] Typography
- [x] Spacing
- [ ] Radius
- [ ] Shadows
- [ ] Motion
## Components
- [x] Essentials (Button, Input, Label, Select)
- [ ] Feedback
- [ ] Overlay
- [ ] Layout
- [ ] Data
- [ ] Forms
## Next Steps
1. Create token primitives
2. Create semantic tokens
3. Build components
Étape 3 : Confirmation
✅ Configuration mémorisée !
J'ai stocké ta configuration :
- Dans ma mémoire : Les choix principaux
- Dans le projet : `.design-system/BRIEF.md`
Je pourrai utiliser ces infos dans toutes nos futures conversations sur ce projet.
Guardrails
- Toujours mémoriser — Ne pas laisser les réponses dans le vide
- Double stockage — Mémoire agent (résumé) + fichier projet (détails)
- Valider avant — Montrer la synthèse, demander confirmation
- Chemins relatifs — Utiliser
$MEMORY_DIRpour la mémoire agent
Quick Reference
| Question | Type | Output |
|---|---|---|
| Q1 | Single | approach |
| Q2 | Single | complexity |
| Q3 | Single | base |
| Q4 | Multi | tokens[] |
| Q5 | Multi | components[] |
Deliverable:
- Fichier
.design-system/BRIEF.md - Mémoire agent mise à jour