@flitzrrr/frontend-design-skills 1.0.0 → 1.1.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.
Files changed (63) hide show
  1. package/.aider/conventions.md +2 -2
  2. package/.cursorrules +2 -2
  3. package/.github/copilot-instructions.md +2 -2
  4. package/.lovable +12 -12
  5. package/.windsurfrules +2 -2
  6. package/README.md +45 -73
  7. package/bin/cli.js +9 -3
  8. package/package.json +2 -2
  9. package/skills-src/accessibility/SKILL.md +129 -129
  10. package/skills-src/accessibility/references/patterns.md +64 -64
  11. package/skills-src/agent-ui-design/SKILL.md +114 -114
  12. package/skills-src/agent-ui-design/references/implementation.md +87 -87
  13. package/skills-src/agent-ui-design/references/patterns.md +60 -60
  14. package/skills-src/ai-design-workflow/SKILL.md +109 -109
  15. package/skills-src/branding-identity/SKILL.md +113 -113
  16. package/skills-src/color-theory/SKILL.md +92 -92
  17. package/skills-src/color-theory/references/patterns.md +61 -61
  18. package/skills-src/component-patterns/SKILL.md +94 -94
  19. package/skills-src/component-patterns/references/implementation.md +35 -35
  20. package/skills-src/component-patterns/references/patterns.md +43 -43
  21. package/skills-src/customer-journey/SKILL.md +98 -98
  22. package/skills-src/design-process/SKILL.md +109 -109
  23. package/skills-src/design-trends/SKILL.md +111 -111
  24. package/skills-src/design-trends/references/patterns.md +69 -69
  25. package/skills-src/images-media/SKILL.md +116 -116
  26. package/skills-src/landing-pages/SKILL.md +124 -124
  27. package/skills-src/navigation-design/SKILL.md +136 -136
  28. package/skills-src/responsive-design/SKILL.md +125 -125
  29. package/skills-src/ui-design/SKILL.md +86 -86
  30. package/skills-src/ui-design/references/patterns.md +55 -55
  31. package/skills-src/ui-patterns/SKILL.md +105 -105
  32. package/skills-src/ui-patterns/references/extended-rules.md +23 -23
  33. package/skills-src/ui-patterns/references/patterns.md +34 -34
  34. package/skills-src/usability/SKILL.md +106 -106
  35. package/skills-src/ux-design/SKILL.md +91 -91
  36. package/skills-src/ux-design/references/patterns.md +70 -70
  37. package/skills-src/visual-direction/SKILL.md +116 -116
  38. package/skills-src/visual-direction/references/archetypen.md +36 -36
  39. package/skills-src/web-typography/SKILL.md +94 -94
  40. package/skills-src/web-typography/references/patterns.md +50 -50
  41. package/skills-src/webdesign-review/SKILL.md +89 -89
  42. package/skills-src/webdesign-review/references/review-workflow.md +100 -100
  43. package/skills-src/website-audit/SKILL.md +129 -129
  44. package/spec/design-spec.md +104 -105
  45. package/spec/domains/01-ui-design.md +102 -102
  46. package/spec/domains/02-ux-design.md +101 -101
  47. package/spec/domains/03-typography.md +116 -116
  48. package/spec/domains/04-color-theory.md +104 -104
  49. package/spec/domains/05-accessibility.md +164 -164
  50. package/spec/domains/06-usability.md +155 -155
  51. package/spec/domains/07-responsive-design.md +145 -145
  52. package/spec/domains/08-navigation.md +183 -183
  53. package/spec/domains/09-images-media.md +180 -180
  54. package/spec/domains/10-branding.md +182 -182
  55. package/spec/domains/11-customer-journey.md +154 -154
  56. package/spec/domains/12-design-process.md +135 -135
  57. package/spec/domains/13-ai-design-workflow.md +137 -137
  58. package/spec/domains/14-landing-pages.md +151 -151
  59. package/spec/domains/15-website-audit-relaunch.md +205 -205
  60. package/spec/domains/16-design-trends.md +113 -113
  61. package/spec/domains/17-ui-patterns.md +139 -139
  62. package/spec/domains/18-visual-direction.md +119 -119
  63. package/spec/domains/19-component-architecture.md +153 -153
@@ -1,6 +1,6 @@
1
1
  # Frontend Design Skills — Aider Conventions
2
2
 
3
- This repository contains 21 opinionated web design skills from 12 curated sources.
3
+ This repository contains opinionated web design skills from curated sources.
4
4
  Each skill is a self-contained folder under `skills-src/` containing a `SKILL.md` file.
5
5
 
6
6
  ## How to Use
@@ -32,7 +32,7 @@ skills-src/<skill-name>/SKILL.md
32
32
  ### Strategy & Process
33
33
  - `skills-src/customer-journey/SKILL.md` — Personas, touchpoints, onboarding
34
34
  - `skills-src/design-process/SKILL.md` — Briefing, wireframing, prototyping
35
- - `skills-src/ai-design-workflow/SKILL.md` — AI/KI integration in design
35
+ - `skills-src/ai-design-workflow/SKILL.md` — AI integration in design
36
36
  - `skills-src/landing-pages/SKILL.md` — Conversion structure, CTAs
37
37
  - `skills-src/website-audit/SKILL.md` — Site analysis, relaunch planning
38
38
 
package/.cursorrules CHANGED
@@ -2,7 +2,7 @@
2
2
  # This file makes skills discoverable in Cursor IDE.
3
3
  # For detailed skill usage, see individual SKILL.md files.
4
4
 
5
- ## Available Skills (21 total from 12 sources)
5
+ ## Available Skills
6
6
 
7
7
  ### Core Design
8
8
  - Use `skills-src/ui-design/SKILL.md` for layout, grids, visual hierarchy, components, whitespace
@@ -23,7 +23,7 @@
23
23
  ### Strategy & Process
24
24
  - Use `skills-src/customer-journey/SKILL.md` for personas, touchpoints, onboarding
25
25
  - Use `skills-src/design-process/SKILL.md` for briefing, wireframing, prototyping, handoff
26
- - Use `skills-src/ai-design-workflow/SKILL.md` for AI/KI integration in design workflow
26
+ - Use `skills-src/ai-design-workflow/SKILL.md` for AI integration in design workflow
27
27
  - Use `skills-src/landing-pages/SKILL.md` for conversion structure, CTAs, A/B testing
28
28
  - Use `skills-src/website-audit/SKILL.md` for site analysis, relaunch planning, SEO migration
29
29
 
@@ -1,6 +1,6 @@
1
1
  # Frontend Design Skills — VS Code / GitHub Copilot
2
2
 
3
- This repository contains 21 opinionated web design skills from 12 sources.
3
+ This repository contains opinionated web design skills from curated sources.
4
4
  Each skill is a self-contained folder under `skills-src/` with a `SKILL.md` file.
5
5
 
6
6
  ## How to Use Skills
@@ -32,7 +32,7 @@ skills-src/<skill-name>/SKILL.md
32
32
  ### Strategy & Process
33
33
  - `skills-src/customer-journey/` — Personas, touchpoints, onboarding
34
34
  - `skills-src/design-process/` — Briefing, wireframing, prototyping
35
- - `skills-src/ai-design-workflow/` — AI/KI integration in design
35
+ - `skills-src/ai-design-workflow/` — AI integration in design
36
36
  - `skills-src/landing-pages/` — Conversion structure, CTAs
37
37
  - `skills-src/website-audit/` — Site analysis, relaunch planning
38
38
 
package/.lovable CHANGED
@@ -1,7 +1,7 @@
1
1
  # Frontend Design Skills — Lovable Project Instructions
2
2
  # This file makes skills available in Lovable AI.
3
3
 
4
- This repository contains 21 opinionated web design skills from 12 curated sources,
4
+ This repository contains opinionated web design skills from curated sources,
5
5
  covering UI/UX, typography, color, accessibility, branding, and modern design trends.
6
6
 
7
7
  ## How to Use
@@ -13,19 +13,19 @@ domain, read and follow the corresponding `SKILL.md`.
13
13
  ## Key Skills for Lovable Projects
14
14
 
15
15
  ### Web Development
16
- - `skills-src/ui-design/SKILL.md` — Layout, Raster, visuelle Hierarchie, Komponenten
17
- - `skills-src/ux-design/SKILL.md` — Nutzerforschung, Informationsarchitektur
18
- - `skills-src/responsive-design/SKILL.md` — Mobile-First, Breakpoints, Fluid Grids
19
- - `skills-src/component-patterns/SKILL.md` — Compound Components, Design Tokens, Theming
20
- - `skills-src/agent-ui-design/SKILL.md` — Chat-Interfaces, Streaming UI, Agent UX
16
+ - `skills-src/ui-design/SKILL.md` — Layout, grids, visual hierarchy, components
17
+ - `skills-src/ux-design/SKILL.md` — User research, information architecture
18
+ - `skills-src/responsive-design/SKILL.md` — Mobile-first, breakpoints, fluid grids
19
+ - `skills-src/component-patterns/SKILL.md` — Compound components, design tokens, theming
20
+ - `skills-src/agent-ui-design/SKILL.md` — Chat interfaces, streaming UI, agent UX
21
21
 
22
22
  ### Visual Design
23
- - `skills-src/web-typography/SKILL.md` — Schriftwahl, Paarung, Fluid Typography
24
- - `skills-src/color-theory/SKILL.md` — Farbschemata, 60-30-10, Dark Mode
25
- - `skills-src/visual-direction/SKILL.md` — Farbpaletten-Archetypen, Trends
23
+ - `skills-src/web-typography/SKILL.md` — Font selection, pairing, fluid typography
24
+ - `skills-src/color-theory/SKILL.md` — Color schemes, 60-30-10, dark mode
25
+ - `skills-src/visual-direction/SKILL.md` — Color palette archetypes, trends
26
26
 
27
27
  ### Quality & Conversion
28
- - `skills-src/accessibility/SKILL.md` — WCAG, BFSG, semantisches HTML, ARIA
29
- - `skills-src/usability/SKILL.md` — Nielsen-Heuristiken, Formulardesign, Conversion
30
- - `skills-src/landing-pages/SKILL.md` — Conversion-Struktur, CTA, A/B-Testing
28
+ - `skills-src/accessibility/SKILL.md` — WCAG, BFSG, semantic HTML, ARIA
29
+ - `skills-src/usability/SKILL.md` — Nielsen heuristics, form design, conversion
30
+ - `skills-src/landing-pages/SKILL.md` — Conversion structure, CTA, A/B testing
31
31
  - `skills-src/webdesign-review/SKILL.md` — Comprehensive design review (all 20 domains)
package/.windsurfrules CHANGED
@@ -2,7 +2,7 @@
2
2
  # This file makes skills discoverable in Windsurf.
3
3
  # For detailed skill usage, see individual SKILL.md files.
4
4
 
5
- ## Available Skills (21 total from 12 sources)
5
+ ## Available Skills
6
6
 
7
7
  ### Core Design
8
8
  - Use `skills-src/ui-design/SKILL.md` for layout, grids, visual hierarchy, components, whitespace
@@ -23,7 +23,7 @@
23
23
  ### Strategy & Process
24
24
  - Use `skills-src/customer-journey/SKILL.md` for personas, touchpoints, onboarding
25
25
  - Use `skills-src/design-process/SKILL.md` for briefing, wireframing, prototyping, handoff
26
- - Use `skills-src/ai-design-workflow/SKILL.md` for AI/KI integration in design workflow
26
+ - Use `skills-src/ai-design-workflow/SKILL.md` for AI integration in design workflow
27
27
  - Use `skills-src/landing-pages/SKILL.md` for conversion structure, CTAs, A/B testing
28
28
  - Use `skills-src/website-audit/SKILL.md` for site analysis, relaunch planning, SEO migration
29
29
 
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Sources](https://img.shields.io/badge/sources-12-purple?style=flat-square)](scripts/config.yaml)
8
8
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
9
9
 
10
- **21 opinionated web design skills** distilled from **12 curated sources** (809 pages, 8.1 MB). One build, every major AI coding tool.
10
+ **Opinionated web design skills** distilled from **curated sources**. One install, every major AI coding tool.
11
11
 
12
12
  ---
13
13
 
@@ -80,10 +80,10 @@ ln -sf $(pwd)/skills-src/* ~/.config/opencode/skills/ # OpenCode
80
80
  | Core Design | `ui-design`, `ux-design` | Layout, grids, visual hierarchy, IA, interaction patterns |
81
81
  | Detail | `web-typography`, `color-theory`, `accessibility` | Font pairing, 60-30-10 rule, WCAG, BFSG compliance |
82
82
  | Implementation | `responsive-design`, `navigation-design`, `usability`, `images-media`, `branding-identity` | Mobile-first, menu patterns, forms, SVG, brand strategy |
83
- | Strategy | `customer-journey`, `design-process`, `ai-design-workflow`, `landing-pages`, `website-audit` | Personas, briefing, KI-workflow, conversion, relaunch |
83
+ | Strategy | `customer-journey`, `design-process`, `ai-design-workflow`, `landing-pages`, `website-audit` | Personas, briefing, AI workflow, conversion, relaunch |
84
84
  | Trends & Patterns | `design-trends`, `ui-patterns`, `visual-direction`, `component-patterns`, `agent-ui-design` | Award-winning patterns, Mobbin, Dribbble/Behance, 21st.dev |
85
85
 
86
- All skills are written in **German** (matching source material). Frontmatter names and descriptions are in English (per [Agent Skills spec](https://agentskills.io)).
86
+ All skills follow the [Agent Skills spec](https://agentskills.io) format (YAML frontmatter + Markdown body).
87
87
 
88
88
  ---
89
89
 
@@ -91,7 +91,7 @@ All skills are written in **German** (matching source material). Frontmatter nam
91
91
 
92
92
  | Tier | Source | Pages | Focus |
93
93
  | --- | --- | ---: | --- |
94
- | 1 (deep) | [webdesign-journal.de](https://www.webdesign-journal.de/) | 30 | UI/UX, typography, color, accessibility, branding, KI |
94
+ | 1 (deep) | [webdesign-journal.de](https://www.webdesign-journal.de/) | 30 | UI/UX, typography, color, accessibility, branding, AI |
95
95
  | 1 (deep) | [21st.dev](https://21st.dev/) | 39 | Component patterns, Agents SDK, chat UI |
96
96
  | 2 (awards) | [Awwwards](https://www.awwwards.com/) | ~200 | Award-winning sites + their content |
97
97
  | 2 (awards) | [CSS Design Awards](https://www.cssdesignawards.com/) | 80 | Website of the Day winners |
@@ -104,96 +104,67 @@ All skills are written in **German** (matching source material). Frontmatter nam
104
104
  | 4 (community) | [Behance](https://www.behance.net/) | 20 | Trending projects |
105
105
  | 4 (community) | [Mobbin](https://mobbin.com/) | 6 | Real app UI patterns (public) |
106
106
 
107
- **809 pages** across 12 sources, synthesized into a **19-domain Enterprise Design Specification** (3,289 lines).
107
+ **809 pages** across 12 sources, synthesized into a **19-domain Enterprise Design Specification** (3,409 lines).
108
108
 
109
109
  ---
110
110
 
111
111
  ## Architecture
112
112
 
113
113
  ```mermaid
114
- graph TD
115
- subgraph Sources["12 Web Design Sources"]
116
- T1["Tier 1: webdesign-journal.de + 21st.dev"]
117
- T2["Tier 2: Awwwards + CSSDA + CSS Winner"]
118
- T3["Tier 3: Godly + SiteInspire + Lapa.ninja + Land-book"]
119
- T4["Tier 4: Dribbble + Behance + Mobbin"]
114
+ graph LR
115
+ subgraph Sources
116
+ direction TB
117
+ T1[Tier 1 Deep]
118
+ T2[Tier 2 Awards]
119
+ T3[Tier 3 Galleries]
120
+ T4[Tier 4 — Community]
120
121
  end
121
122
 
122
- subgraph Scraping["Scraping & Diffing"]
123
- S[scrape.py]
124
- D[diff-content.py]
125
- M[manifest.json]
123
+ subgraph Pipeline
124
+ direction TB
125
+ scrape[scrape.py]
126
+ diff[diff-content.py]
127
+ spec[19 Domain Specs]
128
+ skills[SKILL.md x 21]
129
+ build[build-skills.py]
126
130
  end
127
131
 
128
- subgraph Spec["Enterprise Design Specification"]
129
- CM[content-map.json]
130
- DS[19 Domain Files]
132
+ subgraph Platforms
133
+ direction TB
134
+ claude[Claude Code]
135
+ cursor[Cursor]
136
+ windsurf[Windsurf]
137
+ copilot[Copilot]
138
+ codex[Codex]
139
+ aider[Aider]
131
140
  end
132
141
 
133
- subgraph Skills["Canonical Skills"]
134
- SK[21 SKILL.md + references/]
135
- end
136
-
137
- subgraph Build["Build Pipeline"]
138
- B[build-skills.py]
139
- end
140
-
141
- subgraph Output["Tool-Specific Outputs"]
142
- CC[Claude Code]
143
- CU[Cursor]
144
- WS[Windsurf]
145
- GE[Gemini]
146
- CO[Codex]
147
- AI[Aider]
148
- end
149
-
150
- Sources --> S
151
- S --> M
152
- M --> D
153
- D --> CM
154
- CM --> DS
155
- DS -->|"AI Synthesis"| SK
156
- SK --> B
157
- B --> CC
158
- B --> CU
159
- B --> WS
160
- B --> GE
161
- B --> CO
162
- B --> AI
142
+ Sources --> scrape --> diff --> spec -->|AI Synthesis| skills --> build --> Platforms
163
143
  ```
164
144
 
165
145
  ### Evolution Pipeline
166
146
 
167
147
  ```mermaid
168
- sequenceDiagram
169
- participant Cron as Weekly Cron
170
- participant Scraper as scrape.py
171
- participant Differ as diff-content.py
172
- participant Map as content-map.json
173
- participant Spec as spec/domains/*.md
174
- participant Builder as build-skills.py
175
- participant Output as output/
176
-
177
- Cron->>Scraper: Trigger (Sundays 3am)
178
-
179
- rect rgb(240, 245, 250)
180
- Note over Scraper,Differ: Scrape & Diff Phase
181
- Scraper->>Scraper: Crawl 12 sources (tiered)
182
- Scraper->>Differ: Updated manifest.json
183
- Differ->>Differ: Compare hashes, classify changes
184
- Differ-->>Map: Change report (new/updated/removed)
148
+ graph LR
149
+ cron(Cron Sundays 3am) --> scrape
150
+
151
+ subgraph Scrape & Diff
152
+ scrape[scrape.py<br/>Crawl 12 sources] --> manifest[(manifest.json)]
153
+ manifest --> diff[diff-content.py<br/>Compare hashes]
185
154
  end
186
155
 
187
- rect rgb(250, 245, 240)
188
- Note over Map,Spec: Domain Mapping Phase
189
- Map->>Spec: Identify affected domains
190
- Note right of Spec: AI synthesis required<br/>for spec updates
156
+ subgraph Map & Synthesize
157
+ diff --> cmap[(content-map.json)]
158
+ cmap --> domains[spec/domains/*.md<br/>19 domain files]
159
+ domains -->|AI synthesis| skills[skills-src/<br/>SKILL.md x 21]
191
160
  end
192
161
 
193
- rect rgb(240, 250, 240)
194
- Note over Builder,Output: Build Phase
195
- Builder->>Output: Rebuild all 6 tool outputs
196
- Note right of Output: claude-code, cursor,<br/>windsurf, gemini,<br/>codex, aider
162
+ subgraph Build & Ship
163
+ skills --> builder[build-skills.py]
164
+ builder --> out1[Claude Code]
165
+ builder --> out2[Cursor]
166
+ builder --> out3[Windsurf]
167
+ builder --> out4[+ 6 more]
197
168
  end
198
169
  ```
199
170
 
@@ -218,6 +189,7 @@ frontend-design-skills/
218
189
  scripts/ Build and automation
219
190
  build-skills.py Canonical -> tool-specific outputs
220
191
  validate-skills.py Agent Skills spec validation
192
+ update-counts.js Dynamic README badge management
221
193
  scrape.py Tiered source scraper
222
194
  diff-content.py Content change detection
223
195
  evolve.py Evolution pipeline orchestrator
package/bin/cli.js CHANGED
@@ -218,8 +218,14 @@ function installAll() {
218
218
  }
219
219
  }
220
220
 
221
+ function countSkills() {
222
+ const skillsDir = path.join(PKG_ROOT, "skills-src");
223
+ if (!fs.existsSync(skillsDir)) return 0;
224
+ return fs.readdirSync(skillsDir).filter(d => !d.startsWith("_") && fs.statSync(path.join(skillsDir, d)).isDirectory()).length;
225
+ }
226
+
221
227
  function listSkills() {
222
- header("Frontend Design Skills — 21 Skills");
228
+ header(`Frontend Design Skills — ${countSkills()} Skills`);
223
229
 
224
230
  const categories = {
225
231
  Meta: ["webdesign-review"],
@@ -255,7 +261,7 @@ function listSkills() {
255
261
  }
256
262
  }
257
263
 
258
- log(`\n Total: 21 skills from 12 sources`);
264
+ log(`\n Total: ${countSkills()} skills`);
259
265
  }
260
266
 
261
267
  function update() {
@@ -270,7 +276,7 @@ function update() {
270
276
 
271
277
  function showUsage() {
272
278
  console.log(`
273
- Frontend Design Skills — 21 web design skills for AI coding tools
279
+ Frontend Design Skills — web design skills for AI coding tools
274
280
 
275
281
  Usage:
276
282
  npx @flitzrrr/frontend-design-skills <command> [platform]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flitzrrr/frontend-design-skills",
3
- "version": "1.0.0",
4
- "description": "21 opinionated web design skills from 12 curated sources — one install, every major AI coding tool.",
3
+ "version": "1.1.0",
4
+ "description": "Opinionated web design skills from curated sources — one install, every major AI coding tool.",
5
5
  "scripts": {
6
6
  "test": "node bin/test-cli.js",
7
7
  "build": "python3 scripts/build-skills.py",