← All plugins
frontend-design
v1.0.0Frontend design skill for UI/UX implementation
Claude Code1 skill
by Prithvi Rajasekaran, Alexander Bricken934updated 2 weeks ago
Source
git clone https://github.com/LING71671/Open-ClaudeCodeClone 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
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Manifests1
plugins/frontend-design/.claude-plugin/plugin.json
{
"name": "frontend-design",
"version": "1.0.0",
"description": "Frontend design skill for UI/UX implementation",
"author": {
"name": "Prithvi Rajasekaran, Alexander Bricken",
"email": "prithvi@anthropic.com, alexander@anthropic.com"
}
}