picasso-skill 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -89
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
|
|
8
|
+
33 reference domains • 15 slash commands • 19,000 lines of design intelligence<br/>
|
|
9
9
|
Every interface looks like a senior design engineer spent days on it.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
@@ -36,7 +36,7 @@ Existing design skills are shallow. They tell you to "use good typography" witho
|
|
|
36
36
|
|
|
37
37
|
### Depth That No Other Skill Matches
|
|
38
38
|
|
|
39
|
-
Picasso covers **
|
|
39
|
+
Picasso covers **33 specialized reference domains**, each with concrete rules, specific values, and ready-to-use code. This isn't a collection of vague principles -- it's an engineering specification for beautiful interfaces.
|
|
40
40
|
|
|
41
41
|
| Domain | What You Get |
|
|
42
42
|
|---|---|
|
|
@@ -44,7 +44,7 @@ Picasso covers **32 specialized reference domains**, each with concrete rules, s
|
|
|
44
44
|
| **Color & Contrast** | OKLCH-based palette construction, tinted neutrals (never pure gray), 60-30-10 rule, dark mode inversion rules, "alpha is a design smell" |
|
|
45
45
|
| **Spatial Design** | 4px base spacing scale, Gestalt proximity ratios (2:1 minimum), Squint Test, asymmetric grid patterns, "cards are not required" |
|
|
46
46
|
| **Motion & Animation** | Duration rule (100/200/300/500ms), only animate transform+opacity, exit = 75% of entrance, grid-template-rows for height, stagger caps |
|
|
47
|
-
| **
|
|
47
|
+
| **UX Evaluation** | Nielsen's 10 heuristics as actionable checklist, Jobs to Be Done extraction from code, component state machines (8 states), prompt enhancement for vague requests |
|
|
48
48
|
| **Responsive Design** | Input method detection (`@media pointer/hover`), safe areas, container queries, content-driven breakpoints, real device testing |
|
|
49
49
|
| **Sensory Design** | soundcn (700+ CC0 sounds), web-haptics (4 presets + custom), multi-sensory integration patterns |
|
|
50
50
|
| **React/Next.js** | Server Components by default, barrel import avoidance, RSC serialization minimization, React.cache() deduplication |
|
|
@@ -69,7 +69,7 @@ Picasso covers **32 specialized reference domains**, each with concrete rules, s
|
|
|
69
69
|
| **Micro-Interactions** | IntersectionObserver scroll animations, View Transitions API, magnetic cursors, gesture detection (swipe/pinch), animation budget (max 3 concurrent) |
|
|
70
70
|
| **i18n Visual Patterns** | Logical properties for RTL, text expansion by language (+35% German), CJK rendering, Noto font stacks, icon mirroring rules |
|
|
71
71
|
| **Brand & Identity** | Logo sizing (min 24px), clear space rules, lockup variants, 60-30-10 brand color usage, when to bend brand rules |
|
|
72
|
-
| **
|
|
72
|
+
| **Visual Preview** | Self-contained HTML preview generation, side-by-side direction comparison, preset browser grid, font URL mapping, screenshot protocol |
|
|
73
73
|
| **Code Typography** | JetBrains Mono/Fira Code selection, syntax highlighting contrast (3:1 min), code block design, copy button UX, diff views, terminal styling |
|
|
74
74
|
|
|
75
75
|
### The AI-Slop Firewall
|
|
@@ -102,33 +102,32 @@ Picasso doesn't just describe tools -- it specifies exactly how to use them with
|
|
|
102
102
|
|
|
103
103
|
---
|
|
104
104
|
|
|
105
|
-
##
|
|
105
|
+
## Visual Discovery (Not a Questionnaire)
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
Most users can't articulate what they want but can instantly react to what they see. So Picasso shows, not asks.
|
|
108
108
|
|
|
109
109
|
```
|
|
110
|
-
Picasso
|
|
111
|
-
|
|
110
|
+
1. CRAWL Picasso silently reads your codebase, identifies the product
|
|
111
|
+
type, studies 2-3 real competitors in your space.
|
|
112
112
|
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
2. ASK 2-3 quick questions max: "What's the primary user action?"
|
|
114
|
+
"Any brand colors to keep?" "Site you love the look of?"
|
|
115
115
|
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
3. SHOW Generates 6-10 fast visual sample pages, each a different
|
|
117
|
+
design direction applied to YOUR app's actual structure.
|
|
118
|
+
Opens a gallery for you to browse.
|
|
118
119
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
You: Animations 3, Mobile 2, A11y 5, Dark mode YES, Perf 5
|
|
120
|
+
4. REACT You: "Like 3 and 7. Hate the dark ones. 7 is close but
|
|
121
|
+
the font is too playful."
|
|
122
122
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
Sound good?
|
|
123
|
+
5. NARROW Generates 3-5 refined samples based on your reactions.
|
|
124
|
+
Each one more polished than round 1.
|
|
125
|
+
|
|
126
|
+
6. CONFIRM You pick a direction. Picasso generates .picasso.md and
|
|
127
|
+
begins implementation with your real content.
|
|
129
128
|
```
|
|
130
129
|
|
|
131
|
-
|
|
130
|
+
You never have to go look at design sites for inspiration. Picasso brings it to you. Your reactions reveal more preferences than any questionnaire.
|
|
132
131
|
|
|
133
132
|
---
|
|
134
133
|
|
|
@@ -170,19 +169,19 @@ A single 0-100 score, broken down by category. Track it over time.
|
|
|
170
169
|
|
|
171
170
|
Typography: ████████████░░░ 12/15
|
|
172
171
|
Color: ████████████░░░ 11/15
|
|
173
|
-
Spacing: ████████░░
|
|
174
|
-
|
|
175
|
-
Motion: ██████░░░░
|
|
176
|
-
Responsive: ████████░░
|
|
177
|
-
Performance: ██████░░░░
|
|
178
|
-
Anti-Slop: ██████░░░░
|
|
172
|
+
Spacing: ████████░░ 8/10
|
|
173
|
+
UX Heuristics: ████████████████ 16/20
|
|
174
|
+
Motion: ██████░░░░ 6/10
|
|
175
|
+
Responsive: ████████░░ 8/10
|
|
176
|
+
Performance: ██████░░░░ 6/10
|
|
177
|
+
Anti-Slop: ██████░░░░ 6/10
|
|
179
178
|
|
|
180
179
|
Top fixes for +15 points:
|
|
181
|
-
1.
|
|
182
|
-
2.
|
|
183
|
-
3. Add
|
|
184
|
-
4.
|
|
185
|
-
5. Replace
|
|
180
|
+
1. Replace default primary color with industry-appropriate choice (+4)
|
|
181
|
+
2. Set max-width on body text and increase to 16px (+3)
|
|
182
|
+
3. Add prefers-reduced-motion support (+3)
|
|
183
|
+
4. Replace outline:none with focus-visible (+3)
|
|
184
|
+
5. Replace #000 with tinted near-black (+2)
|
|
186
185
|
```
|
|
187
186
|
|
|
188
187
|
### `/steal <url>` -- Extract Any Site's Design DNA
|
|
@@ -205,22 +204,22 @@ Generates a complete design system -- palette, fonts, spacing, motion, component
|
|
|
205
204
|
|
|
206
205
|
### `/evolve` -- Iterative Multi-Round Refinement
|
|
207
206
|
|
|
208
|
-
|
|
207
|
+
Proposes 3 directions as visual HTML previews, lets you pick, then implements and refines through multiple rounds with screenshots between each:
|
|
209
208
|
|
|
210
209
|
```
|
|
211
|
-
Round 1:
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
210
|
+
Round 1: [generates 3 visual preview cards, screenshots them]
|
|
211
|
+
A) Counsel -- sage/teal, serif headers, 8px radius
|
|
212
|
+
B) Chambers -- dark, amber accent, monospace, 3px sharp
|
|
213
|
+
C) Parchment -- warm cream, terracotta, italic serif
|
|
215
214
|
|
|
216
|
-
You: B, but
|
|
215
|
+
You: B, but less extreme
|
|
217
216
|
|
|
218
|
-
Round 2: [implements B with
|
|
217
|
+
Round 2: [implements B with adjustments, screenshots running app]
|
|
219
218
|
What do you love? What's not right?
|
|
220
219
|
|
|
221
220
|
You: Love the typography. Cards need more breathing room.
|
|
222
221
|
|
|
223
|
-
Round 3: [adjusts spacing, screenshots]
|
|
222
|
+
Round 3: [adjusts spacing, screenshots again]
|
|
224
223
|
Are we there?
|
|
225
224
|
|
|
226
225
|
You: Ship it.
|
|
@@ -255,14 +254,11 @@ After any `/polish` or `/redesign`, auto-generates side-by-side screenshots show
|
|
|
255
254
|
### `/preset <name>` -- One-Command Aesthetic
|
|
256
255
|
|
|
257
256
|
```bash
|
|
258
|
-
/preset
|
|
259
|
-
/preset
|
|
260
|
-
/preset vercel # Vercel-inspired black/white sharp
|
|
261
|
-
/preset notion # Notion-inspired warm readable
|
|
262
|
-
/preset brutalist # Raw, intentional, monospace
|
|
257
|
+
/preset # Visual browser grid of all 22 presets -- pick one
|
|
258
|
+
/preset bold-signal # Preview Bold Signal, then apply it
|
|
263
259
|
```
|
|
264
260
|
|
|
265
|
-
Generates `.picasso.md` + `DESIGN.md` + updates
|
|
261
|
+
Without args: generates a visual grid showing all 22 presets with swatches, fonts, and sample buttons. Pick visually. With a name: shows a full-page preview before applying. Generates `.picasso.md` + `DESIGN.md` + updates CSS variables.
|
|
266
262
|
|
|
267
263
|
---
|
|
268
264
|
|
|
@@ -274,10 +270,10 @@ We compared Picasso against every publicly available AI design skill as of April
|
|
|
274
270
|
|
|
275
271
|
| Metric | Picasso | Anthropic frontend-design | Impeccable | Taste Skill | Generic skills |
|
|
276
272
|
|---|---|---|---|---|---|
|
|
277
|
-
| **Reference domains** | **
|
|
278
|
-
| **Total lines of guidance** | **
|
|
273
|
+
| **Reference domains** | **33** | 1 | 7 | 1 | 1-3 |
|
|
274
|
+
| **Total lines of guidance** | **19,000** | ~120 | ~2,500 | ~200 | 50-300 |
|
|
279
275
|
| **Anti-pattern rules** | **50+** | ~10 | ~30 | ~5 | 0-5 |
|
|
280
|
-
| **
|
|
276
|
+
| **Slash commands** | **15** | 0 | 20 | 0 | 0-3 |
|
|
281
277
|
| **ARIA patterns documented** | **12 widgets** | 0 | 0 | 0 | 0 |
|
|
282
278
|
| **React performance rules** | **45 (Vercel)** | 0 | 0 | 0 | 0 |
|
|
283
279
|
| **Chart/data viz guidance** | **Full matrix** | None | None | None | None |
|
|
@@ -391,7 +387,7 @@ Picasso ships as both a **skill** (knowledge base) and an **agent** (autonomous
|
|
|
391
387
|
| **When it runs** | When you ask for design help | On explicit commands (/audit, /roast, /godmode, etc.) |
|
|
392
388
|
| **Can audit code** | Only when asked | Yes, with structured scoring |
|
|
393
389
|
| **Can run axe-core** | No | Yes (via CLI) |
|
|
394
|
-
| **Can screenshot pages** | No | Yes (via
|
|
390
|
+
| **Can screenshot pages** | No | Yes (via `npx playwright screenshot`) |
|
|
395
391
|
| **Can auto-fix issues** | No | Yes (with pre-flight git/test checks) |
|
|
396
392
|
| **Can enforce design system** | No | Yes (greps for token violations) |
|
|
397
393
|
| **Enforces anti-slop gate** | Via SKILL.md instructions | Yes, mandatory before any code generation |
|
|
@@ -419,7 +415,9 @@ These have dedicated command files and can be invoked directly.
|
|
|
419
415
|
| `/compete <url>` | Head-to-head design comparison against a competitor site |
|
|
420
416
|
| `/before-after` | Visual side-by-side comparison after changes with HTML report |
|
|
421
417
|
| `/preset <name>` | Apply a curated community design preset (linear, stripe, vercel, notion, etc.) |
|
|
422
|
-
| `/variants` | Generate 2-3 distinct visual directions
|
|
418
|
+
| `/variants` | Generate 2-3 distinct visual directions with side-by-side visual HTML previews |
|
|
419
|
+
| `/preview` | Visual preview of design tokens, presets, or side-by-side direction comparison |
|
|
420
|
+
| `/figma` | Figma MCP integration: extract design tokens, audit, compare Figma vs live |
|
|
423
421
|
| `/backlog` | Create persistent design debt backlog with impact-priority scoring in `.picasso-backlog.md` |
|
|
424
422
|
|
|
425
423
|
### `/godmode` -- The Nuclear Option
|
|
@@ -447,25 +445,17 @@ These are defined in the Picasso agent and run as part of pipelines (e.g., `/god
|
|
|
447
445
|
|
|
448
446
|
| Behavior | What It Does |
|
|
449
447
|
|---|---|
|
|
450
|
-
| `/picasso` | Run the
|
|
451
|
-
| `/audit` | Full technical audit across typography, color, spacing,
|
|
452
|
-
| `/critique` | UX-focused review: hierarchy, clarity, emotional resonance, user flow |
|
|
448
|
+
| `/picasso` | Run the visual discovery process, generates `.picasso.md` |
|
|
449
|
+
| `/audit` | Full technical audit across typography, color, spacing, UX heuristics, motion, responsive |
|
|
453
450
|
| `/polish` | Auto-fix all audit findings with smallest safe changes |
|
|
454
451
|
| `/redesign` | Full audit + aggressive fixes + re-audit to verify improvement |
|
|
455
|
-
| `/simplify` | Strip unnecessary complexity: flatten nesting, reduce color count |
|
|
456
|
-
| `/animate` | Add purposeful motion: staggered reveals, hover states, scroll-triggered animations |
|
|
457
|
-
| `/bolder` | Amplify timid designs: increase contrast, enlarge type, strengthen hierarchy |
|
|
458
|
-
| `/quieter` | Tone down aggressive designs: reduce saturation, soften shadows, increase whitespace |
|
|
459
|
-
| `/normalize` | Align with design system: replace hardcoded values with tokens |
|
|
460
452
|
| `/harden` | Add error handling, loading states, empty states, edge case handling |
|
|
461
|
-
| `/theme` | Generate or apply a theme via DESIGN.md |
|
|
462
453
|
| `/stitch` | Generate a complete DESIGN.md from the current codebase |
|
|
463
454
|
| `/a11y` | Full accessibility audit: axe-core + pa11y + Lighthouse with JSON parsing |
|
|
464
455
|
| `/perf` | Lighthouse performance audit with Core Web Vitals pass/fail thresholds |
|
|
465
456
|
| `/visual-diff` | Screenshot desktop + mobile in light/dark mode, analyze visually |
|
|
466
457
|
| `/consistency` | Multi-page consistency check across all routes |
|
|
467
|
-
| `/lint-design` | Find hardcoded colors, spacing violations, font inconsistencies
|
|
468
|
-
| `/mood-board` | Generate visual inspiration HTML from adjectives |
|
|
458
|
+
| `/lint-design` | Find hardcoded colors, spacing violations, font inconsistencies |
|
|
469
459
|
| `/design-system-sync` | Detect and fix drift between DESIGN.md and code |
|
|
470
460
|
| `/install-hooks` | Generate git pre-commit hook for automated design checks |
|
|
471
461
|
| `/ci-setup` | Generate GitHub Actions workflow for PR design review with scores |
|
|
@@ -475,38 +465,39 @@ These are defined in the Picasso agent and run as part of pipelines (e.g., `/god
|
|
|
475
465
|
## References
|
|
476
466
|
|
|
477
467
|
```
|
|
478
|
-
references/ #
|
|
468
|
+
references/ # 33 files, 7,000 lines
|
|
479
469
|
anti-patterns.md # 50+ banned patterns (THE MOST IMPORTANT FILE)
|
|
480
|
-
typography.md # Type systems, font pairing, scales,
|
|
481
|
-
color-and-contrast.md # OKLCH, tinted neutrals, dark mode, 60-30-10
|
|
470
|
+
typography.md # Type systems, font pairing, scales, vertical rhythm
|
|
471
|
+
color-and-contrast.md # OKLCH, tinted neutrals, dark mode, 60-30-10
|
|
482
472
|
spatial-design.md # 4px spacing scale, grids, hierarchy, Squint Test
|
|
483
|
-
depth-and-elevation.md #
|
|
484
|
-
motion-and-animation.md # Duration
|
|
485
|
-
micro-interactions.md # Scroll animations, View Transitions, gestures,
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
react-patterns.md # Server Components, composition, state management, styling
|
|
499
|
-
design-system.md # 9-section DESIGN.md format, theme generation, tokens
|
|
473
|
+
depth-and-elevation.md # Shadows, layering, z-index, hover patterns
|
|
474
|
+
motion-and-animation.md # Duration, easing, staggering, performance (merged)
|
|
475
|
+
micro-interactions.md # Scroll animations, View Transitions, gestures, cursors
|
|
476
|
+
navigation-patterns.md # Breadcrumbs, sidebar, tabs, bottom bar, mega menus
|
|
477
|
+
tables-and-forms.md # Sortable tables, inline editing, validation
|
|
478
|
+
loading-and-states.md # Skeletons, error boundaries, empty states, offline
|
|
479
|
+
responsive-design.md # Input method detection, container queries
|
|
480
|
+
dark-mode.md # Preference hierarchy, elevation, transitions
|
|
481
|
+
images-and-media.md # Format selection, srcset, favicons, OG images
|
|
482
|
+
brand-and-identity.md # Logo sizing, brand color, lockup variants
|
|
483
|
+
i18n-visual-patterns.md # RTL, logical properties, text expansion, CJK
|
|
484
|
+
code-typography.md # Monospace fonts, syntax highlighting, code blocks
|
|
485
|
+
sensory-design.md # useSound hook, haptic patterns, multi-sensory
|
|
486
|
+
react-patterns.md # Server Components, composition, Tailwind v4
|
|
487
|
+
design-system.md # DESIGN.md format, theme generation, tokens
|
|
500
488
|
generative-art.md # Philosophy-first process, p5.js, seeded randomness
|
|
501
489
|
component-patterns.md # 40+ components, state matrix, compound patterns
|
|
502
|
-
ux-psychology.md # Gestalt, Fitts's/Hick's/Miller's/Jakob's Law
|
|
503
|
-
ux-writing.md # Error formula, button labels,
|
|
490
|
+
ux-psychology.md # Gestalt, Fitts's/Hick's/Miller's/Jakob's Law
|
|
491
|
+
ux-writing.md # Error formula, button labels, terminology
|
|
492
|
+
ux-evaluation.md # Nielsen's 10 heuristics, JTBD, state machines
|
|
504
493
|
data-visualization.md # Chart selection matrix, dashboard layouts, Tufte
|
|
505
|
-
conversion-design.md # Landing pages, CTAs, pricing, onboarding
|
|
506
|
-
accessibility-wcag.md #
|
|
494
|
+
conversion-design.md # Landing pages, CTAs, pricing, onboarding
|
|
495
|
+
accessibility-wcag.md # ARIA patterns, WCAG 2.2, focus management
|
|
507
496
|
modern-css-performance.md # Nesting, :has(), @layer, View Transitions, Tailwind v4
|
|
508
|
-
performance-optimization.md #
|
|
509
|
-
style-presets.md # 22 visual presets with
|
|
497
|
+
performance-optimization.md # Core Web Vitals, priority tiers
|
|
498
|
+
style-presets.md # 22 visual presets with values and font pairings
|
|
499
|
+
visual-preview.md # HTML preview generation, templates, font mapping
|
|
500
|
+
figma-mcp.md # Figma MCP workflows, token extraction
|
|
510
501
|
tools-catalog.md # torph, soundcn, Lucide, Facehash, better-icons
|
|
511
502
|
```
|
|
512
503
|
|