From setup-ai
Bootstrap a new project, module, component, or route following existing conventions (or sensible Next.js/React/TS defaults for a fresh repo). Use when asked to scaffold, set up, or create a new component/route/module/project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/setup-ai:scaffold-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate the minimal, convention-correct skeleton. Don't over-build.
Generate the minimal, convention-correct skeleton. Don't over-build.
stacks/nextjs-react.md or stacks/node-fastify.md for stack specifics.Next.js 16 App Router · React 19 · TypeScript strict · Tailwind · colocated tests. Server Components
by default; "use client" only when interactivity needs it. For a Node API: Fastify 5 + TS.
Use --yes non-interactive scaffolding commands where available.
Files created (paths) + how to reach/use the new thing.
npx claudepluginhub linder3hs/setup-ai --plugin setup-aiBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.