From auto-mobile
Runs package.json scripts via `bun run` from repo root, preferring existing ones like lint, build, test. Writes inspectable output to scratch/ as needed.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilebun-tasks/# Bun Tasks Use `package.json` scripts through Bun instead of ad hoc root commands. - Check `package.json` first for an existing script. - Run repo tasks with `bun run <script>`. - Prefer existing scripts such as `lint`, `build`, `test`, `benchmark-context`, and `validate:yaml`. - When a Bun command emits output you need to inspect later, write it to `scratch/` and summarize the result. - Treat this as a helper for `validate`, `test`, `check-ci`, or `dead-code`, not as the main workflow when the user asks for a higher-level task.
/scaffoldScaffolds bash scripts for git workflows, testing, linting, coverage, and CI from claude-commands repo into project root and scripts/ directory, then verifies setup.
/bun-upgradeGuides safe upgrade of Bun runtime and/or project dependencies via optional target (bun, deps, all). Outputs bash commands, breaking change checks, tests, builds, git backups, rollbacks, and audits.
/SKILLConfigures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
/SKILLLaunches isolated code-context researcher agent to fetch repo/library context via DeepWiki, Context7, Exa, git clone, or all methods. Accepts repo URL/name and optional --method flag.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLCreates executable implementation plans from design folders, decomposing specs into granular tasks via phased loop with user validation and git commit.
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.