From Better Fullstack
Extends existing Better Fullstack projects by adding capabilities, addons, deployment targets, generated CI, or stack updates. Use when the repo contains bts.jsonc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/better-fullstack:add-to-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Better Fullstack MCP server for existing-project updates. Do not hand-edit generated stack
Use the Better Fullstack MCP server for existing-project updates. Do not hand-edit generated stack metadata or guess which template files belong to a capability.
bts.jsonc.bfs_get_guidance and bfs_get_schema.bfs_plan_stack_update with the target projectDir and requested
stack fields.bfs_apply_stack_update only when the plan is acceptable.bfs_plan_addition before bfs_add_feature.npx claudepluginhub marve10s/better-fullstack --plugin better-fullstackAdds 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.
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.
Configures project settings and initializes development tooling for new or existing codebases.