frontend-design

Installation
SKILL.md

Frontend Design — Component & Page Generator

Workflow

Follow these steps for every frontend task:

  1. Read the target file (if modifying existing code)
  2. Read frontend/src/styles/global.css for design tokens and custom classes
  3. Reference the baseline-ui skill mentally for component patterns
  4. Use Bootstrap 5 utility classes — no custom CSS unless a class already exists in global.css
  5. Match existing patterns from similar pages in the codebase
  6. Write TypeScript with proper interfaces for all props and data structures

Project Stack

  • React 18 with functional components and hooks
  • TypeScript — all components must have typed props interfaces
Related skills
Installs
1
First Seen
Mar 4, 2026