awesome-design-md

Solid

Create a DESIGN.md style baseline BEFORE building UI. Use FIRST when no design draft exists — installs a proven visual style, then invoke `frontend-design` to implement. For borrowing a known product style, getting consistent typography/colors/spacing, or needing a fast visual starting point.

Web & Frontend 52 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Awesome DESIGN.md Use this skill when you want to apply a proven visual style to a project by adding a `DESIGN.md` file from the VoltAgent `awesome-design-md` collection. ## Trigger - User wants UI to look like a known product/site style. - User asks to add or refresh `DESIGN.md` for coding-agent UI output. - User wants consistent typography, colors, spacing, and component styling before UI implementation. - User has no design稿 and needs a fast, high-quality visual starting point. ## Preconditions - Run from the target project root. - `npx` is available. - If `DESIGN.md` already exists, decide whether to overwrite (`--force`) or write to another path (`--out`). ## Workflow 1. List available design slugs: ```bash npx --yes getdesign@latest list ``` 2. Install a selected style: ```bash npx --yes getdesign@latest add <slug> ``` Behavior: - First install writes `./DESIGN.md`. - If `DESIGN.md` already exists, CLI writes `./<slug>/DESIGN.md`. 3. Overwrite the active `DESIGN.md` when required: ```bash npx --yes getdesign@latest add <slug> --force ``` 4. Write to a custom output path (optional): ```bash npx --yes getdesign@latest add <slug> --out ./docs/DESIGN.md ``` 5. Verify output exists and is readable: ```bash ls -la DESIGN.md <slug>/DESIGN.md 2>/dev/null ``` 6. Tell the coding agent to follow the file before UI tasks. ## No-Design-Draft Fast Path When user has no design draft, pick one baseline slug by product intent: - `B2B/SaaS dashboard`: `linear`, `ve...

Details

Author
rexleimo
Repository
rexleimo/aios
Created
6 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category