Agent skill · Frontend

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill frontend-design --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/frontend-design/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Frontend Design Approach this as the design lead at a small studio known for giving every client a visual identity that could not be mistaken for anyone else's. This client has already rejected proposals that felt templated, and is paying for a distinctive point of view: make deliberate, opinionated choices about palette, typography, and layout that are specific to this brief, and take one real aesthetic risk you can justify. ## Design Intelligence Before writing any code or finalising a design plan, get a data-backed starting point: ```bash python3 skills/ui-ux-pro-max/scripts/search.py "<product type> <industry> <keywords>" --design-system ``` This returns a complete design system recommendation — style, color palette, typography, and anti-patterns to avoid — based on the product type and audience. Use it to seed the token system in the brainstorm pass below. If the brief already specifies a direction, use it to validate rather than replace that direction. If a brand already exists, inject brand context first: ```bash node .claude/skills/brand/scripts/inject-brand-context.cjs ``` Once the design plan is done and approved, hand implementation off to the `ui-styling` skill for co

What's inside
Steps it walks through
  1. Design Intelligence
  2. Ground it in the subject
  3. Design principles
  4. Process: brainstorm, explore, plan, critique, build, critique again
  5. Restraint and self-critique
  6. More on writing in design
  7. Related Skills
Commands it runs
python3 skills/ui-ux-pro-max/scripts/search.py "<product type> <industry> <keywords>" --design-system
node .claude/skills/brand/scripts/inject-brand-context.cjs
More from dev-gtm-claude-skills
All skills →
About this skill
What does the frontend-design skill do?

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill frontend-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going