skills/jb-bgproc/SKILL.md
Use when starting, stopping, listing, cleaning, or inspecting long-running background processes via bgproc.
npx skillsauth add bjesuiter/skills jb-bgprocInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Simple process manager for agents. All commands output JSON to stdout.
bgproc start -n myserver -- npm run dev
bgproc start -n <name> [-f] [-t <seconds>] [-w [<seconds>]] [--keep] -- <command...>
Notes:
-n <name>: Name the process (required)-f: Force start if name exists-t <seconds>: Timeout before considering start failed-w [<seconds>]: Wait for the process to become ready; optional seconds--keep: Keep logs after stop--: Separator before the command to runbgproc status -n <name>
bgproc logs -n <name>
bgproc stop -n <name>
bgproc list
bgproc clean
bgproc clean to remove stale entries and logs.testing
Use when the user mentions Clawpatch/clawpatch.ai, semantic feature review, repo-wide AI audit, persistent findings, or clawpatch init/map/review/report/fix/revalidate.
development
Use when the user asks for autoreview, Codex/Claude second-model review, or final review of dirty changes, a branch, commit, or PR before ship.
testing
Use when the user asks to cut, prepare, publish, tag, or verify a release, especially npm/package releases.
tools
Use when adding, writing, fixing, or exposing a script for the Tuna macOS launcher.