From better-t-stack
Adds addons (PWA, Tauri, docs, Biome, Husky, Turborepo, etc.) to an existing Better-T-Stack project via the MCP server. Use when extending an existing project rather than scaffolding a new one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/better-t-stack:add-to-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Better-T-Stack MCP server to install addons into an existing project rather than wiring the tooling by hand.
Use the Better-T-Stack MCP server to install addons into an existing project rather than wiring the tooling by hand.
The user already has a Better-T-Stack project (look for a bts.jsonc config) and wants to add tooling or features — e.g. "add PWA support", "add a docs site", "switch to Biome", "add Turborepo", "wire up the MCP addon".
For brand-new projects, use the scaffold-project skill instead.
bts_plan_addons with the desired addon set (and any nested addonOptions). This is a dry run — review the planned changes with the user.bts_add_addons.pwa, tauri, electrobun, starlight, biome, lefthook, husky, mcp, turborepo, nx, vite-plus, fumadocs, ultracite, oxlint, opentui, wxt, skills, evlog.
Note: nx, turborepo, and vite-plus are mutually exclusive task runners. Use bts_get_schema for nested addon options (e.g. Fumadocs templates/search/AI chat, WXT templates, OpenTUI templates).
bts_plan_addons before bts_add_addons.npx claudepluginhub amanvarshney01/create-better-t-stack --plugin better-t-stackExtends existing Better Fullstack projects by adding capabilities, addons, deployment targets, generated CI, or stack updates. Use when the repo contains bts.jsonc.
Scaffolds 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.
Configures project settings and initializes development tooling for new or existing codebases.