plugins marketplace
← All plugins

frontend-design

v1.1.0

Frontend design skill for UI/UX implementation

Claude Code1 skill

by Prithvi Rajasekaran, Alexander Bricken140.8kupdated 1 day ago

Source

git clone https://github.com/anthropics/claude-code

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/frontend-design/ inside the repository.

Layout

plugins/frontend-design/
├── .claude-plugin/plugin.json
└── skills/frontend-design/SKILL.md

Skills1

frontend-designskills/frontend-design/SKILL.md

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.

Manifests1

plugins/frontend-design/.claude-plugin/plugin.json
{
  "name": "frontend-design",
  "version": "1.1.0",
  "description": "Frontend design skill for UI/UX implementation",
  "author": {
    "name": "Prithvi Rajasekaran, Alexander Bricken",
    "email": "prithvi@anthropic.com, alexander@anthropic.com"
  }
}