https://github.com/bang9/ai-tools
A collection of tools for Claude Code to operate more efficiently
https://github.com/bang9/ai-tools
ai-agent claude-code codex task-manager task-orchestration
Last synced: about 2 months ago
JSON representation
A collection of tools for Claude Code to operate more efficiently
- Host: GitHub
- URL: https://github.com/bang9/ai-tools
- Owner: bang9
- License: mit
- Created: 2026-02-05T11:56:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T05:59:43.000Z (2 months ago)
- Last Synced: 2026-04-02T02:42:36.993Z (2 months ago)
- Topics: ai-agent, claude-code, codex, task-manager, task-orchestration
- Language: Go
- Homepage:
- Size: 8.99 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# ai-tools
A collection of tools for Claude Code to operate more efficiently.
## Tools
### [redit](./redit)
A local cache layer for editing remote documents (Confluence, Notion, etc.).
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/redit/install.sh | bash
```
**Skill** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install redit
```
### [vaultkey](./vaultkey)
Encrypted secrets manager backed by a private Git repo. AES-256-GCM encryption, synced across machines via git.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/vaultkey/install.sh | bash
```
**Plugin** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install vaultkey
```
### [claude-irc](./claude-irc)
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.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/claude-irc/install.sh | bash
```
**Plugin** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install claude-irc
```
### [webform](./webform)
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.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/webform/install.sh | bash
```
**Plugin** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install webform
```
### [pipemd](./pipemd)
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.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/pipemd/install.sh | bash
```
### [rewind](./rewind)
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.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/rewind/install.sh | bash
```
**Plugin** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install rewind
```
### [grove](./grove)
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.
#### Installation
```bash
cd grove && bash install-local.sh
```
### [whip](./whip)
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.
#### Installation
**CLI**
```bash
curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/whip/install.sh | bash
```
**Plugin** (via Claude Code Plugin)
```bash
/plugin marketplace add bang9/ai-tools
/plugin install whip
```
## License
MIT