dot_claude/skills/jb/SKILL.md
Use when running commands expected to take several minutes or more (dev servers, large builds, full test suites).
npx skillsauth add nijaru/dotfiles jbInstall 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.
jb run for tasks expected to take several minutes or more (dev servers, full builds, exhaustive test suites). When in doubt, run directly.jb logs --follow or jb wait to track progress without losing context.jb clean to keep the workspace responsive.| Task | Command | Strategy |
| :---------------- | :------------------------ | :---------------------------------------- |
| Start Job | jb run "command" | Run in background immediately. |
| Named Job | jb run -n "build" "..." | Use names for easier tracking. |
| Wait & Finish | jb wait <id> | Block only when necessary for next steps. |
| Check Logs | jb logs <id> --tail 50 | Verify output without full context dump. |
uv sync calls).-k <key> for jobs that should not overlap (e.g., continuous build watchers).-t <duration> for exploratory tasks that might hang.jb ls: Regularly check for orphaned or failed jobs.jb status: Detailed state of the job engine.jb retry <id>: Quick recovery for transient failures.| Excuse | Reality |
| :----------------- | :---------------------------------------------------------- |
| "It'll be fast" | It rarely is. Don't block your context on IO or compute. |
| "I'll just wait" | While waiting, you're costing tokens and time. Use jb. |
| "I'll check later" | Without jb, checking later means guessing if it finished. |
development
Use after completing a bug fix, feature, refactor, or tk task when the first implementation taught enough context to replace it with a simpler, cleaner, or more coherent version before finalizing.
development
Use when writing, migrating, or reviewing Zig code across recent stable versions (0.14-0.16), especially to correct stale syntax or stdlib, build.zig, allocator, formatting, or runtime API knowledge.
documentation
Use when reviewing or revising text (prose, docs, commits) to remove AI patterns and improve voice/clarity.
content-media
Use when fetching X/Twitter post content by URL, or searching for recent X posts.