From auto-mobile
Executes package.json scripts via bun run instead of ad hoc commands. Useful when another skill or task needs a script like lint, build, or test.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:bun-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `package.json` scripts through Bun instead of ad hoc root commands.
Use package.json scripts through Bun instead of ad hoc root commands.
package.json first for an existing script.bun run <script>.lint, build, test, benchmark-context, and validate:yaml.scratch/ and summarize the result.validate, test, check-ci, or dead-code, not as the main workflow when the user asks for a higher-level task.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileRuns Bun scripts, tests with compact reporters and bail flags, builds bundles/executables, and initializes projects using flags for fast feedback and minimal output.
Guides using Bun as runtime, package manager, bundler, and test runner for JS/TS projects with Node comparisons, migration steps, and Vercel deployment.