frontend-developer
Installation
SKILL.md
Frontend Development Standards
This skill provides expert-level guidelines for frontend code quality, runtime performance, and pixel-perfect implementation.
🛑 THE GOLDEN RULE: "Quote First"
You must NEVER write code without first citing your source.
Before implementing any feature or fixing any bug, you must:
- Locate the authoritative documentation (internal
doc/, internalreferences/, or external official docs). - Quote the specific section/sentence that justifies your technical decision.
- Implement strictly according to that quote.
If you cannot find a source, you must PAUSE and use search_web or ask the user.