From auto-mobile
Runs package.json scripts at repo root using Bun (e.g., lint, build, test, validate:yaml). Helper for skills needing scripts over ad hoc commands; outputs to scratch/ for inspection.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Use `package.json` scripts through Bun instead of ad hoc root commands.
Runs 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.
Share bugs, ideas, or general feedback.
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.