By bang9
Spawn and coordinate multiple task sessions from Claude Code sessions to run systematic debugging, iterative code review, PR triage, multi-agent simulation, task planning, and documentation workflows with orchestrated agent teams and git worktree management.
Systematic debugging loop — reproduce, analyze root cause, fix, then challenge with a fresh verification pass to distinguish fundamental fixes from workarounds. Use when debugging issues or when unexpected behavior needs a methodical approach.
Write or update documentation with code-verified accuracy. Use when creating, reviewing, or updating docs, READMEs, guides, or API references.
Create a real-world whip case-study or lessons-learned markdown file under .whip/lesson-learn/<file-name>.md. Use when the user wants to capture an actual whip run, prompts, decisions, IRC coordination, outcomes, or lessons learned.
Iterative review-fix loop — dispatch a fresh codex reviewer each round, apply fixes, repeat until LGTM. Use when you want rigorous code quality validation before merge.
Analyze work, design a stacked task plan, and get user approval before execution. Use when starting a multi-task project that needs planning.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of tools for Claude Code to operate more efficiently.
A local cache layer for editing remote documents (Confluence, Notion, etc.).
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/redit/install.sh | bash
Skill (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install redit
Encrypted secrets manager backed by a private Git repo. AES-256-GCM encryption, synced across machines via git.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/vaultkey/install.sh | bash
Plugin (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install vaultkey
IRC-inspired inter-session communication for Claude Code agents. Enable multiple sessions on the same machine to exchange messages, share context, and coordinate in real-time.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/claude-irc/install.sh | bash
Plugin (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install claude-irc
Dynamic web form for collecting structured data from users. AI generates a compact schema, opens a browser form, and receives the submitted data as JSON.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/webform/install.sh | bash
Plugin (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install webform
Fast terminal markdown renderer for pipe-heavy AI output. Reads stdin or files and re-renders markdown with box-drawn tables, ANSI emphasis, and syntax-highlighted code fences.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/pipemd/install.sh | bash
Session transcript timeline viewer for Claude Code and Codex agent sessions. Opens a visual timeline in the browser showing user messages, assistant responses, tool calls, and thinking events.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/rewind/install.sh | bash
Plugin (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install rewind
Git project manager with split terminal and diff viewer for macOS. Each project gets its own source clone and worktrees, each worktree gets persistent split terminal sessions. Tracks Claude Code and Codex AI session status in real-time with visual indicators. Supports line-level staging, unstaging, and discarding.
cd grove && bash install-local.sh
Task orchestrator for Claude Code. Run single-task work in global, run stacked work in a named workspace, and manage multiple Claude Code sessions via tmux with inter-session communication through claude-irc. Includes a TUI dashboard, web dashboard with real-time terminal view, and remote mode for headless operation.
CLI
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/whip/install.sh | bash
Plugin (via Claude Code Plugin)
/plugin marketplace add bang9/ai-tools
/plugin install whip
MIT
npx claudepluginhub bang9/ai-tools --plugin whipSession transcript timeline viewer for Claude Code and Codex agent sessions
IRC-inspired inter-session communication for Claude Code agents
Remote Edit Layer - Local cache for efficiently editing remote documents
Encrypted secrets manager for Claude Code sessions backed by a private Git repo
Dynamic browser form for collecting structured user input in Claude Code sessions
IRC-inspired inter-session communication for Claude Code agents
Commands for orchestrating complex workflows
Parallel task orchestration for AI coding agents - dispatch work to Codex or Claude Code workers in isolated git workspaces
Inter-session communication for Claude Code — session registry, messaging, and coordination
Launch, control, and monitor other Claude Code sessions as workers via tmux
Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team