with one click
create-project
// 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.
// 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.
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.
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.
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.
| name | create-project |
| description | 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. |
You are scaffolding a new project from scratch. Follow these steps to create a well-structured, immediately runnable project.
Clarify what the user wants to build. Consider:
Before writing any code, briefly outline:
Write all files using the Write tool. Follow these principles:
After creating all files: