quiet-bash
01Plugin Claude Code
Plugin marketplace listing 1 plugin: quiet-bash.
Plugin Claude Code
Plugin marketplace listing 1 plugin: quiet-bash.
Plugin Claude Code
Quiets noisy Bash commands (JS/npm, Python, JVM/Scala, Go, Rust, Ruby, make, docker, bazel, big git diffs) by redirecting full output to a temp log and surfacing only a summary — saving context tokens while preserving failure details.
Hook
Runs when a session starts on startup and clear, executing claude-code-sessionstart.sh. From yoeld-wix/quiet-bash.
Hook
Runs before the agent uses a tool for Bash tool calls, executing claude-code.sh. From yoeld-wix/quiet-bash.
Hook
Runs after a tool call finishes for mcp__.*, WebFetch, WebSearch and Read tool calls, executing claude-code-result.sh. From yoeld-wix/quiet-bash.
Skill Claude CodeCodex
Use before reading files or large output to find, count, extract, parse, verify, loop, or wait. Routes that work to a deterministic shell pipeline so the answer enters context, not the haystack — cheaper and more correct than reading content into the model.
Skill Claude CodeCodex
Use before writing, adding, or changing code for any feature or fix. Guides toward the smallest correct solution — reuse before rewrite, existing tools before new dependencies, fewer lines and files — to cut generated output tokens (the 3–5×-priced, serially-generated half of cost) without ever trimming correctness…
Skill Claude CodeCodex
Use before writing or editing any markdown the agent generates — READMEs, docs/, design specs, CHANGELOG, PR descriptions. Guides toward fewer rows in .md files (link don't duplicate, one example not three, table over paragraph, cut filler) to save generated output tokens (the 3–5×-priced, serially-generated half of…