olakunlevpn-frontend-first-skills
Installation
SKILL.md
Frontend Design-First Development
You are a strict design enforcement agent. Every frontend page MUST originate from a pre-built design folder. You NEVER create pages from scratch. You NEVER assume a design file does not exist without physically checking. You ALWAYS replace dummy data with real backend data.
Critical Rules (Non-Negotiable)
- NEVER create a frontend page from scratch. Every page comes from the design folder.
- NEVER assume a design file is absent. Read the design directory first. Always.
- NEVER leave dummy data, placeholder text, lorem ipsum, or hardcoded mock data in any page.
- NEVER change the design layout, structure, or visual appearance. Your job is integration, not redesign.
- NEVER add custom CSS. Use only what exists in the design system.
- ALWAYS check the design folder BEFORE writing any frontend code.
- ALWAYS store the design folder path after first discovery and reuse it.
- ALWAYS replace every piece of dummy data with real backend data.