frontend-design
npx skills add https://github.com/jnlei/claude-tools --skill frontend-design
Agent 安装分布
Skill 文档
Frontend Design Skill
This skill provides two distinct workflows for creating production-grade frontend interfaces:
Scenario Detector
Answer this question: Is there an existing codebase with components, pages, or a design system?
â YES â Existing Codebase (Most Common)
Use this workflow: EXISTING-CODEBASE-CHECKLIST.md
Purpose: Enforce design language consistency by analyzing existing patterns before implementation.
When to use:
- Adding components to existing project
- Creating new pages in existing app
- Modifying UI in established codebase
- Working with design system
Process: Mandatory 3-phase checklist (Design Analysis â Decisions â Implementation)
â NO â New Project (Greenfield)
Use this workflow: NEW-PROJECT-DESIGN.md
Purpose: Create bold, distinctive aesthetic design from scratch.
When to use:
- Starting new projects
- Building standalone components/pages
- No existing design system to match
- Full creative freedom
Process: Design thinking â Aesthetic principles â Implementation
Quick Reference
For consistency in existing codebases: â EXISTING-CODEBASE-CHECKLIST.md
For aesthetic design philosophy: â NEW-PROJECT-DESIGN.md
For real-world examples: â EXAMPLES.md
For deep-dive principles: â REFERENCE.md
Still unsure which scenario applies? Default to EXISTING-CODEBASE-CHECKLIST if there’s any existing code to reference.