From f36b2acdf2cd0726cc8c1d11afaf04bc0419b2c7 Mon Sep 17 00:00:00 2001 From: robcholz <84130577+robcholz@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:49:05 -0500 Subject: [PATCH 01/26] Add VibeBox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e0fd2a..38f357a 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [Agentic Sprint](https://github.com/damienlaine/agentic-sprint) — Spec-driven, self-iterative multi-agent framework for Claude Code with coordinated specialized agents (Python, Next.js, CI/CD, QA, UI Testing). +- [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. - [Recurse ML](https://recurse.ml) - Find bugs in AI Generated Code From 29a5eec5026df2b43f3576f0d730c84da8458e9d Mon Sep 17 00:00:00 2001 From: Bipin Rimal Date: Fri, 13 Feb 2026 19:42:17 +0545 Subject: [PATCH 02/26] Add EkLine to Documentation section EkLine is an AI-powered documentation review tool that integrates with CI/CD pipelines to automatically catch style issues, broken links, and documentation drift. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a74902..2796864 100644 --- a/README.md +++ b/README.md @@ -234,8 +234,9 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [DiagramGPT](https://www.eraser.io/diagramgpt) — DiagramGPT is a free AI-based web app that converts a schema, infrastructure definition, code snippet or plain language description into diagrams. The tool can generate flow charts, entity relationship diagrams, cloud architecture diagrams and sequence diagrams. - [DocuWriter.ai](https://www.docuwriter.ai/) — AI-powered web app to generate automated Code & API documentation from your source code files. - [README-AI](https://github.com/eli64s/readme-ai) — Automated README.md file generator, powered by large language model APIs. -- [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github -- [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models +- [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github. +- [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models. +- [EkLine](https://ekline.io/) — Helps software teams create and maintain high-quality documentation with AI-powered quality checks, style guide enforcement, and automatic doc generation. ## Observability - [TraceRoot AI](https://traceroot.ai/) - An AI native observability tool that using AI agents to automatically fix your production bugs. From 40191c1653ba1851d05508435a0ec39f4f58fb1a Mon Sep 17 00:00:00 2001 From: Baha Abu Nojaim Date: Wed, 18 Feb 2026 06:44:44 -0800 Subject: [PATCH 03/26] Add Mysti to IDE extensions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0bbcc6..847d841 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [IBM watsonx Code Assistant for Z](https://www.ibm.com/products/watsonx-code-assistant-z) — watsonx Code Assistant for Z is an AI-powered mainframe application modernization product with code generation. Features include application discovery and analysis, automated code refactoring and COBOL to Java conversion. - [EasyCode](https://www.easycode.ai/) — VS Code extension with GPT-4 chat. - [Kilo Code](https://kilocode.ai) - Open Source AI coding assistant for planning, building, and fixing code inside VS Code. +- [Mysti](https://github.com/DeepMyst/Mysti) — Multi-agent AI coding assistant for VS Code. Supports Claude Code, OpenAI Codex, Gemini, Cline, and GitHub Copilot with brainstorm mode where agents debate, red-team, and collaborate on solutions. - [FlyonUI MCP](https://flyonui.com/mcp) — Integrate FlyonUI MCP - Tailwind AI Builder directly into your IDE and craft stunning Tailwind CSS Components, Blocks and Pages inspired by FlyonUI. - [Traycer](https://traycer.ai) - Plan-First Coding Assistant in VS Code. - [shadcn/studio MCP](https://shadcnstudio.com/mcp) - Integrate shadcn/studio MCP Server directly into your favorite IDE and craft stunning shadcn/ui Components, Blocks and Pages inspired by shadcn/studio. From d15a8284df5a44917df61010670bc1b2fe59dbd9 Mon Sep 17 00:00:00 2001 From: gonewx Date: Sat, 21 Feb 2026 13:22:54 +0800 Subject: [PATCH 04/26] Add Mantra - AI coding session time machine for Claude Code/Cursor/Windsurf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..8e3f2bd 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. +- [Mantra](https://mantra.gonewx.com) — Desktop session time machine for AI coding tools. Captures and restores full conversation state for Claude Code, Cursor, and Windsurf — like quicksave for your AI sessions. Free for macOS. ## Shell assistants From a742a1439c6a627bb55ef3016ea7f53d9662f58e Mon Sep 17 00:00:00 2001 From: LeadAgent Date: Sat, 21 Feb 2026 14:33:55 +0800 Subject: [PATCH 05/26] Add Claude Code Open to Command-line section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..e9b3fc9 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). +- [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. ### Desktop From 7ed0a53a57aaf509fa807a81f05e71696960f8a6 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 23 Feb 2026 11:57:27 +0100 Subject: [PATCH 06/26] Add Parallel Code to tools list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..2f36657 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [trae](https://www.trae.ai/) — Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster. - [Zed](https://zed.dev/) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. - [Nimbalyst](https://nimbalyst.com) - An agent management environment for Claude Code and Codex. Interactive visual editing of markdown, mockups, excalidraw, code. Parallel session management. +- [Parallel Code](https://github.com/johannesjo/parallel-code) - Desktop app that runs multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) in parallel with automatic git worktree isolation, a unified GUI, and remote monitoring. ## Git Clients From b3f9bfad27f78047d2281ae0a70fd6c3ec618270 Mon Sep 17 00:00:00 2001 From: anviren Date: Tue, 24 Feb 2026 13:17:38 +0300 Subject: [PATCH 07/26] Add Revieko to AI code reviewer list Adds Revieko to PR agents list as architecture drift / structural risk PR reviewer. link https://synqra.tech/revieko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..6fc55e2 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Matter AI](https://matterai.dev) - Open Source AI Code Reviewer to help engineering teams release code with confidence. - [Gito](https://github.com/Nayjest/Gito) - AI code reviewer that works with any language model, locally or in GitHub Actions. - [Baz](https://baz.co) - Ai Code Reviewer that is tailored to your team's guidelines and conventions. Customizable, adaptable, responsive and integrated with the rest of teh developer tooling for context. +- [Revieko](https://synqra.tech/revieko/) — Architecture drift radar for PRs: structural risk scoring and drift hotspots. ## App generators From 6061a46a27ea9b004bfe844c8d545661b88de341 Mon Sep 17 00:00:00 2001 From: Leonardo Cardoso Date: Tue, 24 Feb 2026 21:14:17 -0300 Subject: [PATCH 08/26] Add Poirot to Desktop Assistants --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42466ff..c4d0303 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Onboard](https://www.getonboardai.com) — Chat with an AI about public and private codebases. - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Pieces](https://pieces.app/) — An on-device copilot that helps you capture, enrich, and reuse code, streamline collaboration, and solve complex problems through a contextual understanding of your workflow. +- [Poirot](https://github.com/LeonardoCardoso/Poirot) — A macOS app for browsing Claude Code sessions, exploring diffs, and re-running commands. Reads local transcripts, runs offline, open source. - [Wren AI](https://getwren.ai/oss) — SQL AI Agent to get results and insights faster by asking questions without writing SQL, and it's open-source! - [TEXT2SQL.AI](https://www.text2sql.ai/) — AI-powered SQL query builder. Translate, explain and fix complex SQL queries using plain English. - [SQLAI.ai](https://www.sqlai.ai/) — AI generates, fixes, explains and optimizes SQL queries. Ability to add your own database schema and train AI to understand it. @@ -119,6 +120,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. +- [Poirot](https://github.com/LeonardoCardoso/Poirot) — A macOS app for browsing Claude Code sessions, exploring diffs, and re-running commands. Reads local transcripts, runs offline, open source. - [Mantra](https://mantra.gonewx.com) — Desktop session time machine for AI coding tools. Captures and restores full conversation state for Claude Code, Cursor, and Windsurf — like quicksave for your AI sessions. Free for macOS. ## Shell assistants From fa0ad97575cb2263cc4c9b0f1a4e2e18a8358512 Mon Sep 17 00:00:00 2001 From: indoor47 Date: Wed, 25 Feb 2026 19:51:26 +0000 Subject: [PATCH 09/26] Add claude-pr-reviewer to PR agents section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..eb7859e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Matter AI](https://matterai.dev) - Open Source AI Code Reviewer to help engineering teams release code with confidence. - [Gito](https://github.com/Nayjest/Gito) - AI code reviewer that works with any language model, locally or in GitHub Actions. - [Baz](https://baz.co) - Ai Code Reviewer that is tailored to your team's guidelines and conventions. Customizable, adaptable, responsive and integrated with the rest of teh developer tooling for context. +- [claude-pr-reviewer](https://github.com/indoor47/claude-pr-reviewer) - GitHub Action + CLI that uses Claude AI to automatically review pull requests, post inline comments, and report token costs. Supports strictness levels (lenient/balanced/strict). Zero dependencies, Python 3.8+. ## App generators From 1b78b46970bf79c9817d4c15925feb0d7ace1aa9 Mon Sep 17 00:00:00 2001 From: nedcodes-ok Date: Fri, 27 Feb 2026 14:56:52 -0500 Subject: [PATCH 10/26] Add cursor-doctor to IDE extensions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..e82c4b9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Cline](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) — Autonomous coding agent for VS Code that can create/edit files, execute commands, and use the browser with user permission. Supports multiple AI providers including OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. - [Refact AI](https://refact.ai/) [Source](https://github.com/smallcloudai/refact) — Open source assistant with chat, completion, refactoring, and codebase-specific fine-tuning. Extensions for VS Code and JetBrains. - [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation. Edits multiple files and runs commands on your behalf. +- [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [Blackbox AI](https://www.useblackbox.io/) — VS Code extension with autocomplete and chat including links to online coding references. - [CodeGeeX](https://codegeex.cn/) — Open source assistant based on the CodeGeeX LLM with chat, completion, and refactoring. Extensions for 9 editors including VS Code, and PyCharm. - [Quack AI](https://www.quackai.com/) — VS Code extension for adhering to project coding guidelines. From 468eea69f202b913b1fe8ace71fed1fdcfcb8e1c Mon Sep 17 00:00:00 2001 From: nedcodes Date: Fri, 27 Feb 2026 16:13:05 -0500 Subject: [PATCH 11/26] =?UTF-8?q?Add=20rule-porter=20=E2=80=94=20AI=20IDE?= =?UTF-8?q?=20rule=20converter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..a885e4a 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). +- [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. From 00186a7cfb9c0ef23c671cb768efc841b5bfa267 Mon Sep 17 00:00:00 2001 From: Ned C Date: Fri, 27 Feb 2026 19:40:00 -0500 Subject: [PATCH 12/26] Add rule-gen to Snippet generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..6f91f05 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AI Code Playground](https://aicodeplayground.com/) — A web tool for refactoring and improving code. - [AutoRegex](https://www.autoregex.xyz/) — AutoRegex uses OpenAI's GPT-3 to produce regular expressions from plain English. - [unpkg.ai](https://unpkg.ai/) — Open source AI-powered ESM module generation service. Generate JavaScript modules via URL for rapid prototyping. +- [rule-gen](https://github.com/nedcodes-ok/rule-gen) — CLI tool that generates AI coding rules from your actual codebase using Google Gemini. Feeds source files into Gemini's 1M token context window to produce project-specific rules for Cursor, Claude Code, Copilot, and Windsurf. Zero dependencies. ## Documentation From a46a10ea9edbc92ca7ad41df1fa2970d93c573d0 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 19:10:24 +0530 Subject: [PATCH 13/26] Add 'git-lrc' to Git Clients section Added a new Git client 'git-lrc' for AI code reviews. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..542be13 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, Unlimited AI Code Reviews That Run on Every Commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. - [AI Git Narrator](https://github.com/pmusolino/AI-Git-Narrator) - CLI tool that uses AI to automatically generate high-quality Git commit messages and pull request descriptions. From 875aef3f984ef72ad1685c9a726034ada4d4db94 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 23:20:20 +0530 Subject: [PATCH 14/26] Fix capitalization in git-lrc description Corrected capitalization in the description of git-lrc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542be13..1305b20 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients -- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, Unlimited AI Code Reviews That Run on Every Commit. +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, unlimited AI code reviews that run on every commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. - [AI Git Narrator](https://github.com/pmusolino/AI-Git-Narrator) - CLI tool that uses AI to automatically generate high-quality Git commit messages and pull request descriptions. From 3b26a8379ccdf25001ffa7d9d4b67700cd8cc91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Fern=C3=A1ndez?= <9169332+GeiserX@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:23:11 +0100 Subject: [PATCH 15/26] Add LynxPrompt to Command-line section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..9037707 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. +- [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. From 64fae9ebe9dcb19f7547dd84adbb05c934cdd018 Mon Sep 17 00:00:00 2001 From: survivorforge Date: Wed, 4 Mar 2026 16:09:23 +0000 Subject: [PATCH 16/26] Add Cursor Rules Collection to Resources section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..ea50fa3 100644 --- a/README.md +++ b/README.md @@ -290,4 +290,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects. +- [Cursor Rules Collection](https://github.com/survivorforge/cursor-rules) — 35+ production-quality .cursorrules files for 16 frameworks including React, Next.js, Python, Go, Rust, SvelteKit, and Django. Configure AI coding assistants with code style, architecture, and testing conventions. MIT licensed. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) From 0a4991c9889275ac70a34642319956c038d127ab Mon Sep 17 00:00:00 2001 From: mattthewong Date: Fri, 6 Mar 2026 21:52:42 -0800 Subject: [PATCH 17/26] Add BurnRate - AI coding cost analytics tool Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..7532de9 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. +- [BurnRate](https://getburnrate.io) - Local-first AI coding cost analytics. Tracks Claude Code, Cursor, Codex, Copilot, Windsurf, Cline, and Aider. Cost breakdowns, 23 optimization rules, rate limit monitoring, provider comparison, and PDF reports. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. From fed7bd79be83bc95ca05cdca2d67ba89573fab69 Mon Sep 17 00:00:00 2001 From: Kaushik Rajan Date: Sun, 8 Mar 2026 16:11:38 +0530 Subject: [PATCH 18/26] Add aiforcode.io to Resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..1c10f11 100644 --- a/README.md +++ b/README.md @@ -289,5 +289,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources +- [aiforcode.io](https://aiforcode.io) — Expert-curated directory of 42+ AI coding tools with transparent 100-point scoring, head-to-head comparisons, and an interactive tool recommendation quiz. Verified monthly. - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) From 2006f618d4a271f657d8628142ec7cb4edebecdb Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 9 Mar 2026 10:31:56 -0400 Subject: [PATCH 19/26] Add Dorothy to IDEs section Dorothy is an open-source desktop app to orchestrate multiple AI coding agents (Claude Code, Codex, Gemini) simultaneously with automations, Kanban management, and remote control. https://github.com/Charlie85270/Dorothy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 332c22d..171da73 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [OneCompiler](https://onecompiler.com/) — A free AI Powered online compiler supporting over 70 languages, including Java, Python, MySQL, C++, and HTML, for writing, running, and sharing code. - [trae](https://www.trae.ai/) — Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster. - [Zed](https://zed.dev/) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -- [Nimbalyst](https://nimbalyst.com) - An agent management environment for Claude Code and Codex. Interactive visual editing of markdown, mockups, excalidraw, code. Parallel session management. +- [Dorothy](https://github.com/Charlie85270/Dorothy) — Open-source desktop app to orchestrate multiple AI coding agents (Claude Code, Codex, Gemini) simultaneously with automations, Kanban management, and remote control. +- [Nimbalyst](https://nimbalyst.com) - An agent management environment for Claude Code and Codex. Interactive visual editing of markdown, mockups, excalidraw, code. Parallel session management. - [Parallel Code](https://github.com/johannesjo/parallel-code) - Desktop app that runs multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) in parallel with automatic git worktree isolation, a unified GUI, and remote monitoring. ## Git Clients From f7ba348b3bda1bc688050d5d0815cc6e0a39828d Mon Sep 17 00:00:00 2001 From: Ari Mayer Date: Mon, 9 Mar 2026 11:36:57 -0400 Subject: [PATCH 20/26] Add models TUI to Command-line section A TUI for browsing AI models, benchmarks from Artificial Analysis, and coding agents with GitHub integration. Built with Rust and Ratatui. https://github.com/arimxyer/models Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 332c22d..5c77f45 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. +- [models](https://github.com/arimxyer/models) — A TUI for browsing AI models, benchmarks from Artificial Analysis, and coding agents with GitHub integration. Built with Rust and Ratatui. ### Desktop From 13ecca4efe8d3360dc2c3951a849bfaf56881c9c Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 9 Mar 2026 16:52:22 -1000 Subject: [PATCH 21/26] Add Stoneforge to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39051fc..8d7c9f8 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. - [Recurse ML](https://recurse.ml) - Find bugs in AI Generated Code - [Zenable](https://zenable.io/) — AI guardrails that learn your team's standards and ensure coding agents follow them, maximizing speed and quality. +- [Stoneforge](https://stoneforge.ai) — Open-source orchestration for AI coding agents. Run multiple agents in parallel with automatic dispatch, merge, and recovery. - [Trellis](https://github.com/mindfold-ai/Trellis) - All-in-one AI framework & toolkit for Claude Code & Cursor. Manages tasks, specs, and multi-agent pipelines. ## PR agents From 4984115563bcf0ad3928d040e370877668a25fa3 Mon Sep 17 00:00:00 2001 From: Nikolay Elesin Date: Wed, 11 Mar 2026 11:05:58 +0100 Subject: [PATCH 22/26] Add Changenotes to Documentation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39051fc..3f6c843 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github. - [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models. - [EkLine](https://ekline.io/) — Helps software teams create and maintain high-quality documentation with AI-powered quality checks, style guide enforcement, and automatic doc generation. +- [Changenotes](https://changenotes.app) — AI-powered changelog generator. Connects to GitHub, auto-generates categorized changelogs from commits and PRs on every release. Free tier available, Pro $9/mo. ## Observability - [TraceRoot AI](https://traceroot.ai/) - An AI native observability tool that using AI agents to automatically fix your production bugs. From 513c8b650cc1bf1a8cac9118642f1e4f4a5f5ebc Mon Sep 17 00:00:00 2001 From: Julien SIKOUTRIS Date: Wed, 11 Mar 2026 13:40:13 +0100 Subject: [PATCH 23/26] Add AI Coding Compare to Resources section AI Coding Compare is a comparison tool for 50+ AI coding assistants with features, pricing, and performance benchmarks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39051fc..c306b92 100644 --- a/README.md +++ b/README.md @@ -300,4 +300,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [aiforcode.io](https://aiforcode.io) — Expert-curated directory of 42+ AI coding tools with transparent 100-point scoring, head-to-head comparisons, and an interactive tool recommendation quiz. Verified monthly. - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects. - [Cursor Rules Collection](https://github.com/survivorforge/cursor-rules) — 35+ production-quality .cursorrules files for 16 frameworks including React, Next.js, Python, Go, Rust, SvelteKit, and Django. Configure AI coding assistants with code style, architecture, and testing conventions. MIT licensed. +- [AI Coding Compare](https://aicodingcompare.com) — Compare 50+ AI coding assistants with features, pricing, and performance benchmarks. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) From beb07f40c4451353d5e89fa496d11b9593f4b679 Mon Sep 17 00:00:00 2001 From: Prakersh Maheshwari Date: Sun, 15 Mar 2026 20:21:53 +0530 Subject: [PATCH 24/26] Add onWatch to Command-line section onWatch is an open-source Go CLI that tracks AI API quota usage across 7 providers with a Material Design 3 web dashboard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043b559..3d96d07 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [BurnRate](https://getburnrate.io) - Local-first AI coding cost analytics. Tracks Claude Code, Cursor, Codex, Copilot, Windsurf, Cline, and Aider. Cost breakdowns, 23 optimization rules, rate limit monitoring, provider comparison, and PDF reports. +- [onWatch](https://github.com/onllm-dev/onwatch) — Open-source Go CLI that tracks AI API quota usage across 7 providers (Anthropic, OpenAI Codex, GitHub Copilot, Synthetic, Z.ai, MiniMax, Antigravity). Background daemon with Material Design 3 web dashboard, ~15MB binary, <50MB RAM, zero telemetry. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. From b7e0ce71cd2df2d380146b34a6f308597098e5b5 Mon Sep 17 00:00:00 2001 From: ofekkatriel Date: Mon, 16 Mar 2026 00:19:12 +0200 Subject: [PATCH 25/26] Add Caliber to Command-line assistants --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043b559..04cf92e 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [BurnRate](https://getburnrate.io) - Local-first AI coding cost analytics. Tracks Claude Code, Cursor, Codex, Copilot, Windsurf, Cline, and Aider. Cost breakdowns, 23 optimization rules, rate limit monitoring, provider comparison, and PDF reports. +- [Caliber](https://github.com/rely-ai-org/caliber) — Open-source CLI that scans your codebase and generates AI agent configs (CLAUDE.md, .cursorrules, skills, MCPs) for Claude Code, Cursor, and Codex. Scores your setup 0–100 and recommends MCP servers. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. From 85b4252598b51e4e7af6698987b115ec3ccfdb97 Mon Sep 17 00:00:00 2001 From: Reeve Francis Date: Mon, 16 Mar 2026 16:53:18 -0400 Subject: [PATCH 26/26] Add FlyDex to agent tooling list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043b559..1c2464a 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [DevOpsGPT](https://github.com/kuafuai/DevOpsGPT) — DevOpsGPT: AI-Driven Software Development Automation Solution - [Second.dev](https://www.second.dev/) — A platform for adding features to full-stack apps. - [Factory](https://www.factory.ai/) — Agents for code generation. Waitlisted. +- [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. - [sudocode](https://sudocode.ai/) — A web based chat assistant for generating projects, similar to Code Interpreter. - [CodeFlash AI](https://www.codeflash.ai/) — A CLI and CI tool for optimizing Python code using AI. - [Micro Agent by Builder](https://www.builder.io/blog/micro-agent) — An AI agent that writes and fixes code for you.