From Better Fullstack
Scaffolds new apps, APIs, backends, fullstack projects, and more via the Better Fullstack MCP server. Use for any project bootstrap, initialization, or generation from a stack description.
How this skill is triggered — by the user, by Claude, or both
Slash command
/better-fullstack:scaffold-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Better Fullstack MCP server as the source of truth. Do not hand-write package files,
Use the Better Fullstack MCP server as the source of truth. Do not hand-write package files, framework folders, auth wiring, database wiring, or generated project structure.
bfs_get_guidance.bfs_get_schema for the current allowed values. Do not rely on a stale option list."none", empty arrays, and booleans rather than omitting
important fields.bfs_check_compatibility.bfs_plan_project. Review the dry-run output and compatibility adjustments.bfs_create_project only after the plan matches the user request.install: false for agent scaffolding unless the user explicitly asks to install
dependencies.packageManager: "bun" when the user or current repo expects Bun.aiDocs: ["agents-md"] for reusable projects and aiDocs: ["none"] for benchmarks or
throwaway scaffolds.frontend: ["react-vite"]frontend: ["next"], backend: "self"backend: "hono", runtime: "bun" or "node"database: "sqlite", orm: "drizzle"ecosystem: "python", then choose pythonWebFramework and related Python fieldsecosystem: "rust", then choose rustWebFramework and related Rust fieldsSay what command/tool path was used, what compatibility adjustments were made, where the project was
created, and what the next commands are. Never claim dependencies were installed when install: false was used.
npx claudepluginhub marve10s/better-fullstack --plugin better-fullstackScaffolds new apps, APIs, backends, fullstack projects, monorepos, or starters using Better-T-Stack. Supports frameworks like Hono, Express, Next.js, Nuxt, Svelte, Astro, React Native, and more.
Orchestrates full-stack application creation from natural language requests. Detects project type, selects tech stack, and coordinates specialized agents for scaffolding, features, and deployment.
Orchestrates full-stack application creation from natural language requests. Determines project type, selects tech stack, and coordinates specialized agents.