Help us improve
Share bugs, ideas, or general feedback.
From claude-code-starter
Scaffolds new projects from user ideas: asks for requirements and tech preferences, recommends stacks with reasons, initializes via official CLI tools like create-next-app or uv init, configures structure/deps/entry code, verifies execution, suggests next skills.
npx claudepluginhub lightpointventures/claude-code-starterHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:starterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户从零开始搭建一个新项目,从想法到能跑的代码。
Guides a new idea from vague concept to working MVP through scoping, stack choice, architecture, implementation, and deployment in a structured workflow.
Scaffolds full-stack applications from natural language requests. Selects tech stack, coordinates specialized agents, and applies project templates.
Creates a full project skeleton: picks a stack, generates all files, and installs dependencies. Useful when starting a new project and you want the AI to decide the simplest working setup.
Share bugs, ideas, or general feedback.
帮用户从零开始搭建一个新项目,从想法到能跑的代码。
依次提问(每次一个):
问题 1:你想做什么?
用一两句话描述你想做的东西。比如"一个个人博客"、"一个待办事项应用"、"一个 API 服务"。
问题 2:有技术栈偏好吗?
你想用什么技术?比如 Python、React、Next.js。 如果不确定,我根据你的需求推荐。
根据用户回答,推荐合适的技术栈。推荐时给出理由:
根据你的需求,推荐用 xxx,原因是 xxx。可以吗?
用户确认技术栈后,按以下顺序搭建:
运行项目,确认能正常启动:
项目搭建完成,已经可以运行了。
项目结构: (展示关键目录和文件的简要说明)
接下来你可以:
- 用 /auth 添加登录注册功能
- 用 /database 连接数据库
- 用 /api 生成后端接口
- 用 /landing 做一个落地页
- 用 /deploy 把项目部署上线