Project init
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill project-initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
项目初始化。用户要搭新 Next.js 项目时加载。按顺序执行脚手架命令。
SKILL.md
0.8 KB, 148 tokens by cl100k_base, as published. Nobody here has run it
Run these steps in order:
npx create-next-app@latest my-app --typescript --tailwind --eslint --app --src-dir --import-alias "@/*"
cd my-app
npx shadcn@latest init -d
npx shadcn@latest add button card dialog form input sheet tabs toast
Create this structure:
src/app/ layout.tsx + page.tsx + globals.css
src/components/ ui/ + features/
src/lib/ utils.ts (cn) + constants.ts
public/images/
Finish with git init && git add . && git commit -m "chore: scaffold" and npm run build verification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.