Better Bash
Description
Background process management for LLM coding agents — non-blocking bash with streaming output, stdin, and long-polling
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
better-bash
Background process management for LLM coding agents
Non-blocking bash with streaming output, stdin, and long-polling
Your agent runs `npm run build` and waits. Does nothing. Watches output scroll by. Wastes tokens.
better-bash fixes that. Five tools that turn blocking bash into background process management: the agent starts a command, does other work, checks back when it's ready.
Install
OpenCode
Add to `~/.config/opencode/opencode.json`:
{
"plugin": ["better-bash"]
}
MiMoCode
Add to `~/.config/mimocode/mimocode.json`:
{
"plugin": ["better-bash"]
}
From Source
git clone https://github.com/alper-dev/better-bash.git
cd better-bash
bun install && bun run build
What You Get
| Tool | Does |
|---|---|
bash_start |
Start a command in the background |
bash_status |
Check status, get new output (long-poll supported) |
bash_kill |
Kill a running process |
bash_stdin |
Write to a process's stdin |
bash_list |
List all running processes |
Examples
**Without better-bash:**
agent: bash("npm run build")
agent: ... waits 45 seconds doing nothing ...
agent: "Build complete!"
**With better-bash:**
agent: bash_start("npm run build")
→ { id: "p1", pi
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI