From better-t-stack
Installs addons (PWA, Tauri, Biome, Turborepo, docs, etc.) into an existing Better-T-Stack project via its MCP server. Requires a bts.jsonc config file.
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-stackScaffolds new apps, APIs, backends, fullstack projects, monorepos, or starters using Better-T-Stack with type-safe stacks across frameworks like Hono, Next.js, TanStack, and more.
Initializes and configures projects: detects tech stacks, scaffolds new apps, creates task files, sets branch strategies, handles git submodules, exports to other AI platforms.
Universal project workflow guide that reads the existing codebase, keeps changes small, and explains technical decisions in plain language. Use when starting, modifying, debugging, or deploying software projects.