@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.
- package/.aider/conventions.md +2 -2
- package/.cursorrules +2 -2
- package/.github/copilot-instructions.md +2 -2
- package/.lovable +12 -12
- package/.windsurfrules +2 -2
- package/README.md +45 -73
- package/bin/cli.js +9 -3
- package/package.json +2 -2
- package/skills-src/accessibility/SKILL.md +129 -129
- package/skills-src/accessibility/references/patterns.md +64 -64
- package/skills-src/agent-ui-design/SKILL.md +114 -114
- package/skills-src/agent-ui-design/references/implementation.md +87 -87
- package/skills-src/agent-ui-design/references/patterns.md +60 -60
- package/skills-src/ai-design-workflow/SKILL.md +109 -109
- package/skills-src/branding-identity/SKILL.md +113 -113
- package/skills-src/color-theory/SKILL.md +92 -92
- package/skills-src/color-theory/references/patterns.md +61 -61
- package/skills-src/component-patterns/SKILL.md +94 -94
- package/skills-src/component-patterns/references/implementation.md +35 -35
- package/skills-src/component-patterns/references/patterns.md +43 -43
- package/skills-src/customer-journey/SKILL.md +98 -98
- package/skills-src/design-process/SKILL.md +109 -109
- package/skills-src/design-trends/SKILL.md +111 -111
- package/skills-src/design-trends/references/patterns.md +69 -69
- package/skills-src/images-media/SKILL.md +116 -116
- package/skills-src/landing-pages/SKILL.md +124 -124
- package/skills-src/navigation-design/SKILL.md +136 -136
- package/skills-src/responsive-design/SKILL.md +125 -125
- package/skills-src/ui-design/SKILL.md +86 -86
- package/skills-src/ui-design/references/patterns.md +55 -55
- package/skills-src/ui-patterns/SKILL.md +105 -105
- package/skills-src/ui-patterns/references/extended-rules.md +23 -23
- package/skills-src/ui-patterns/references/patterns.md +34 -34
- package/skills-src/usability/SKILL.md +106 -106
- package/skills-src/ux-design/SKILL.md +91 -91
- package/skills-src/ux-design/references/patterns.md +70 -70
- package/skills-src/visual-direction/SKILL.md +116 -116
- package/skills-src/visual-direction/references/archetypen.md +36 -36
- package/skills-src/web-typography/SKILL.md +94 -94
- package/skills-src/web-typography/references/patterns.md +50 -50
- package/skills-src/webdesign-review/SKILL.md +89 -89
- package/skills-src/webdesign-review/references/review-workflow.md +100 -100
- package/skills-src/website-audit/SKILL.md +129 -129
- package/spec/design-spec.md +104 -105
- package/spec/domains/01-ui-design.md +102 -102
- package/spec/domains/02-ux-design.md +101 -101
- package/spec/domains/03-typography.md +116 -116
- package/spec/domains/04-color-theory.md +104 -104
- package/spec/domains/05-accessibility.md +164 -164
- package/spec/domains/06-usability.md +155 -155
- package/spec/domains/07-responsive-design.md +145 -145
- package/spec/domains/08-navigation.md +183 -183
- package/spec/domains/09-images-media.md +180 -180
- package/spec/domains/10-branding.md +182 -182
- package/spec/domains/11-customer-journey.md +154 -154
- package/spec/domains/12-design-process.md +135 -135
- package/spec/domains/13-ai-design-workflow.md +137 -137
- package/spec/domains/14-landing-pages.md +151 -151
- package/spec/domains/15-website-audit-relaunch.md +205 -205
- package/spec/domains/16-design-trends.md +113 -113
- package/spec/domains/17-ui-patterns.md +139 -139
- package/spec/domains/18-visual-direction.md +119 -119
- package/spec/domains/19-component-architecture.md +153 -153
package/.aider/conventions.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Frontend Design Skills — Aider Conventions
|
|
2
2
|
|
|
3
|
-
This repository contains
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
17
|
-
- `skills-src/ux-design/SKILL.md` —
|
|
18
|
-
- `skills-src/responsive-design/SKILL.md` — Mobile-
|
|
19
|
-
- `skills-src/component-patterns/SKILL.md` — Compound
|
|
20
|
-
- `skills-src/agent-ui-design/SKILL.md` — Chat
|
|
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` —
|
|
24
|
-
- `skills-src/color-theory/SKILL.md` —
|
|
25
|
-
- `skills-src/visual-direction/SKILL.md` —
|
|
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,
|
|
29
|
-
- `skills-src/usability/SKILL.md` — Nielsen
|
|
30
|
-
- `skills-src/landing-pages/SKILL.md` — Conversion
|
|
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
|
|
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
|
|
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
|
[](scripts/config.yaml)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
|
|
10
|
-
**
|
|
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,
|
|
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
|
|
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,
|
|
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,
|
|
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
|
|
115
|
-
subgraph Sources
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
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
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
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
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
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
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
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(
|
|
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:
|
|
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 —
|
|
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.
|
|
4
|
-
"description": "
|
|
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",
|