Skip to content

Commit 44d4670

Browse files
Split frontend-design into dedicated skill
- frontend-design: triggers on web apps, websites, HTML pages, one-off tools, new projects - visual-design: now focused on image generation and presentations only Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 629c5c3 commit 44d4670

3 files changed

Lines changed: 20 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Skills for continuous learning and improvement.
4444
- `session-navigation` - Search and navigate past Droid sessions
4545
- `human-writing` - Remove AI writing patterns, make text sound human
4646
- `skill-creation` - Create and improve Droid skills
47-
- `visual-design` - Image generation (nanobanana CLI), presentations (Slidev), frontend design
47+
- `visual-design` - Image generation (nanobanana CLI) and presentations (Slidev)
48+
- `frontend-design` - Build web apps, websites, HTML pages with good design
4849
- `browser-navigation` - Browser automation with agent-browser
4950

5051
## Plugin Structure

plugins/droid-evolved/skills/visual-design/frontend-design.md renamed to plugins/droid-evolved/skills/frontend-design/SKILL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
---
2+
name: frontend-design
3+
version: 1.0.0
4+
description: |
5+
Build good-looking web interfaces. Use when:
6+
- User asks you to build a web app, website, landing page, or HTML page
7+
- User asks for a one-off tool, utility, or demo app
8+
- User is starting a new frontend project
9+
- User wants to improve how something looks
10+
- User mentions UI, design, styling, or making something look better
11+
This applies to ANY frontend work, not just "design" tasks. Even simple
12+
apps benefit from basic design principles.
13+
---
14+
115
# Frontend design
216

317
Practical tactics for designing and building frontend interfaces. This is about making things look good and work well, not about frameworks or tooling.

plugins/droid-evolved/skills/visual-design/SKILL.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
22
name: visual-design
3-
version: 3.0.0
3+
version: 4.0.0
44
description: |
5-
Visual design and content creation. Use when:
6-
- User asks you to build a web app, website, landing page, or any HTML/CSS interface
5+
Image generation and presentations. Use when:
76
- User asks for images: logos, icons, app assets, diagrams, flowcharts,
87
architecture diagrams, patterns, textures, photo edits, restorations
98
- User needs a presentation or slide deck
10-
- User wants help with frontend design, UI/UX, or making something look better
11-
Covers nanobanana CLI for image generation, Slidev for presentations,
12-
and practical frontend design patterns.
13-
RECOMMENDATION: Disable Chrome DevTools or Playwright MCP when using this skill to save context.
9+
Covers nanobanana CLI for image generation and Slidev for presentations.
1410
---
1511

1612
# Visual design
1713

18-
This skill covers visual and design work. Three areas, each with its own doc.
14+
Image generation and presentations.
1915

2016
## Image generation
2117

@@ -49,9 +45,3 @@ slidev build # build as hostable SPA
4945
Write slides in markdown, get code highlighting, animations, diagrams, and Vue components.
5046

5147
See: [presentations.md](./presentations.md) and [reference-slide-example.md](./reference-slide-example.md)
52-
53-
## Frontend design
54-
55-
Tactics for building good-looking interfaces. Covers the creative side (tone, aesthetics, inspiration) and the technical side (spacing scales, type hierarchy, color systems, responsive patterns).
56-
57-
See: [frontend-design.md](./frontend-design.md)

0 commit comments

Comments
 (0)