frontend
Installation
SKILL.md
Frontend Design Skill
This skill enforces a single principle: work WITH the framework, never against it. Use the component library natively. Use the CSS framework idiomatically. Let the design system do its job.
The user provides frontend requirements: a component, page, or interface to build or modify.
Core Philosophy
Don't fight the framework. Use it as it was designed to be used.
Every frontend framework and component library has an intended way to be used. The job of this skill is to ensure that every line of frontend code respects that intent. Customization happens through the channels the framework provides — not by bypassing them.
Step 1: Codebase Context Discovery (MANDATORY)
Before writing any code, scan the codebase. This step is non-negotiable.