frontend-dev
Installation
SKILL.md
Frontend Development
Use when creating or modifying Next.js pages, React components, Tailwind CSS styles, API integration, hooks, or i18n.
Before Writing Code
- Read
docs/agent/architecture/frontend-workflow.mdfor user flow - Read
docs/agent/design/style-guide.mdfor Swiss International Style (REQUIRED) - Read
docs/agent/coding-standards.mdfor conventions - Check existing components in
apps/frontend/components/
Non-Negotiable Rules
- Swiss International Style - ALL UI changes must follow it
rounded-noneeverywhere - no rounded corners, ever- Hard shadows -
shadow-[4px_4px_0px_0px_#000000], never soft shadows - Run
npm run lintbefore committing - Run
npm run formatbefore committing - Enter key handling on all textareas