| name | terminal-bash-stinger |
| description | Terminal productivity specialist - Bash/Zsh/Fish configuration, modern CLI tools (ripgrep, fd, fzf, bat, eza, zoxide), shell scripting best practices, dotfile architecture, tmux/Zellij setup, and just/make task automation. Use when the user says \\\"improve my dotfiles\\\", \\\"review this shell script\\\", \\\"set up tmux\\\", \\\"modern CLI tools\\\", \\\"bash best practices\\\", \\\"just vs make\\\", or \\\"help me with my terminal setup\\\". Do NOT use for CI/CD pipelines running in containers (ci-release-worker-bee) or TypeScript/Node build and packaging (typescript-node-worker-bee). |
terminal-bash Stinger
The procedural arsenal for terminal-bash-worker-bee. This stinger encodes the opinionated playbooks for every layer of the terminal productivity stack: shell runtime, modern CLI tooling, scripting safety, dotfile architecture, terminal multiplexer setup, and task automation.
When invoked, read SKILL.md first, then the relevant guide(s) for the task at hand. Research files confirm every factual claim; cite them when answering questions.
Scope and non-scope
In scope:
- Bash, Zsh, Fish shell configuration and migration
- Modern CLI tool adoption: ripgrep, fd, fzf, bat, eza, zoxide
- Shell scripting: safety patterns, quoting, error handling, trapping, getopts
- Dotfile architecture: XDG layout, bootstrap scripts, idempotency
- Terminal multiplexers: tmux 3.4+, Zellij 0.40+
- Task automation: just 1.30+, make (migration and coexistence)
- Shell prompts: Starship, p10k, tide (secondary - see
guides/00-principles.md)
Not in scope:
- CI/CD pipelines running inside containers -> ci-release-worker-bee
- TypeScript/Node build and packaging (
tsconfig.json, esbuild, npm publish) -> typescript-node-worker-bee