返回 Skill 列表
编程开发进阶
全栈项目脚手架 Skill
一句话创建完整项目:Next.js+Tailwind+TS+数据库+部署。30分钟从零到上线。
📋 SKILL.md 完整代码
--- name: scaffold-skill description: >- 一句话创建完整项目:Next.js+Tailwind+TS+数据库+部署。30分钟从零到上线。 Use when working on scaffold skill tasks. allowed-tools: Read,Write,Bash --- # 全栈项目脚手架 Skill ## Quick Start 1. Save as `~/.claude/skills/scaffold-skill/SKILL.md` 2. Restart Claude Code 3. Type `/scaffold-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/scaffold-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /scaffold-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
一句话建站
「我要做一个博客网站,用 Next.js + Tailwind + TypeScript,需要用户登录、文章发布、评论功能。」→ AI 自动创建项目结构、配置数据库、写基础代码、设置部署。30分钟后你打开浏览器就能看到一个能跑的网站。