From b130e94f4310f8f4e35ab1f6d8d89c7e0f20cb98 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 2 May 2025 18:23:55 -0700 Subject: [PATCH 01/40] Add Vibe Compiler (vibec) to app generators section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e7981e..4723474 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. +- [Vibe Compiler (vibec)](https://github.com/grishingrishin/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek From 627afd06207b7a07ab77da5ea0c6693452611d5b Mon Sep 17 00:00:00 2001 From: Pranshu Gupta Date: Sun, 4 May 2025 16:18:28 +0530 Subject: [PATCH 02/40] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e7981e..722f976 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,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. +- [Traycer](https://traycer.ai) - Plan-First Coding Assistant in VS Code. ### Command-line From 663bfbaacb52a0188c6ada6de3d7f4f23b219166 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Sun, 4 May 2025 14:06:23 -0700 Subject: [PATCH 03/40] Update vibe-compiler URL to new organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4723474..fa08f8b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. -- [Vibe Compiler (vibec)](https://github.com/grishingrishin/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. +- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek From 52f127b64309bc6ae2b5b92f0c7e349f892f7005 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Tue, 20 May 2025 15:13:00 -0700 Subject: [PATCH 04/40] Update README.md Move vibe compiler to CLI section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa08f8b..631d4e1 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. +- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. + ### Desktop @@ -158,7 +160,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. -- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek From 2a03cf866d6e5145e09baa075349c541460e4fa6 Mon Sep 17 00:00:00 2001 From: JiaKeShen Date: Tue, 27 May 2025 19:25:22 +0800 Subject: [PATCH 05/40] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5700fab..76ef4d8 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Frontly](https://fronty.com/) — Convert the uploaded image to HTML CSS code. - [BoringUi](https://www.boringui.xyz/) — Create beautiful UI using your JSON data. The generated UI is in HTML and Tailwind CSS with code which can be copied and UI can be shared with anyone using links. - [Polymet](https://polymet.ai) — Create and iterate product design easily. Polymet helps teams create user interfaces and prototypes without any design experience, provides production-ready front-end code. +- [CSS Picker](https://csspicker.dev/) - Copy UI from Existing Design and Iterate with AI, support Copy CSS from website (by [CSS Picker Extension](https://chromewebstore.google.com/detail/csspicker-copy-css-from-w/laooinkgdapbcbjchpmihliljfnakkdh)), image to code and text to UI. ## Snippet generators From 44fe547bde76ab91ba69d0e29cc68ee1201e9157 Mon Sep 17 00:00:00 2001 From: samuelrondot <78373133+samuelrondot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:24:19 +0200 Subject: [PATCH 06/40] Added Capacity.so in ## App generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5700fab..f39f11c 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek - [Srcbook](https://github.com/srcbookdev/srcbook) — TypeScript-centric app development platform with an AI app builder and TypeScript notebook. +- [Capacity](https://capacity.so) — AI powered full-stack web app development that turn prompt in natural language into fully functional web applications. - [Lovable](https://lovable.dev/) — AI-powered full-stack app development platform that converts natural language descriptions or designs into fully functional applications with built-in deployment and GitHub integration. - [Literally anything](https://literallyanything.io) — HTML and JavaScript web app generator. - [GPT Web App Generator](https://magic-app-generator.wasp-lang.dev/) — Generates a full-stack React/Node.js/Prisma/Wasp app from a short description. From d1cdc21f97ef0a0323b4b9b46a4f0b10dcf6905b Mon Sep 17 00:00:00 2001 From: Jordan Bentley Date: Wed, 18 Jun 2025 14:29:30 -0400 Subject: [PATCH 07/40] Add Crystal to IDEs section Crystal is a new type of dev environment to manage, inspect, and test parallel Claude Code sessions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5700fab..f12ba36 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## IDEs +- [Crystal](https://github.com/stravu/crystal) — A new type of dev environment to manage, inspect, and test parallel Claude Code sessions. - [Cursor](https://www.cursor.com/) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Uses OpenAI. - [PearAI](https://trypear.ai/) — An open source fork of VS Code with chat and inline code generation. - [Melty](https://melty.sh/) — An open source fork of VS Code with built in chat, change previews, and ability to write commits with AI. Currently only source code is available. From 1ece5544799b2210624bc4e6e898ebc58e658f7d Mon Sep 17 00:00:00 2001 From: Gianfranco P <899175+gianpaj@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:55:41 +0200 Subject: [PATCH 08/40] Add leap.new --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d89974f..241f074 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Fine](https://fine.dev/?ref=awesome) — AI Dev Environment for automating mundane work. Integrate GitHub, Sentry, Linear. Get context-aware answers to questions. Plan, design and implement changes. Automate self-healing CI/CD. - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. +- [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. ## PR agents From 0d6576a02dda48594064c156f0091c8042628faa Mon Sep 17 00:00:00 2001 From: Randy Carlton Date: Mon, 14 Jul 2025 09:38:15 -0400 Subject: [PATCH 09/40] Update README.md Added CLI project under the section for Shell assistants: [AutoComplete.sh](https://github.com/closedLoop-technologies/autocomplete-sh) - CLI tool that adds AI-powered command-line suggestions directly to your terminal with just type to return the top suggestions for you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 241f074..3b5ee31 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Butterfish](https://butterfi.sh) — CLI tool that embeds ChatGPT in your shell for easy access. Includes simple agentic capabilities. - [Shell Whiz](https://github.com/beimzhan/shell-whiz) — highly configurable CLI assistant to generate shell commands and get explanations for them. - [GitFluence](https://www.gitfluence.com/) — Web-based Git command generator to automatically generate Git commands for terminal or CLI from text description, using an AI-driven solution to suggest the most relevant Git commands. +- [AutoComplete.sh](https://github.com/closedLoop-technologies/autocomplete-sh) - CLI tool that adds AI-powered command-line suggestions directly to your terminal with just type to return the top suggestions for you. - [code-collator](https://github.com/tawandakembo/code-collator) — CLI tool that creates a single markdown file that describes your entire codebase to language models. Useful for AI-coding assistance from the Claude/ChatGPT web interface rather than via the API. - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [TmuxAI](https://tmuxai.dev/) - AI-powered, non-intrusive terminal assistant. From 87339b10d34629b327047bfe2e8696659e73f6f8 Mon Sep 17 00:00:00 2001 From: Nandini26singh Date: Wed, 23 Jul 2025 15:42:26 +0530 Subject: [PATCH 10/40] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b5ee31..534f30b 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Frontly](https://fronty.com/) — Convert the uploaded image to HTML CSS code. - [BoringUi](https://www.boringui.xyz/) — Create beautiful UI using your JSON data. The generated UI is in HTML and Tailwind CSS with code which can be copied and UI can be shared with anyone using links. - [Polymet](https://polymet.ai) — Create and iterate product design easily. Polymet helps teams create user interfaces and prototypes without any design experience, provides production-ready front-end code. +- [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. ## Snippet generators From af25503b894ee941f2de11bd6bf29a5bf8ce4691 Mon Sep 17 00:00:00 2001 From: Nandini26singh Date: Thu, 24 Jul 2025 11:14:12 +0530 Subject: [PATCH 11/40] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 534f30b..7d54508 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,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. +- [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. ### Command-line @@ -193,7 +194,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Frontly](https://fronty.com/) — Convert the uploaded image to HTML CSS code. - [BoringUi](https://www.boringui.xyz/) — Create beautiful UI using your JSON data. The generated UI is in HTML and Tailwind CSS with code which can be copied and UI can be shared with anyone using links. - [Polymet](https://polymet.ai) — Create and iterate product design easily. Polymet helps teams create user interfaces and prototypes without any design experience, provides production-ready front-end code. -- [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. ## Snippet generators From 5406d10a5ad4622e12be6b6867c102789aaed2e3 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Mon, 28 Jul 2025 04:46:20 -0700 Subject: [PATCH 12/40] Add Berrry to App generators section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Berrry is a Twitter app generator that transforms social media posts into functional web applications. It turns tweets and Reddit content into complete apps with unique subdomains at berrry.app. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02a0f15..2e4a498 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Mage](https://usemage.ai/) — Generate full-stack web apps in Wasp, React, Node.js and Prisma. - [ScrollHub](https://hub.scroll.pub/) — Generate and publish websites using the Scroll programming language. +- [Berrry](https://berrry.app) — Twitter app generator that transforms social media posts into functional web applications. Turn tweets and Reddit content into complete apps with unique subdomains. + ## UI generators - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. From 3182d132d768407b0de374bca54f9f18fad2e8f4 Mon Sep 17 00:00:00 2001 From: itsjackhere Date: Fri, 8 Aug 2025 17:42:28 +0530 Subject: [PATCH 13/40] Add Recurse ML --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b00869..99a06f7 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [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 ## PR agents From e733ec852c06d6e58b40d1e7962295644181a4d5 Mon Sep 17 00:00:00 2001 From: XinweiHe Date: Wed, 13 Aug 2025 19:38:24 -0700 Subject: [PATCH 14/40] add traceroot ai to a new observability section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b00869..3254125 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,9 @@ 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 +## Observability +- [TraceRoot AI](https://traceroot.ai/) - An AI native observability tool that using AI agents to automatically fix your production bugs. + ## OpenAI plugins - [ChatWithGit](https://gitsearch.sdan.io/) — Enables ChatGPT to search GitHub and return links to relevant repositories. From c3c4b513bab8f367dcd441a8c51d3117839fc313 Mon Sep 17 00:00:00 2001 From: Vitalii Stepanenko Date: Sat, 16 Aug 2025 18:30:55 +0200 Subject: [PATCH 15/40] Add "Gito" project to "PR agents" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b00869..fca8a38 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [CodeReviewBot](https://codereviewbot.ai/) — AI powered code reviews for GitHub - [Callstack.ai Code Reviewer](https://callstack.ai/code-reviewer) — AI-powered PR reviewer for GitHub, designed to identify bugs, security issues, and performance bottlenecks. - [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. ## App generators From 13c0cccd61b5cde76fddbe1607111992fc612fca Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Wed, 10 Sep 2025 19:37:17 -0700 Subject: [PATCH 16/40] Add unpkg.ai - Open source AI-powered ESM module generation service Zero friction AI-powered module generation for rapid prototyping and development. Open source service with no signup required, no API keys needed - just import and code. - Generate JavaScript modules via URL for rapid prototyping - Perfect for AI-assisted development workflows - Instant ESM modules for any function or utility needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..b4f6a87 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AI Code Convert](https://aicodeconvert.com/) — A web tool for translating code between programming languages. - [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. ## Documentation From da2360d6706fcd897a2b2143662632f10d92eaea Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 28 Sep 2025 22:14:37 +0200 Subject: [PATCH 17/40] Add intelli-shell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..48d6f33 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 - [code-collator](https://github.com/tawandakembo/code-collator) — CLI tool that creates a single markdown file that describes your entire codebase to language models. Useful for AI-coding assistance from the Claude/ChatGPT web interface rather than via the API. - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [TmuxAI](https://tmuxai.dev/) - AI-powered, non-intrusive terminal assistant. +- [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. ## Agents From 2dab7bbabfd68fb88148106ebb176a7feb577e02 Mon Sep 17 00:00:00 2001 From: Mahdiyar Date: Tue, 30 Sep 2025 03:32:13 -0400 Subject: [PATCH 18/40] Add Roundtable MCP Server - AI Tool Unification Platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Roundtable MCP Server to the Agents section. This zero-configuration MCP server provides a unified interface for multiple AI coding assistants including Codex, Claude Code, Cursor, and Gemini through intelligent auto-discovery and standardized interface. Key features: - Zero-configuration setup - Multi-assistant support - Intelligent auto-discovery - Standardized interface for AI productivity tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..e1f31a8 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Micro Agent by Builder](https://www.builder.io/blog/micro-agent) — An AI agent that writes and fixes code for you. - [Fine](https://fine.dev/?ref=awesome) — AI Dev Environment for automating mundane work. Integrate GitHub, Sentry, Linear. Get context-aware answers to questions. Plan, design and implement changes. Automate self-healing CI/CD. - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. +- [Roundtable MCP Server](https://github.com/askbudi/roundtable) — Zero-configuration MCP server that unifies multiple AI coding assistants through intelligent auto-discovery and standardized interface - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. From dd5981174236468065dbd4315016476b9b56dce2 Mon Sep 17 00:00:00 2001 From: Claire <43973731+clairerosenfeld@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:41:27 -0700 Subject: [PATCH 19/40] Added Macroscope to PR Agents AI-powered code review for GitHub that uses ASTs to build a graph-based representation of your codebase & pulls context from your issue management systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..8b5eb77 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## PR agents - [Greptile](https://greptile.com/code-review-bot) — AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase. +- [Macroscope](https://macroscope.com/code-review) - AI-powered code review for GitHub that uses ASTs to build a graph-based representation of your codebase & pulls context from your issue management systems. - [EntelligenceAI](https://entelligence.ai/pr) — AI powered code reviews for Github and Gitlab that improves over time based on user comments - [Sweep](https://github.com/sweepai/sweep) — AI junior dev: GitHub integration to generate, test, and self-review pull requests from issues. - [Codegen](https://www.codegen.com/) — GPT-4 based PR agent for enterprise codebases. From 66c596a717b93efecfad598c0a135d92fe804547 Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Tue, 21 Oct 2025 18:48:46 +0300 Subject: [PATCH 20/40] Add Conduit8 to Command-line tools CLI registry for discovering, installing, and managing Claude Code skills. Provides one-command installation of 20+ curated skills to ~/.claude/skills/. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..69cf2a1 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. - [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) +- [Conduit8](https://github.com/alexander-zuev/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. ### Desktop From 5a7165540ee90bfd2ed892d7fb689114d3271a8b Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Fri, 24 Oct 2025 12:39:29 +0300 Subject: [PATCH 21/40] Update Conduit8 repository link to organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cf2a1..da6a395 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. - [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) -- [Conduit8](https://github.com/alexander-zuev/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. +- [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. ### Desktop From a5bc5b8cb043655840b006fa2121d3063cfbc885 Mon Sep 17 00:00:00 2001 From: 1Broseidon Date: Thu, 6 Nov 2025 15:43:43 -0600 Subject: [PATCH 22/40] Add promptext - smart code context extractor for AI assistants --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..317d81c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. - [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) +- [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. ### Desktop From c574c3bed8961cab89dfcb2dcc95a20b0f22200f Mon Sep 17 00:00:00 2001 From: Damien Laine Date: Thu, 27 Nov 2025 01:33:21 +0100 Subject: [PATCH 23/40] Add Agentic Sprint to Agents section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..58f142b 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Fine](https://fine.dev/?ref=awesome) — AI Dev Environment for automating mundane work. Integrate GitHub, Sentry, Linear. Get context-aware answers to questions. Plan, design and implement changes. Automate self-healing CI/CD. - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. +- [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). - [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. ## PR agents From fd14e75351a0726cf7e87e25c54d355d867bb1d2 Mon Sep 17 00:00:00 2001 From: Cranot Date: Mon, 1 Dec 2025 16:48:34 +0100 Subject: [PATCH 24/40] Add AgentsKB - researched knowledge base for AI assistants --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fca8a38..e654dab 100644 --- a/README.md +++ b/README.md @@ -237,3 +237,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [MutahunterAI](https://github.com/codeintegrity-ai/mutahunter) — Accelerate developer productivity and code security by finding vulnerabilities in code and generating tests for them. Open Source and available as a CLI or CI/CD pipeline. - [KushoAI](https://kusho.ai/) — AI agent for API testing which transforms your Postman collections, OpenAPI specs, curl commands, etc. into exhaustive test suites that plug into your CI/CD pipeline. - [Test Gru](https://gru.ai/home#test-gru) — Provides enterprise-level unit test automation services. + +- [AgentsKB](https://agentskb.com) - Expert knowledge layer for AI assistants. Your AI searches, we research. That's the difference. From 8bc86c7ee7ba18949019b3118b2188950db5f4e8 Mon Sep 17 00:00:00 2001 From: Ali Shokoohi <94232712+AliShokoohi23@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:55:11 +0330 Subject: [PATCH 25/40] Add Google Antigravity to IDEs section Added Google Antigravity to the list of AI development tools. Antigravity is a significant new entry in the AI coding space, functioning as an "agent-first" IDE that forks VS Code to focus on autonomous agent orchestration rather than just code completion. - Placed in the IDEs section. - Verified the link points to the official landing page. - Followed existing formatting conventions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca8a38..68793ab 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Testing](#testing) ## IDEs - +- [Google Antigravity](https://antigravity.google/) — An agent-first IDE that orchestrates autonomous AI agents to plan, execute, and verify complex coding tasks with deep browser integration. - [Crystal](https://github.com/stravu/crystal) — A new type of dev environment to manage, inspect, and test parallel Claude Code sessions. - [Cursor](https://www.cursor.com/) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Uses OpenAI. - [PearAI](https://trypear.ai/) — An open source fork of VS Code with chat and inline code generation. From e21dcfb2fbb47b268562858aa3c39377f0904bc7 Mon Sep 17 00:00:00 2001 From: Nandini26singh Date: Mon, 15 Dec 2025 12:37:46 +0530 Subject: [PATCH 26/40] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4de9c61..589452f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Kilo Code](https://kilocode.ai) - Open Source AI coding assistant for planning, building, and fixing code inside VS Code. - [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. ### Command-line From cc63c3a30ec8aff91271a9596308a4d7c7d8e049 Mon Sep 17 00:00:00 2001 From: Nimrod Kor Date: Thu, 18 Dec 2025 22:15:36 +0200 Subject: [PATCH 27/40] Add Baz CLI and Baz to the tools list in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db08aae..2a569d8 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. +- [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. ### Desktop @@ -168,6 +169,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Callstack.ai Code Reviewer](https://callstack.ai/code-reviewer) — AI-powered PR reviewer for GitHub, designed to identify bugs, security issues, and performance bottlenecks. - [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. ## App generators From cb7f6d193397ed5a645a883009ee0e7d804f6017 Mon Sep 17 00:00:00 2001 From: jharris1679 Date: Thu, 18 Dec 2025 16:36:08 -0500 Subject: [PATCH 28/40] Add sniffbench to Testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db08aae..0ae7c38 100644 --- a/README.md +++ b/README.md @@ -253,3 +253,4 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Test Gru](https://gru.ai/home#test-gru) — Provides enterprise-level unit test automation services. - [AgentsKB](https://agentskb.com) - Expert knowledge layer for AI assistants. Your AI searches, we research. That's the difference. +- [sniffbench](https://github.com/AnswerLayer/sniffbench) — Benchmark suite for evaluating coding agents. Compare configurations, track metrics, and A/B test with real issues from your repos. From 8aed00be35980df7584ddf097659ae9e6296f272 Mon Sep 17 00:00:00 2001 From: Pat Date: Sat, 20 Dec 2025 19:01:06 -0500 Subject: [PATCH 29/40] Add Blank Space to App generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7ce5c7..425ea20 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [ScrollHub](https://hub.scroll.pub/) — Generate and publish websites using the Scroll programming language. - [Berrry](https://berrry.app) — Twitter app generator that transforms social media posts into functional web applications. Turn tweets and Reddit content into complete apps with unique subdomains. +- [Blank Space](https://www.blankspace.build/) — Open-source AI app builder for creating web applications using natural language. Self-hostable alternative to v0, Lovable, and Bolt. ## UI generators From 4d8fd07dfd4cb12138a9f83c0e23537267aa1405 Mon Sep 17 00:00:00 2001 From: jharris1679 Date: Sun, 21 Dec 2025 16:42:32 -0500 Subject: [PATCH 30/40] Move sniffbench to new Evaluation section As requested by maintainer, created a new Evaluation section for tools that benchmark/evaluate AI coding agents, distinct from Testing tools that help generate tests. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ae7c38..b8df920 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [OpenAI plugins](#openai-plugins) - [Search](#search) - [Testing](#testing) +- [Evaluation](#evaluation) ## IDEs - [Google Antigravity](https://antigravity.google/) — An agent-first IDE that orchestrates autonomous AI agents to plan, execute, and verify complex coding tasks with deep browser integration. @@ -253,4 +254,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Test Gru](https://gru.ai/home#test-gru) — Provides enterprise-level unit test automation services. - [AgentsKB](https://agentskb.com) - Expert knowledge layer for AI assistants. Your AI searches, we research. That's the difference. + +## Evaluation + - [sniffbench](https://github.com/AnswerLayer/sniffbench) — Benchmark suite for evaluating coding agents. Compare configurations, track metrics, and A/B test with real issues from your repos. From 094dd48d94a110425541f23c6f79362349042ae3 Mon Sep 17 00:00:00 2001 From: scotthavird Date: Mon, 29 Dec 2025 16:00:48 -0500 Subject: [PATCH 31/40] Add Havoptic - AI coding tool release tracker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..6bc7a9a 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Bloop](https://bloop.ai/) — Natural language search for repositories. - [Buildt](https://www.buildt.ai/) — Natural language search for repositories. Waitlist. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. +- [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) ## Testing From b1422c3cd1fac04831e2bd5936d08ffdbec7f569 Mon Sep 17 00:00:00 2001 From: Mathis <93727116+mathisdev7@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:01:07 +0100 Subject: [PATCH 32/40] Add Arctic CLI to AI tools list Added Arctic CLI to the list of AI tools in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..ba32c2d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. +- [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 47186f664a703d41facf5ec650753c3026d36be5 Mon Sep 17 00:00:00 2001 From: Harsh Kumar <9u.harsh@gmail.com> Date: Sun, 4 Jan 2026 10:37:44 +0530 Subject: [PATCH 33/40] Added Fastshot Added Fastshot to the list of no-code platforms. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..000da15 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Berrry](https://berrry.app) — Twitter app generator that transforms social media posts into functional web applications. Turn tweets and Reddit content into complete apps with unique subdomains. - [Blank Space](https://www.blankspace.build/) — Open-source AI app builder for creating web applications using natural language. Self-hostable alternative to v0, Lovable, and Bolt. +- [Fastshot](https://fastshot.ai/) — AI driven no-code platform for building and deploying mobile apps. ## UI generators From 11981e6eec4bd0f6186762ca9069263a2423c683 Mon Sep 17 00:00:00 2001 From: Pushkaraj Kulkarni <107422421+thepushkaraj@users.noreply.github.com> Date: Wed, 14 Jan 2026 01:23:27 +0530 Subject: [PATCH 34/40] Add ContextMCP to Search section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..5f3e45d 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Bloop](https://bloop.ai/) — Natural language search for repositories. - [Buildt](https://www.buildt.ai/) — Natural language search for repositories. Waitlist. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. +- [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. ## Testing From a0476f7fbcef90824dd40f82185e7175150be815 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Sat, 24 Jan 2026 16:29:09 +0000 Subject: [PATCH 35/40] Add Open Agent to the Agents list Open Agent is a self-hosted control plane for Claude Code that provides: - Isolated container workspaces (systemd-nspawn) - Real-time mission streaming - Git-backed Library for skills, tools, rules, and MCPs - Web and iOS dashboards --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..dee0a02 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. - [Roundtable MCP Server](https://github.com/askbudi/roundtable) — Zero-configuration MCP server that unifies multiple AI coding assistants through intelligent auto-discovery and standardized interface - [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). - [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 11d717febc2ed6486e28ee80fc29b6fb5b511e09 Mon Sep 17 00:00:00 2001 From: jinmingyang <2214962083@qq.com> Date: Tue, 27 Jan 2026 11:39:52 +0800 Subject: [PATCH 36/40] feat: add vsync to Command-line section Add vsync - a CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion. GitHub: https://github.com/nicepkg/vsync --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..e6bbe77 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. +- [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). ### Desktop From 537c6fb953f4f220661cd0b1fc53c733bf78f5db Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Fri, 30 Jan 2026 22:46:43 +0900 Subject: [PATCH 37/40] Add Tokscale to Command-line assistants --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..e0d21bf 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. +- [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. ### Desktop From 91572c7d4798e8bca3b67fd73e904bfe8ff151a7 Mon Sep 17 00:00:00 2001 From: Ryan Snodgrass Date: Sun, 1 Feb 2026 11:45:25 -0800 Subject: [PATCH 38/40] Add aloc - AI-augmented lines of code counter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..f455f5f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Command-line - [Amazon Q Developer CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html?trk=fd6bb27a-13b0-4286-8269-c7b1cfaa29f0&sc_channel=el) - CLI that provides command completion, command translation using generative AI to translate intent to commands, and a full agentic chat interface with context management that helps you write code. It works with many terminals and shells, on MacOS, Linux and Windows (via wsl). +- [aloc](https://github.com/modern-tooling/aloc) — A modern, AI-augmented lines of code counter built with Rust and Ratatui. Uses AI effort profiles for accurate project estimation. - [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. From bb87e41d949523a6383817a419874db52630c5d5 Mon Sep 17 00:00:00 2001 From: liyin2015 Date: Sun, 1 Feb 2026 17:18:52 -0800 Subject: [PATCH 39/40] Add AdaL to Command-line section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2ad3c..00333fc 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. - [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. Built on [AdalFlow](https://github.com/SylphAI-Inc/AdalFlow). [Docs](https://docs.sylph.ai/) | [Discord](https://discord.com/invite/ezzszrRZvT). ### Desktop From 1e48f528563f9d9c8cffe03f7af8bbdb18554ec4 Mon Sep 17 00:00:00 2001 From: scotthavird Date: Mon, 2 Feb 2026 00:01:31 -0500 Subject: [PATCH 40/40] Move Havoptic to Resources section Per maintainer feedback, moved Havoptic from Search section to a new Resources section at the bottom of the list. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc7a9a..3e3ba44 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Search](#search) - [Testing](#testing) - [Evaluation](#evaluation) +- [Resources](#resources) ## IDEs - [Google Antigravity](https://antigravity.google/) — An agent-first IDE that orchestrates autonomous AI agents to plan, execute, and verify complex coding tasks with deep browser integration. @@ -242,7 +243,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Bloop](https://bloop.ai/) — Natural language search for repositories. - [Buildt](https://www.buildt.ai/) — Natural language search for repositories. Waitlist. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. -- [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) ## Testing @@ -263,3 +263,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Evaluation - [sniffbench](https://github.com/AnswerLayer/sniffbench) — Benchmark suite for evaluating coding agents. Compare configurations, track metrics, and A/B test with real issues from your repos. + +## Resources + +- [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com)