{"id":44427783,"url":"https://github.com/bang9/ai-tools","last_synced_at":"2026-04-05T12:02:06.539Z","repository":{"id":336653583,"uuid":"1150538777","full_name":"bang9/ai-tools","owner":"bang9","description":"A collection of tools for Claude Code to operate more efficiently","archived":false,"fork":false,"pushed_at":"2026-04-01T05:59:43.000Z","size":9429,"stargazers_count":8,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-02T02:42:36.993Z","etag":null,"topics":["ai-agent","claude-code","codex","task-manager","task-orchestration"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bang9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-05T11:56:29.000Z","updated_at":"2026-04-01T05:59:47.000Z","dependencies_parsed_at":"2026-02-18T12:01:30.834Z","dependency_job_id":null,"html_url":"https://github.com/bang9/ai-tools","commit_stats":null,"previous_names":["bang9/ai-tools"],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/bang9/ai-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bang9%2Fai-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bang9%2Fai-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bang9%2Fai-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bang9%2Fai-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bang9","download_url":"https://codeload.github.com/bang9/ai-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bang9%2Fai-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","claude-code","codex","task-manager","task-orchestration"],"created_at":"2026-02-12T11:23:28.807Z","updated_at":"2026-04-05T12:02:06.535Z","avatar_url":"https://github.com/bang9.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-tools\n\nA collection of tools for Claude Code to operate more efficiently.\n\n## Tools\n\n### [redit](./redit)\n\nA local cache layer for editing remote documents (Confluence, Notion, etc.).\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/redit/install.sh | bash\n```\n\n**Skill** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install redit\n```\n\n### [vaultkey](./vaultkey)\n\nEncrypted secrets manager backed by a private Git repo. AES-256-GCM encryption, synced across machines via git.\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/vaultkey/install.sh | bash\n```\n\n**Plugin** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install vaultkey\n```\n\n### [claude-irc](./claude-irc)\n\nIRC-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.\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/claude-irc/install.sh | bash\n```\n\n**Plugin** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install claude-irc\n```\n\n### [webform](./webform)\n\nDynamic web form for collecting structured data from users. AI generates a compact schema, opens a browser form, and receives the submitted data as JSON.\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/webform/install.sh | bash\n```\n\n**Plugin** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install webform\n```\n\n### [pipemd](./pipemd)\n\nFast 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.\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/pipemd/install.sh | bash\n```\n\n### [rewind](./rewind)\n\nSession 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.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/screenshot/rewind-preview.png\" alt=\"rewind preview\" width=\"1100\" /\u003e\n\u003c/p\u003e\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/rewind/install.sh | bash\n```\n\n**Plugin** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install rewind\n```\n\n### [grove](./grove)\n\nGit 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.\n\n#### Installation\n\n```bash\ncd grove \u0026\u0026 bash install-local.sh\n```\n\n### [whip](./whip)\n\nTask 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.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/screenshot/whip-preview.png\" alt=\"whip preview\" width=\"1100\" /\u003e\n\u003c/p\u003e\n\n#### Installation\n\n**CLI**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/whip/install.sh | bash\n```\n\n**Plugin** (via Claude Code Plugin)\n\n```bash\n/plugin marketplace add bang9/ai-tools\n/plugin install whip\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbang9%2Fai-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbang9%2Fai-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbang9%2Fai-tools/lists"}