Run shell commands in the background with file-backed output capture and a completion event that wakes the agent when the job exits. Use when a command might take more than ~30 seconds (builds, tests, deployments, agent jobs like acpx/codex exec) and you want to keep working while it runs.
$npx -y skills add tkellogg/open-strix --skill long-running-jobsInstalls into the current project.
Run `npx skills use "https://github.com/tkellogg/open-strix" --skill "tkellogg/open-strix/long-running-jobs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tkellogg/open-strix" that are relevant to the current task. Run `npx skills add "https://github.com/tkellogg/open-strix"` and select the relevant skills, then follow their instructions.