agentsclimarketplace

Gate init

Skill lennney/gate-all-skills/skills/workflow/gate-init

Frontend/Next.js Claude Code Skills — curated + custom

Install
npx -y skills add lennney/gate-all-skills --skill gate-init

Assembled 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

项目初始化 / Project scaffolding. Scaffolds a new Next.js project step by step. Use when the user confirms they want to build a new site or start a new app.

SKILL.md

1.2 KB, 330 tokens by cl100k_base, as published. Nobody here has run it

用户说"好,开始搭"。直接执行:

  1. 建项目:

    npx create-next-app@latest my-app --typescript --tailwind --eslint --app --src-dir --import-alias "@/*"
    

    告诉用户:"正在搭架子——用的 Next.js 是目前最流行的网站框架,Tailwind 负责样式,TypeScript 让代码更健壮。"

  2. 装 UI 组件:

    npx shadcn@latest init -d
    npx shadcn@latest add button card dialog form input sheet tabs toast
    

    告诉用户:"装好了一套现成的 UI 组件库,按钮、弹窗、表单这些不用自己从头写了。"

  3. 配好工具函数 src/lib/utils.ts(cn 合并样式类)

  4. git init && git add . && git commit -m "chore: scaffold" 告诉用户:"代码已经用 Git 管起来了,以后改了什么一目了然。"

  5. npm run build 确认能跑 告诉用户:"项目搭好了,跑了一遍构建没报错。接下来你想做什么页面?"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.