一键导入
frontend-design
// Design principles and component patterns for building polished web UIs, games, and interactive HTML/CSS/JS projects. Use when creating websites, web apps, browser games, or any frontend project.
// Design principles and component patterns for building polished web UIs, games, and interactive HTML/CSS/JS projects. Use when creating websites, web apps, browser games, or any frontend project.
Create new skills, modify and improve existing skills. Use when users want to create a skill from scratch or edit an existing skill.
Thorough code review covering bugs, security, performance, and maintainability. Use when reviewing code, checking for bugs, auditing quality, or getting feedback on implementations.
Scaffold a complete, runnable project from scratch with proper structure and best practices. Use when building new apps, games, tools, scripts, or any project from zero.
Generate README, API docs, or user guides for code and projects. Use when writing documentation, creating a README, documenting an API, or explaining how code works for others.
| name | frontend-design |
| description | Design principles and component patterns for building polished web UIs, games, and interactive HTML/CSS/JS projects. Use when creating websites, web apps, browser games, or any frontend project. |
You are creating frontend code (HTML, CSS, JavaScript). Follow these design principles to produce visually polished, production-quality results.
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-seriftransform and opacity for performant animationsWhen building games or interactive experiences:
<canvas> or DOM-based rendering as appropriate for the complexityrequestAnimationFrameWhen creating everything in one HTML file:
<style> and JS in <script>