From 9adaaf04b0d01ce37c1367a62972def2de0aa7fa Mon Sep 17 00:00:00 2001 From: Tomasz Tomczyk Date: Sat, 28 Mar 2026 18:39:50 +0000 Subject: [PATCH 01/73] Add crit - human-in-the-loop review tool for AI agent workflows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4afa544..c6a037d 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [MiniMax Code Review](https://github.com/tarmojussila/minimax-code-review) - AI-powered GitHub Pull Request code review using MiniMax models. - [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+. - [Revieko](https://synqra.tech/revieko/) — Architecture drift radar for PRs: structural risk scoring and drift hotspots. +- [crit](https://crit.md) - Human-in-the-loop review for AI coding agents. Annotate plans, code, or any file with inline comments in a local browser UI; exports structured JSON your agent reads back. Share reviews via URL. - [CodeHawk](https://codehawk.crossgen-ai.com) — GitHub App that installs in seconds and reviews pull requests automatically, posting inline comments on bugs, security vulnerabilities, and logic errors. - [Grit](https://app.grit.io) — GitHub-integrated agent for automating maintenance tasks and other development work. - [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed. [Source](https://github.com/Elifterminal/pr-triage-web) From 3ca5d400b121310a3b5ae7e63d8248a2b9a1388e Mon Sep 17 00:00:00 2001 From: AkrMcmr Date: Mon, 30 Mar 2026 22:27:48 +0900 Subject: [PATCH 02/73] Add DocuPilot to Documentation Generation section Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 064330b..ba80431 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Documentation Generation - [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. +- [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] - [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. - [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models. From a20c7f9de392646ec1f27853eaa1025d4a4e038e Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 00:50:46 +0000 Subject: [PATCH 03/73] Add short descriptions to each section in README Added concise introductory descriptions after each section/subsection title to provide context before the list of tools. This helps readers understand what each category covers at a glance. Sections updated: - AI-Native IDEs, IDE Extensions - Terminal Agents, CLI Utilities - App Generators, UI Generators, Code Assistants - Database & SQL, Snippet & Utility Tools, ChatGPT Plugins - Desktop Applications - PR & Code Review Bots, CI/CD & Testing Automation - Multi-Agent Orchestration, Sandboxing & Isolation - Configuration & Context Management, Usage Analytics & Cost Tracking - Git & Commit Helpers, Documentation Generation - Code Search & Understanding, Resources Co-Authored-By: Claude Opus 4.5 --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index ba80431..930f21c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs +Integrated development environments built from the ground up with AI capabilities at their core. + - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. - [Zed](https://zed.dev/) — A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. @@ -56,6 +58,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### IDE Extensions +Plugins and extensions that add AI-powered features to existing code editors like VS Code, JetBrains, and Neovim. + - [GitHub Copilot](https://github.com/features/copilot) — A VS Code extension with chat, pull request text generation, and unit test generation. - [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. - [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation. Edits multiple files and runs commands on your behalf. @@ -90,6 +94,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Terminal Agents +Autonomous AI coding agents that operate directly in the command line, capable of writing code, executing commands, and managing entire development workflows. + - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [OpenAI Codex CLI](https://openai.com/codex/) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers. - [Aider](https://aider.chat/) — Popular CLI assistant and agent that generates changes and commits to repositories. Supports multiple LLM providers with built-in benchmarks. 25k+ GitHub stars. @@ -112,6 +118,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### CLI Utilities +Lightweight command-line tools that enhance developer workflows with AI-powered features like commit message generation, shell command translation, and code analysis. + - [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. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) @@ -130,6 +138,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### App Generators +Platforms that generate full-stack applications from natural language descriptions, enabling rapid prototyping and deployment. + - [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. - [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. @@ -159,6 +169,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### UI Generators +Tools that create user interface components, mockups, and frontend code from prompts, images, or design files. + - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. - [Magic Patterns](https://www.magicpatterns.com/) — Prototype your product ideas. UI generator website where you can prompt, upload images, or import design inspiration with their [Chrome Extension](https://www.magicpatterns.com/extension). Can export to Figma with a [plugin](https://www.figma.com/community/plugin/1304255855834420274). Supports a number of component systems including Shadcn, ChakraUI, and HTML + Tailwind. - [Tempo](https://www.tempolabs.ai/) — WYSIWYG editor for React interfaces. @@ -173,6 +185,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### Code Assistants +Web-based AI assistants that help with code understanding, refactoring, and generation through chat interfaces and browser integrations. + - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. - [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. - [Magnet](https://www.magnet.run/) — AI-native workspace for building software with repositories and issues as context. @@ -185,12 +199,16 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### Database & SQL +AI tools that generate, explain, optimize, and fix SQL queries using natural language. + - [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. #### Snippet & Utility Tools +Quick-access web tools for code generation, translation, refactoring, and other common development tasks. + - [CodePal](https://codepal.ai/) — A web tool for quickly generating or refactoring code. - [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. @@ -200,6 +218,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### ChatGPT Plugins +Plugins that extend ChatGPT with development-focused capabilities like code search and repository context. + - [ChatWithGit](https://plugins.sdan.io/git) — Enables ChatGPT to search GitHub and return links to relevant repositories. - [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. @@ -207,6 +227,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Desktop Applications +Native desktop apps that provide AI-powered development features, terminal enhancements, and agent management interfaces. + - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. @@ -224,6 +246,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### PR & Code Review Bots +Automated bots that review pull requests, add code suggestions, and identify issues in your CI/CD pipeline. + - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). - [Greptile](https://greptile.com/code-review-bot) — AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase. @@ -253,6 +277,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### CI/CD & Testing Automation +Tools that automate test generation, end-to-end testing, and continuous integration workflows using AI. + - [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository - [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into Github Actions, Azure DevOps and more. - [Traceloop](https://traceloop.com/) — Uses OpenTelemetry tracing data with generative AI to improve system reliability. @@ -275,6 +301,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Multi-Agent Orchestration +Platforms and tools for coordinating multiple AI coding agents working simultaneously on different tasks or parts of a codebase. + - [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. - [Sidecar](https://github.com/marcus/sidecar) — Terminal UI companion for CLI-based coding agents (Claude Code, Cursor, Gemini) with unified conversation history, git integration, task management, and workspace control. @@ -288,6 +316,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Sandboxing & Isolation +Secure environments for running AI coding agents with controlled access, container isolation, and safety guardrails. + - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. @@ -295,6 +325,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Configuration & Context Management +Tools for managing AI agent configurations, syncing rules across IDEs, and providing contextual knowledge to coding assistants. + - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. - [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. @@ -313,6 +345,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Usage Analytics & Cost Tracking +Tools for monitoring token consumption, tracking API costs, and analyzing usage patterns across AI coding tools. + - [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. - [Code Insights](https://github.com/melagiri/code-insights) — Local-first CLI and dashboard for analyzing AI coding sessions from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat. SQLite-backed with terminal analytics, browser dashboard, and LLM-powered insights. @@ -327,6 +361,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Git & Commit Helpers +Tools that leverage AI to generate commit messages, pull request descriptions, and streamline git workflows. + - [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. @@ -334,6 +370,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Documentation Generation +AI-powered tools for automatically generating documentation, diagrams, changelogs, and API references from code. + - [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. - [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] - [DocuWriter.ai](https://www.docuwriter.ai/) — AI-powered web app to generate automated Code & API documentation from your source code files. @@ -344,6 +382,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Code Search & Understanding +Semantic search tools that help developers find and understand code using natural language queries and AI-powered analysis. + - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. [Source](https://github.com/keptlive/contextwire-mcp) @@ -351,6 +391,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources +Curated collections, tutorials, comparison guides, and community resources for AI-powered development tools. + - [Skills Hub](https://skillshub.io) — Community-rated marketplace for GitHub Copilot, Cursor, and Claude AI coding instructions. Browse and share quality-scored `copilot-instructions.md`, `.cursorrules`, and `CLAUDE.md` configurations organized by tech stack. - [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. From bca713c6eda2fa1970f295bfa3ab69d586f36b23 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 00:52:41 +0000 Subject: [PATCH 04/73] Shorten section descriptions for conciseness Reduced all section descriptions to brief, scannable one-liners while preserving their meaning. Co-Authored-By: Claude Opus 4.5 --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 930f21c..28371be 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs -Integrated development environments built from the ground up with AI capabilities at their core. +IDEs built with AI at their core. - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. @@ -58,7 +58,7 @@ Integrated development environments built from the ground up with AI capabilitie ### IDE Extensions -Plugins and extensions that add AI-powered features to existing code editors like VS Code, JetBrains, and Neovim. +AI plugins for VS Code, JetBrains, Neovim, and other editors. - [GitHub Copilot](https://github.com/features/copilot) — A VS Code extension with chat, pull request text generation, and unit test generation. - [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. @@ -94,7 +94,7 @@ Plugins and extensions that add AI-powered features to existing code editors lik ### Terminal Agents -Autonomous AI coding agents that operate directly in the command line, capable of writing code, executing commands, and managing entire development workflows. +AI agents that write code and execute commands in the terminal. - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [OpenAI Codex CLI](https://openai.com/codex/) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers. @@ -118,7 +118,7 @@ Autonomous AI coding agents that operate directly in the command line, capable o ### CLI Utilities -Lightweight command-line tools that enhance developer workflows with AI-powered features like commit message generation, shell command translation, and code analysis. +AI-enhanced command-line tools for commits, shell translation, and more. - [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. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. @@ -138,7 +138,7 @@ Lightweight command-line tools that enhance developer workflows with AI-powered #### App Generators -Platforms that generate full-stack applications from natural language descriptions, enabling rapid prototyping and deployment. +Build full-stack apps from natural language prompts. - [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. @@ -169,7 +169,7 @@ Platforms that generate full-stack applications from natural language descriptio #### UI Generators -Tools that create user interface components, mockups, and frontend code from prompts, images, or design files. +Create UI components and mockups from prompts or designs. - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. - [Magic Patterns](https://www.magicpatterns.com/) — Prototype your product ideas. UI generator website where you can prompt, upload images, or import design inspiration with their [Chrome Extension](https://www.magicpatterns.com/extension). Can export to Figma with a [plugin](https://www.figma.com/community/plugin/1304255855834420274). Supports a number of component systems including Shadcn, ChakraUI, and HTML + Tailwind. @@ -185,7 +185,7 @@ Tools that create user interface components, mockups, and frontend code from pro #### Code Assistants -Web-based AI assistants that help with code understanding, refactoring, and generation through chat interfaces and browser integrations. +Web-based AI chat for code understanding and generation. - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. - [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. @@ -199,7 +199,7 @@ Web-based AI assistants that help with code understanding, refactoring, and gene #### Database & SQL -AI tools that generate, explain, optimize, and fix SQL queries using natural language. +Generate and optimize SQL queries with natural language. - [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. @@ -207,7 +207,7 @@ AI tools that generate, explain, optimize, and fix SQL queries using natural lan #### Snippet & Utility Tools -Quick-access web tools for code generation, translation, refactoring, and other common development tasks. +Quick web tools for code generation, translation, and refactoring. - [CodePal](https://codepal.ai/) — A web tool for quickly generating or refactoring code. - [AI Code Convert](https://aicodeconvert.com/) — A web tool for translating code between programming languages. @@ -218,7 +218,7 @@ Quick-access web tools for code generation, translation, refactoring, and other #### ChatGPT Plugins -Plugins that extend ChatGPT with development-focused capabilities like code search and repository context. +Extend ChatGPT with code search and repository context. - [ChatWithGit](https://plugins.sdan.io/git) — Enables ChatGPT to search GitHub and return links to relevant repositories. - [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. @@ -227,7 +227,7 @@ Plugins that extend ChatGPT with development-focused capabilities like code sear ## Desktop Applications -Native desktop apps that provide AI-powered development features, terminal enhancements, and agent management interfaces. +Native apps for AI-powered development and agent management. - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. @@ -246,7 +246,7 @@ Native desktop apps that provide AI-powered development features, terminal enhan ### PR & Code Review Bots -Automated bots that review pull requests, add code suggestions, and identify issues in your CI/CD pipeline. +Automated PR reviews with suggestions and issue detection. - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). @@ -277,7 +277,7 @@ Automated bots that review pull requests, add code suggestions, and identify iss ### CI/CD & Testing Automation -Tools that automate test generation, end-to-end testing, and continuous integration workflows using AI. +AI-powered test generation and CI/CD integration. - [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository - [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into Github Actions, Azure DevOps and more. @@ -301,7 +301,7 @@ Tools that automate test generation, end-to-end testing, and continuous integrat ### Multi-Agent Orchestration -Platforms and tools for coordinating multiple AI coding agents working simultaneously on different tasks or parts of a codebase. +Coordinate multiple AI agents working in parallel. - [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. @@ -316,7 +316,7 @@ Platforms and tools for coordinating multiple AI coding agents working simultane ### Sandboxing & Isolation -Secure environments for running AI coding agents with controlled access, container isolation, and safety guardrails. +Secure, isolated environments for running AI agents. - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. @@ -325,7 +325,7 @@ Secure environments for running AI coding agents with controlled access, contain ### Configuration & Context Management -Tools for managing AI agent configurations, syncing rules across IDEs, and providing contextual knowledge to coding assistants. +Manage agent configs, sync rules, and provide codebase context. - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. @@ -345,7 +345,7 @@ Tools for managing AI agent configurations, syncing rules across IDEs, and provi ### Usage Analytics & Cost Tracking -Tools for monitoring token consumption, tracking API costs, and analyzing usage patterns across AI coding tools. +Monitor token usage and API costs across AI tools. - [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. @@ -361,7 +361,7 @@ Tools for monitoring token consumption, tracking API costs, and analyzing usage ### Git & Commit Helpers -Tools that leverage AI to generate commit messages, pull request descriptions, and streamline git workflows. +AI-generated commit messages and PR descriptions. - [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. @@ -370,7 +370,7 @@ Tools that leverage AI to generate commit messages, pull request descriptions, a ### Documentation Generation -AI-powered tools for automatically generating documentation, diagrams, changelogs, and API references from code. +Auto-generate docs, diagrams, and changelogs from code. - [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. - [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] @@ -382,7 +382,7 @@ AI-powered tools for automatically generating documentation, diagrams, changelog ### Code Search & Understanding -Semantic search tools that help developers find and understand code using natural language queries and AI-powered analysis. +Semantic code search using natural language. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. [Source](https://github.com/keptlive/contextwire-mcp) @@ -391,7 +391,7 @@ Semantic search tools that help developers find and understand code using natura ## Resources -Curated collections, tutorials, comparison guides, and community resources for AI-powered development tools. +Guides, comparisons, and community collections for AI dev tools. - [Skills Hub](https://skillshub.io) — Community-rated marketplace for GitHub Copilot, Cursor, and Claude AI coding instructions. Browse and share quality-scored `copilot-instructions.md`, `.cursorrules`, and `CLAUDE.md` configurations organized by tech stack. - [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. From c06511705342a9b2c96d4269a59f623318d1ebb3 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 00:56:34 +0000 Subject: [PATCH 05/73] Refine section descriptions with technical detail and colons Updated all 21 section descriptions to be: - More technical and specific - Medium length (between too short and too verbose) - Ending with colons to introduce the lists Co-Authored-By: Claude Opus 4.5 --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 28371be..48fb5f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs -IDEs built with AI at their core. +Full development environments with AI-first architecture for code generation, chat, and debugging: - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. @@ -58,7 +58,7 @@ IDEs built with AI at their core. ### IDE Extensions -AI plugins for VS Code, JetBrains, Neovim, and other editors. +Plugins that add AI completion, chat, and refactoring to VS Code, JetBrains, Neovim, and other editors: - [GitHub Copilot](https://github.com/features/copilot) — A VS Code extension with chat, pull request text generation, and unit test generation. - [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. @@ -94,7 +94,7 @@ AI plugins for VS Code, JetBrains, Neovim, and other editors. ### Terminal Agents -AI agents that write code and execute commands in the terminal. +Autonomous CLI agents that generate code, execute shell commands, and manage multi-file workflows: - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [OpenAI Codex CLI](https://openai.com/codex/) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers. @@ -118,7 +118,7 @@ AI agents that write code and execute commands in the terminal. ### CLI Utilities -AI-enhanced command-line tools for commits, shell translation, and more. +Lightweight CLI tools for AI-powered commit messages, shell translation, and workflow automation: - [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. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. @@ -138,7 +138,7 @@ AI-enhanced command-line tools for commits, shell translation, and more. #### App Generators -Build full-stack apps from natural language prompts. +Platforms that scaffold and deploy full-stack applications from natural language prompts: - [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. @@ -169,7 +169,7 @@ Build full-stack apps from natural language prompts. #### UI Generators -Create UI components and mockups from prompts or designs. +Tools that generate React components, mockups, and frontend code from text prompts or Figma designs: - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. - [Magic Patterns](https://www.magicpatterns.com/) — Prototype your product ideas. UI generator website where you can prompt, upload images, or import design inspiration with their [Chrome Extension](https://www.magicpatterns.com/extension). Can export to Figma with a [plugin](https://www.figma.com/community/plugin/1304255855834420274). Supports a number of component systems including Shadcn, ChakraUI, and HTML + Tailwind. @@ -185,7 +185,7 @@ Create UI components and mockups from prompts or designs. #### Code Assistants -Web-based AI chat for code understanding and generation. +Browser-based AI chat interfaces for code understanding, refactoring, and generation: - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. - [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. @@ -199,7 +199,7 @@ Web-based AI chat for code understanding and generation. #### Database & SQL -Generate and optimize SQL queries with natural language. +Tools that generate, explain, and optimize SQL queries from natural language: - [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. @@ -207,7 +207,7 @@ Generate and optimize SQL queries with natural language. #### Snippet & Utility Tools -Quick web tools for code generation, translation, and refactoring. +Web utilities for quick code generation, language translation, and regex creation: - [CodePal](https://codepal.ai/) — A web tool for quickly generating or refactoring code. - [AI Code Convert](https://aicodeconvert.com/) — A web tool for translating code between programming languages. @@ -218,7 +218,7 @@ Quick web tools for code generation, translation, and refactoring. #### ChatGPT Plugins -Extend ChatGPT with code search and repository context. +Plugins that extend ChatGPT with GitHub search and codebase context: - [ChatWithGit](https://plugins.sdan.io/git) — Enables ChatGPT to search GitHub and return links to relevant repositories. - [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. @@ -227,7 +227,7 @@ Extend ChatGPT with code search and repository context. ## Desktop Applications -Native apps for AI-powered development and agent management. +Native macOS/Windows/Linux apps for AI coding, terminal enhancement, and agent orchestration: - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. @@ -246,7 +246,7 @@ Native apps for AI-powered development and agent management. ### PR & Code Review Bots -Automated PR reviews with suggestions and issue detection. +GitHub/GitLab integrations that automatically review PRs and suggest fixes: - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). @@ -277,7 +277,7 @@ Automated PR reviews with suggestions and issue detection. ### CI/CD & Testing Automation -AI-powered test generation and CI/CD integration. +Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: - [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository - [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into Github Actions, Azure DevOps and more. @@ -301,7 +301,7 @@ AI-powered test generation and CI/CD integration. ### Multi-Agent Orchestration -Coordinate multiple AI agents working in parallel. +Platforms for running multiple AI coding agents in parallel with git worktree isolation: - [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. @@ -316,7 +316,7 @@ Coordinate multiple AI agents working in parallel. ### Sandboxing & Isolation -Secure, isolated environments for running AI agents. +Secure container and microVM environments for running AI agents with access control: - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. @@ -325,7 +325,7 @@ Secure, isolated environments for running AI agents. ### Configuration & Context Management -Manage agent configs, sync rules, and provide codebase context. +Tools that sync .cursorrules, CLAUDE.md, and MCP configs across AI coding tools: - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. @@ -345,7 +345,7 @@ Manage agent configs, sync rules, and provide codebase context. ### Usage Analytics & Cost Tracking -Monitor token usage and API costs across AI tools. +Dashboards and CLIs for monitoring token consumption and API costs across providers: - [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. @@ -361,7 +361,7 @@ Monitor token usage and API costs across AI tools. ### Git & Commit Helpers -AI-generated commit messages and PR descriptions. +Tools that generate commit messages and PR descriptions from diffs: - [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. @@ -370,7 +370,7 @@ AI-generated commit messages and PR descriptions. ### Documentation Generation -Auto-generate docs, diagrams, and changelogs from code. +Tools that generate READMEs, API docs, diagrams, and changelogs from source code: - [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. - [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] @@ -382,7 +382,7 @@ Auto-generate docs, diagrams, and changelogs from code. ### Code Search & Understanding -Semantic code search using natural language. +Semantic search tools using embeddings to find code with natural language queries: - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. [Source](https://github.com/keptlive/contextwire-mcp) @@ -391,7 +391,7 @@ Semantic code search using natural language. ## Resources -Guides, comparisons, and community collections for AI dev tools. +Curated lists, comparison guides, and configuration templates for AI coding tools: - [Skills Hub](https://skillshub.io) — Community-rated marketplace for GitHub Copilot, Cursor, and Claude AI coding instructions. Browse and share quality-scored `copilot-instructions.md`, `.cursorrules`, and `CLAUDE.md` configurations organized by tech stack. - [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. From b94ab94afd30ba264c0d6600df73b8889e279cc0 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 00:58:54 +0000 Subject: [PATCH 06/73] Generalize section descriptions by removing specific tech names Made descriptions more universal by avoiding specific tool names (VS Code, GitHub, React, etc.) while keeping them technical and descriptive. Co-Authored-By: Claude Opus 4.5 --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 48fb5f8..79deb3c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs -Full development environments with AI-first architecture for code generation, chat, and debugging: +Full development environments built with AI at the core for code generation, chat, and debugging: - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. @@ -58,7 +58,7 @@ Full development environments with AI-first architecture for code generation, ch ### IDE Extensions -Plugins that add AI completion, chat, and refactoring to VS Code, JetBrains, Neovim, and other editors: +Plugins that add AI-powered completion, chat, and refactoring to existing code editors: - [GitHub Copilot](https://github.com/features/copilot) — A VS Code extension with chat, pull request text generation, and unit test generation. - [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. @@ -118,7 +118,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul ### CLI Utilities -Lightweight CLI tools for AI-powered commit messages, shell translation, and workflow automation: +Lightweight command-line tools for AI-assisted commits, shell translation, and workflow automation: - [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. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. @@ -169,7 +169,7 @@ Platforms that scaffold and deploy full-stack applications from natural language #### UI Generators -Tools that generate React components, mockups, and frontend code from text prompts or Figma designs: +Tools that generate components, mockups, and frontend code from text prompts or design files: - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. - [Magic Patterns](https://www.magicpatterns.com/) — Prototype your product ideas. UI generator website where you can prompt, upload images, or import design inspiration with their [Chrome Extension](https://www.magicpatterns.com/extension). Can export to Figma with a [plugin](https://www.figma.com/community/plugin/1304255855834420274). Supports a number of component systems including Shadcn, ChakraUI, and HTML + Tailwind. @@ -218,7 +218,7 @@ Web utilities for quick code generation, language translation, and regex creatio #### ChatGPT Plugins -Plugins that extend ChatGPT with GitHub search and codebase context: +Plugins that extend ChatGPT with code search and repository context: - [ChatWithGit](https://plugins.sdan.io/git) — Enables ChatGPT to search GitHub and return links to relevant repositories. - [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. @@ -227,7 +227,7 @@ Plugins that extend ChatGPT with GitHub search and codebase context: ## Desktop Applications -Native macOS/Windows/Linux apps for AI coding, terminal enhancement, and agent orchestration: +Native desktop apps for AI-powered coding, terminal enhancement, and agent orchestration: - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. @@ -246,7 +246,7 @@ Native macOS/Windows/Linux apps for AI coding, terminal enhancement, and agent o ### PR & Code Review Bots -GitHub/GitLab integrations that automatically review PRs and suggest fixes: +Integrations that automatically review pull requests and suggest code fixes: - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). @@ -301,7 +301,7 @@ Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: ### Multi-Agent Orchestration -Platforms for running multiple AI coding agents in parallel with git worktree isolation: +Platforms for running multiple AI coding agents in parallel with workspace isolation: - [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. @@ -316,7 +316,7 @@ Platforms for running multiple AI coding agents in parallel with git worktree is ### Sandboxing & Isolation -Secure container and microVM environments for running AI agents with access control: +Secure isolated environments for running AI agents with controlled access: - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. @@ -325,7 +325,7 @@ Secure container and microVM environments for running AI agents with access cont ### Configuration & Context Management -Tools that sync .cursorrules, CLAUDE.md, and MCP configs across AI coding tools: +Tools that manage and sync AI agent configurations, rules, and context across editors: - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. @@ -345,7 +345,7 @@ Tools that sync .cursorrules, CLAUDE.md, and MCP configs across AI coding tools: ### Usage Analytics & Cost Tracking -Dashboards and CLIs for monitoring token consumption and API costs across providers: +Dashboards and tools for monitoring token usage and API costs across AI providers: - [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. @@ -370,7 +370,7 @@ Tools that generate commit messages and PR descriptions from diffs: ### Documentation Generation -Tools that generate READMEs, API docs, diagrams, and changelogs from source code: +Tools that auto-generate documentation, diagrams, and changelogs from source code: - [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. - [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] @@ -382,7 +382,7 @@ Tools that generate READMEs, API docs, diagrams, and changelogs from source code ### Code Search & Understanding -Semantic search tools using embeddings to find code with natural language queries: +Semantic search tools that find code using natural language queries and embeddings: - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. [Source](https://github.com/keptlive/contextwire-mcp) From a8998609e8a3310a83981ab4bf9a751b1c8acc7e Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 30 Mar 2026 18:04:32 -0700 Subject: [PATCH 07/73] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79deb3c..b377f25 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs -Full development environments built with AI at the core for code generation, chat, and debugging: +Full development environments with AI for code generation, chat, and debugging: - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. @@ -316,7 +316,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola ### Sandboxing & Isolation -Secure isolated environments for running AI agents with controlled access: +Secure isolated environments for running AI coding agents with controlled access: - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. @@ -345,7 +345,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed ### Usage Analytics & Cost Tracking -Dashboards and tools for monitoring token usage and API costs across AI providers: +Tools for monitoring token usage and API costs across AI providers: - [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. From 660871e1aa2fa08fd5d7098d25dcc7c940a5a781 Mon Sep 17 00:00:00 2001 From: Kaushik Gnanaskandan Date: Mon, 30 Mar 2026 22:12:42 -0700 Subject: [PATCH 08/73] Add Domscribe to Configuration & Context Management --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b377f25..6fe4c94 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to > Please read the [contribution rules](https://github.com/jamesmurdza/awesome-ai-devtools/blob/7ac2078505606be2dd84c24075744a3643f08241/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L4-L10) before submitting a PR. ## Categories + - [Development Environments](#development-environments) - [AI-Native IDEs](#ai-native-ides) - [IDE Extensions](#ide-extensions) @@ -334,6 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [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. - [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. +- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [#opensource](https://github.com/patchorbit/domscribe) - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [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. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. From f8b8367bddb05e45f4959ff9b4daeec62603e039 Mon Sep 17 00:00:00 2001 From: Kaushik Gnanaskandan Date: Tue, 31 Mar 2026 11:53:10 -0700 Subject: [PATCH 09/73] Fix source link style to match repo conventions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe4c94..3c69bdc 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [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. - [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. -- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [#opensource](https://github.com/patchorbit/domscribe) +- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [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. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. From d1e1cdc6ac5f0a63febb4cf4f330fff21dd9d9a1 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 12:03:38 -0700 Subject: [PATCH 10/73] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c69bdc..95577cd 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [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. - [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. -- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. +- [Domscribe](https://www.domscribe.com/) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [Source](https://github.com/patchorbit/domscribe) - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [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. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. From d727796ac8ec26af84fa7ee7c2a0fc30d8c6314f Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 19:49:57 +0000 Subject: [PATCH 11/73] Reorganize Web-Based Tools categories for clarity - Rename "App Generators" to "App Builders" for clearer intent - Rename "Code Assistants" to "Codebase Intelligence" to better describe tools for understanding and navigating existing codebases - Create new "Coding Agents" category for autonomous agents that work on codebases (Factory, Jules, Potpie, DemoGPT) - Move Telex to UI Generators (it generates WordPress blocks/themes) - Move sudocode to Codebase Intelligence (it's a context management tool) - Remove Factory, Jules, DemoGPT, sudocode from App Builders (they don't generate deployable apps) The key distinction is now: - App Builders: create new deployable full-stack apps - UI Generators: create UI components/designs/frontend code - Coding Agents: work autonomously on existing codebases - Codebase Intelligence: help understand/navigate code Co-Authored-By: Claude Opus 4.5 --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 95577cd..5fe6c7f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Terminal Agents](#terminal-agents) - [CLI Utilities](#cli-utilities) - [Web-Based Tools](#web-based-tools) - - [App Generators](#app-generators) + - [App Builders](#app-builders) - [UI Generators](#ui-generators) - - [Code Assistants](#code-assistants) + - [Coding Agents](#coding-agents) + - [Codebase Intelligence](#codebase-intelligence) - [Database & SQL](#database--sql) - [Snippet & Utility Tools](#snippet--utility-tools) - [ChatGPT Plugins](#chatgpt-plugins) @@ -137,7 +138,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w ## Web-Based Tools -#### App Generators +#### App Builders Platforms that scaffold and deploy full-stack applications from natural language prompts: @@ -162,10 +163,6 @@ Platforms that scaffold and deploy full-stack applications from natural 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. - [Fastshot](https://fastshot.ai/) — AI driven no-code platform for building and deploying mobile apps. -- [sudocode](https://sudocode.ai/) — A web-based chat assistant for generating projects, similar to Code Interpreter. -- [DemoGPT](https://github.com/melih-unsal/DemoGPT) — Auto Gen-AI App Generator with the Power of Llama 2. -- [Factory](https://www.factory.ai/) — Agent-native software development platform with "Droids" that work across IDE, terminal, CLI, Slack/Teams, and CI/CD. Handles refactors, incident response, and migrations. -- [Jules](https://jules.google.com/) — Google's asynchronous AI coding agent that integrates with GitHub. Handles bug fixes, code changes, and multi-file tasks autonomously in the background, creating pull requests for review. - [ai-vertical-saas-gen](https://github.com/kurtnebiev-elvis4/ai-vertical-saas-gen) — CLI that generates complete vertical SaaS apps (Next.js 14 + Supabase) with industry-specific data models for 20+ niches. Zero dependencies, offline, outputs 20 deployable files in one command. #### UI Generators @@ -183,10 +180,20 @@ Tools that generate components, mockups, and frontend code from text prompts or - [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. - [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. +- [Telex](https://telex.automatica.ai/) — AI-powered WordPress block and theme generator. Describe your idea and it builds WordPress blocks for you. -#### Code Assistants +#### Coding Agents -Browser-based AI chat interfaces for code understanding, refactoring, and generation: +Autonomous AI agents that work on existing codebases to fix bugs, refactor code, and create pull requests: + +- [Factory](https://www.factory.ai/) — Agent-native software development platform with "Droids" that work across IDE, terminal, CLI, Slack/Teams, and CI/CD. Handles refactors, incident response, and migrations. +- [Jules](https://jules.google.com/) — Google's asynchronous AI coding agent that integrates with GitHub. Handles bug fixes, code changes, and multi-file tasks autonomously in the background, creating pull requests for review. +- [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. +- [DemoGPT](https://github.com/melih-unsal/DemoGPT) — Python framework for creating AI agents by combining tools, prompts, and models with RAG capabilities. + +#### Codebase Intelligence + +Tools for understanding, navigating, and getting answers about existing codebases: - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. - [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. @@ -195,8 +202,7 @@ Browser-based AI chat interfaces for code understanding, refactoring, and genera - [CodeSquire](https://codesquire.ai/) — Chrome extension that adds autocomplete to Google Colab, BigQuery, and JupyterLab. - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debug issues, test solutions, answer programming questions, etc. -- [Telex](https://telex.automattic.ai/) — AI-powered WordPress block and theme generator. Describe your idea and it builds WordPress blocks for you. -- [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. +- [sudocode](https://sudocode.ai/) — Context management system for AI coding agents that creates organizational structures to track context over long-horizon tasks. #### Database & SQL From c1fd0575e100aff99fe53eacc7a02d6b2b417062 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 20:05:23 +0000 Subject: [PATCH 12/73] Empty commit Co-Authored-By: Claude Opus 4.5 From 0946218035d47c1519d3f02ce4627c601916aef5 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 20:07:42 +0000 Subject: [PATCH 13/73] Fix spelling and capitalization errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ai → AI (Baz description) - teh → the (Baz description) - Opensource → open source (LlamaCoder) - Github → GitHub (EntelligenceAI, OctoMind) - Gitlab → GitLab (EntelligenceAI, Greptile) - VSCode → VS Code, Jetbrains → JetBrains (Swimm) - Remove duplicate PhPStorm entry (Swimm) Co-Authored-By: Claude Opus 4.5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5fe6c7f..ae053dd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [GoCodeo](https://www.gocodeo.com/) - GoCodeo is an AI agent that lets you build and deploy full-stack apps effortlessly, with one click Vercel deployment and seamless Supabase integration. - [aiXcoder](https://www.aixcoder.com/en/) — Local or cloud-based assistant with extensions for IntelliJ IDEA, CLion, GoLand, PyCharm, WebStorm, Visual Studio Code, and Eclipse. - [Sourcery](https://sourcery.ai/) — AI assistant and linter with a reference of 160 Python best practices and 40+ JS/TS best practices. Extensions for VS Code, PyCharm, vim and Sublime. -- [Swimm](https://swimm.io) — Assistant for contextual code understanding using static analysis and AI generated documentation. VSCode, Jetbrains, IntelliJ, WebStorm, Rider, PhpStorm, Android Studio, PyCharm, PhPStorm +- [Swimm](https://swimm.io) — Assistant for contextual code understanding using static analysis and AI generated documentation. VS Code, JetBrains, IntelliJ, WebStorm, Rider, PhpStorm, Android Studio, PyCharm. - [Android Studio Bot](https://developer.android.com/studio/preview/studio-bot) — Studio Bot is an AI powered coding assistant that is tightly integrated in Android Studio. Studio Bot can help Android developers generate code, find relevant resources, learn best practices, and save time. - [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. @@ -150,7 +150,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [Leap.new](https://leap.new/) — Builds functional apps with real backend services, APIs, and deploys to your cloud. - [Pico](https://picoapps.xyz) — End-to-end micro app generator with instant deployment. - [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. +- [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using open source LLMs. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Mocha](https://getmocha.com/) — AI-powered no-code application builder for creating web apps without writing code. - [Pythagora](https://www.pythagora.ai/) — AI development platform with 14 specialized agents that builds React/Node.js apps from natural language. Integrates with VS Code and Cursor with one-click deployment. @@ -257,9 +257,9 @@ Integrations that automatically review pull requests and suggest code fixes: - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). -- [Greptile](https://greptile.com/code-review-bot) — AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase. +- [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 +- [EntelligenceAI](https://entelligence.ai/pr) — AI powered code reviews for GitHub and GitLab that improves over time based on user comments - [Codegen](https://www.codegen.com/) — GPT-4 based PR agent for enterprise codebases. - [Nova](https://www.trynova.ai/) — CI bot to add actions such as summaries and tests to new PRs. - [PR Explainer Bot](https://pr-explainer-bot.web.app/) — A GitHub integration that adds explanatory text to newly created PRs. @@ -273,7 +273,7 @@ Integrations that automatically review pull requests and suggest code fixes: - [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. +- [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 the developer tooling for context. - [Z.ai Code Review](https://github.com/tarmojussila/zai-code-review) - AI-powered GitHub Pull Request code review using Z.ai models. - [MiniMax Code Review](https://github.com/tarmojussila/minimax-code-review) - AI-powered GitHub Pull Request code review using MiniMax models. - [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+. @@ -287,7 +287,7 @@ Integrations that automatically review pull requests and suggest code fixes: Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: - [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository -- [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into Github Actions, Azure DevOps and more. +- [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into GitHub Actions, Azure DevOps and more. - [Traceloop](https://traceloop.com/) — Uses OpenTelemetry tracing data with generative AI to improve system reliability. - [Carbonate](https://carbonate.dev/) — End-to-end testing using natural language. Integrates into your existing test suite (currently Jest, PHPUnit and Python's unittest). - [Meticulous.ai](https://www.meticulous.ai/) — Automatically generated, automatically maintained end-to-end tests: as your app evolves so does your test suite. From c58bb43de5482e87941d936b5bf075f3639e7a4b Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 20:10:13 +0000 Subject: [PATCH 14/73] Fix more capitalization errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - MacOS → macOS (Amazon Q Developer CLI) - wsl → WSL (Amazon Q Developer CLI) - VSCode → VS Code (Unblocked) - IDE's → IDEs (Unblocked) Co-Authored-By: Claude Opus 4.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae053dd..8391689 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul - [GPT-Pilot](https://github.com/Pythagora-io/gpt-pilot) — AI developer that writes entire scalable apps from scratch while the developer oversees the implementation. Creates apps step-by-step with human collaboration. 30k+ GitHub stars. - [Goose](https://block.github.io/goose/) — Block's open-source autonomous AI coding agent that operates on your machine. Extensible with MCP, works with multiple LLM providers, and handles complex multi-step development tasks. - [Plandex](https://plandex.ai/) — Terminal-based AI coding agent for complex, multi-file tasks. Features built-in version control, iterative planning, and context management across large codebases. -- [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). +- [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). - [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) — CLI agent that generates a repository from a prompt, and asks clarifying questions. - [Cosine](https://cosine.sh/) — Agentic AI software engineer for enterprise codebases. Handles bug fixes, feature development, refactors, and PR generation with air-gapped and VPC deployment options. - [Smol Developer](https://github.com/smol-ai/developer) — CLI agent that generates a repository from a prompt. Uses OpenAI and Anthropic. @@ -196,7 +196,7 @@ Autonomous AI agents that work on existing codebases to fix bugs, refactor code, Tools for understanding, navigating, and getting answers about existing codebases: - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. -- [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. +- [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VS Code, and JetBrains IDEs. - [Magnet](https://www.magnet.run/) — AI-native workspace for building software with repositories and issues as context. - [Onboard](https://www.getonboardai.com) — Chat with an AI about public and private codebases. - [CodeSquire](https://codesquire.ai/) — Chrome extension that adds autocomplete to Google Colab, BigQuery, and JupyterLab. From 9c311271df47239b1daedc1bfe500056d5994848 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Tue, 31 Mar 2026 23:00:08 +0200 Subject: [PATCH 15/73] Add Kagan to IDE Extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8391689..e6ca970 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. +- [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. --- From 3652aab5f38ce55c0d43e35c58fa327e95b2fd77 Mon Sep 17 00:00:00 2001 From: cafeTechne Date: Tue, 31 Mar 2026 22:27:17 -0400 Subject: [PATCH 16/73] Add Antigravity Link to IDE Extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8391689..d0c75d6 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. +- [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. --- From aba65542e8c11d163a8bc200f84a44e1bcbf776b Mon Sep 17 00:00:00 2001 From: "IM.codes" Date: Wed, 1 Apr 2026 13:55:43 +0800 Subject: [PATCH 17/73] Add IM.codes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8391689..0e9491c 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [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. - [PATAPIM](https://patapim.ai) — Terminal IDE for AI coding agents with a 9-terminal grid, AI state detection, built-in Whisper voice dictation, LAN remote access, and embedded MCP browser. Built with Electron. +- [IM.codes](https://github.com/im4codes/imcodes) — Mobile/web control layer for Claude Code, Codex, Gemini CLI, and other terminal-based coding agents, built for away-from-desk continuation with terminal access, file browsing, git views, localhost preview, notifications, and multi-agent workflows. --- From 7466907868007547391a3794611f71faaf4f2b71 Mon Sep 17 00:00:00 2001 From: abdallah-khalil Date: Sat, 4 Apr 2026 02:38:37 +0200 Subject: [PATCH 18/73] Add Ptah - multi-provider AI coding orchestra for VS Code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..85544f1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [CodeMate](https://www.codemate.ai/) — VS Code extension for debugging and optimizing code. - [AskCodi](https://www.askcodi.com/) — AI coding assistant with extensions for VS Code, JetBrains and Sublime Text. - [GoCodeo](https://www.gocodeo.com/) - GoCodeo is an AI agent that lets you build and deploy full-stack apps effortlessly, with one click Vercel deployment and seamless Supabase integration. +- [Ptah](https://marketplace.visualstudio.com/items?itemName=ptah-extensions.ptah-coding-orchestra) — Multi-provider AI coding orchestra for VS Code that connects to OpenRouter (200+ models), Kimi, GLM, Copilot, Gemini, and Codex from one interface. Features CLI agent orchestration, a built-in MCP server, plugin ecosystem, and workspace intelligence. Open source (FSL-1.1-MIT). - [aiXcoder](https://www.aixcoder.com/en/) — Local or cloud-based assistant with extensions for IntelliJ IDEA, CLion, GoLand, PyCharm, WebStorm, Visual Studio Code, and Eclipse. - [Sourcery](https://sourcery.ai/) — AI assistant and linter with a reference of 160 Python best practices and 40+ JS/TS best practices. Extensions for VS Code, PyCharm, vim and Sublime. - [Swimm](https://swimm.io) — Assistant for contextual code understanding using static analysis and AI generated documentation. VS Code, JetBrains, IntelliJ, WebStorm, Rider, PhpStorm, Android Studio, PyCharm. From 8ea4c41d132d3e4ab71409953aaf121df077fad7 Mon Sep 17 00:00:00 2001 From: kigland Date: Sat, 4 Apr 2026 17:43:57 +0800 Subject: [PATCH 19/73] Add Agentify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..bf96a01 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [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. - [Zenable](https://zenable.io/) — AI guardrails that learn your team's standards and ensure coding agents follow them, maximizing speed and quality. - [Gestalt](https://github.com/dwgoldie/gestalt) — Model-agnostic thinking protocol (AGENTS.md) that shapes how AI coding agents reason. Less filler, more substance, honest about limits. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI. +- [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. ### Usage Analytics & Cost Tracking From f1396fae32413fd5b45dfcc0e113543dc50eb320 Mon Sep 17 00:00:00 2001 From: Prabal <140295281+prabal-rje@users.noreply.github.com> Date: Sun, 5 Apr 2026 01:44:36 -0400 Subject: [PATCH 20/73] Add ClaudeDown to Usage Analytics & Cost Tracking ClaudeDown tracks the complaint-to-mention ratio for Claude AI on Twitter/X in real time, comparing against historical baselines to detect outages before the official status page acknowledges them. - Live dashboard: https://claudedown.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..0c4b639 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [ClaudeDown](https://claudedown.com) - Real-time Claude AI complaint tracker and outage detector using Twitter/X sentiment data. --- From ce3f41fa959bafbf114d7849a58bd43746cc4ec4 Mon Sep 17 00:00:00 2001 From: JEONGWOOK KIM Date: Mon, 6 Apr 2026 02:10:29 +0900 Subject: [PATCH 21/73] Add WhereMyTokens to Usage Analytics & Cost Tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..f699a2b 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [WhereMyTokens](https://github.com/jeongwookie/WhereMyTokens) — Windows system tray app for monitoring Claude Code token usage in real time. Displays per-session token counts, costs, context window usage, and tool call breakdowns; fetches 5h/1w rate-limit data from the Anthropic API with optional statusLine bridge integration for live data without polling. --- From 575c53a26ba1c1626e5d05e783b3109a9503cba5 Mon Sep 17 00:00:00 2001 From: Jeff Yaw Date: Sun, 5 Apr 2026 17:31:57 -0700 Subject: [PATCH 22/73] =?UTF-8?q?Add=20ctxlint=20=E2=80=94=20AI=20context?= =?UTF-8?q?=20file=20linter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..63b6932 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. +- [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. - [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. From 8553f7c1ceec67ed8b085a0c2af88454ebf6cc6e Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 6 Apr 2026 08:35:34 -0700 Subject: [PATCH 23/73] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9104bf..c3f94e0 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,6 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. -- [ClaudeDown](https://claudedown.com) - Real-time Claude AI complaint tracker and outage detector using Twitter/X sentiment data. --- @@ -413,6 +412,7 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [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. +- [ClaudeDown](https://claudedown.com) - Real-time Claude AI complaint tracker and outage detector using Twitter/X sentiment data. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. From d1c63e485c32968add992a87926e9bb40953083c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Apr 2026 22:21:24 +0530 Subject: [PATCH 24/73] Add JSONFix, CronAI, RegexAI AI-powered developer utility tools Adds three free, web-based AI developer tools under Snippet & Utility Tools: - JSONFix: AI-powered JSON repair - CronAI: Plain English to cron expressions - RegexAI: Plain English to regex patterns Co-Authored-By: Paperclip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3f94e0..cb082c1 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,9 @@ Web utilities for quick code generation, language translation, and regex creatio - [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. - [EnigmaEasel](https://enigmaeasel.com) — AI-powered engine for generating accessible color palettes and systems, OKLCH gradients, and font pairings with one-click Tailwind CSS and SCSS exports. +- [JSONFix](https://jsonfix-lake.vercel.app/) — AI-powered JSON repair tool that instantly fixes malformed JSON with missing quotes, trailing commas, and syntax errors. +- [CronAI](https://cronai-nu.vercel.app/) — Converts plain English schedule descriptions into correct cron expressions using AI. +- [RegexAI](https://regexai-six.vercel.app/) — Generates working regular expressions from plain English descriptions with explanations. Supports multiple regex flavors. #### ChatGPT Plugins From b0c259d219805a06f5c0f8bf2aec0efb82e3e16a Mon Sep 17 00:00:00 2001 From: Bradley Tangonan Date: Mon, 6 Apr 2026 15:14:07 -0400 Subject: [PATCH 25/73] =?UTF-8?q?Add=20Anima=20=E2=80=94=20native=20macOS?= =?UTF-8?q?=20companion=20for=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3f94e0..a8599e3 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. - [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. +- [Anima](https://github.com/btangonan/anima) — Native macOS companion for Claude Code with per-project ASCII familiars, nim token economy, and cross-session watcher. Tauri v2 + Rust, 4MB. - [CCHub](https://github.com/Moresl/cchub) — Claude Code ecosystem management platform with visual GUI for MCP server management, skill management, multi-config switching, custom slash commands, and JSON config editing. Built with Tauri v2. - [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. - [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. From 109b3d232b726aedc1047f45d2bbf569275680b0 Mon Sep 17 00:00:00 2001 From: sofiane8910 <56725301+sofiane8910@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:04:26 +0200 Subject: [PATCH 26/73] Add Onepilot to Desktop Applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3f94e0..6930228 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [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. - [PATAPIM](https://patapim.ai) — Terminal IDE for AI coding agents with a 9-terminal grid, AI state detection, built-in Whisper voice dictation, LAN remote access, and embedded MCP browser. Built with Electron. - [IM.codes](https://github.com/im4codes/imcodes) — Mobile/web control layer for Claude Code, Codex, Gemini CLI, and other terminal-based coding agents, built for away-from-desk continuation with terminal access, file browsing, git views, localhost preview, notifications, and multi-agent workflows. +- [Onepilot](https://onepilotapp.com) — iOS app for running AI coding agents (Claude Code, Codex CLI, Gemini CLI) on remote servers via SSH. Provides a full terminal with SwiftTerm, agent session management, and mobile access to your dev machines. --- From d0180cdab2fa92e4b11419a04c6cab30aa81bcff Mon Sep 17 00:00:00 2001 From: Ilja Nevolin <53948000+inevolin@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:34:03 +0100 Subject: [PATCH 27/73] Add resume-cli to CLI Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8599e3..db3fcb4 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [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. - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. +- [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. --- From 3ebf76d312909bd5b5747501f66c83c8c1a95133 Mon Sep 17 00:00:00 2001 From: AppCreator Date: Fri, 10 Apr 2026 07:06:35 +0000 Subject: [PATCH 28/73] Add Forge to App Builders section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3fcb4..f0bb487 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [Pico](https://picoapps.xyz) — End-to-end micro app generator with instant deployment. - [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 open source LLMs. +- [Forge](https://forge-web.rebaselabs.online) [(Source)](https://github.com/sudo-rebase/forge) — AI-powered full-stack app creator that generates Next.js apps from natural language. BYOK model — use your own Anthropic, OpenAI, or Google AI key with no markup. Multi-stage pipeline with auto-fix and TypeScript strict mode. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Mocha](https://getmocha.com/) — AI-powered no-code application builder for creating web apps without writing code. - [Pythagora](https://www.pythagora.ai/) — AI development platform with 14 specialized agents that builds React/Node.js apps from natural language. Integrates with VS Code and Cursor with one-click deployment. From 8217d28f21a5660ec8e94eb405bf1d057215fad7 Mon Sep 17 00:00:00 2001 From: betterandbetterii Date: Fri, 10 Apr 2026 15:56:08 +0100 Subject: [PATCH 29/73] add OpenASE entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3fcb4..d1eecae 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. - [Sidecar](https://github.com/marcus/sidecar) — Terminal UI companion for CLI-based coding agents (Claude Code, Cursor, Gemini) with unified conversation history, git integration, task management, and workspace control. - [Vibe Kanban](https://vibekanban.com/) — AI-powered Kanban platform for orchestrating autonomous coding agents. Manage agent workflows with visual boards for task delegation and progress tracking. +- [OpenASE](https://github.com/pacificstudio/openase) — Open-source ticket-driven platform for orchestrating Claude Code, Codex, and Gemini CLI agents across isolated workspaces and status-based workflows. - [Trellis](https://github.com/mindfold-ai/Trellis) — All-in-one AI framework & toolkit for Claude Code & Cursor. Manages tasks, specs, and multi-agent pipelines. - [Upstream Agents](https://upstreamagents.com/) — Run AI coding agents in isolated sandboxes connected to your GitHub repositories. Supports Claude Code, odex and OpenCode. - [GolemBot](https://github.com/0xranx/golembot) — Unified framework wrapping Claude Code, Cursor, OpenCode, and Codex CLIs behind a single streaming API. Adds IM adapters (Slack, Telegram, Discord, Feishu), Skill system, fleet mode, and HTTP embedding. From 5c7ead72841ccfc9b0e552ed7bffdbc0a65a9b37 Mon Sep 17 00:00:00 2001 From: Sofiane Date: Fri, 10 Apr 2026 20:43:34 +0200 Subject: [PATCH 30/73] Move Onepilot to new Mobile Applications section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6930228..9c63a7a 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 - [Snippet & Utility Tools](#snippet--utility-tools) - [ChatGPT Plugins](#chatgpt-plugins) - [Desktop Applications](#desktop-applications) +- [Mobile Applications](#mobile-applications) - [Automated Workflows](#automated-workflows) - [PR & Code Review Bots](#pr--code-review-bots) - [CI/CD & Testing Automation](#cicd--testing-automation) @@ -249,6 +250,13 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [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. - [PATAPIM](https://patapim.ai) — Terminal IDE for AI coding agents with a 9-terminal grid, AI state detection, built-in Whisper voice dictation, LAN remote access, and embedded MCP browser. Built with Electron. - [IM.codes](https://github.com/im4codes/imcodes) — Mobile/web control layer for Claude Code, Codex, Gemini CLI, and other terminal-based coding agents, built for away-from-desk continuation with terminal access, file browsing, git views, localhost preview, notifications, and multi-agent workflows. + +--- + +## Mobile Applications + +Mobile apps for running AI coding agents and accessing dev environments on the go: + - [Onepilot](https://onepilotapp.com) — iOS app for running AI coding agents (Claude Code, Codex CLI, Gemini CLI) on remote servers via SSH. Provides a full terminal with SwiftTerm, agent session management, and mobile access to your dev machines. --- From 23c08f8563c30882aaf5e5afe3535c46ae3af433 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sat, 11 Apr 2026 16:41:41 +0000 Subject: [PATCH 31/73] =?UTF-8?q?Fix=20grammar=20typo:=20mutiple=20?= =?UTF-8?q?=E2=86=92=20multiple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8da499..94326b2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul Lightweight command-line tools for AI-assisted commits, shell translation, and workflow automation: - [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. -- [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. +- [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Supports multiple providers and languages. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. - [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. From 857dacd3dcbf2907739bd19d59f17378fe22ccb7 Mon Sep 17 00:00:00 2001 From: Mohammad Moazam Date: Sat, 11 Apr 2026 22:38:09 +0200 Subject: [PATCH 32/73] =?UTF-8?q?Add=20claude-overlay=20=E2=80=94=20Claude?= =?UTF-8?q?=20Code=20custom=20provider=20config=20CLI?= 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 94326b2..73a9ab1 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [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. - [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. - [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. +- [claude-overlay](https://github.com/mzmmoazam/claude-overlay) — CLI for managing Claude Code project configs across custom providers (Databricks, Bedrock, OpenRouter, LiteLLM, Cloudflare). Handles overlay merge/remove, web search MCP setup, and multi-provider switching. - [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 4d22f212c7012bdc86463b482974c51a854857a5 Mon Sep 17 00:00:00 2001 From: Kailesk Khumar Date: Mon, 13 Apr 2026 00:48:59 +0530 Subject: [PATCH 33/73] feat: add codesight to CLI Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94326b2..1423661 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. +- [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` --- ## Web-Based Tools From a8b11cf05da849b2ea030b558cb00a3ae9a63325 Mon Sep 17 00:00:00 2001 From: Wayde Lyle Date: Sun, 12 Apr 2026 20:36:18 +0100 Subject: [PATCH 34/73] Add SwarmClaw to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94326b2..dbf0cfb 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [SwarmClaw](https://github.com/swarmclawai/swarmclaw) - Self-hosted AI runtime that orchestrates Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid with heartbeats, schedules, delegation, runtime skills, and an org chart view. Ships as a desktop app (Electron) and CLI. MIT licensed, TypeScript. ### Sandboxing & Isolation From 9ab2866c89e86cf98c46fe19a2515bab7aa8723a Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 13 Apr 2026 07:00:20 -0700 Subject: [PATCH 35/73] Update README.md Fixes #429 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94326b2..8178e92 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: - [DiffBlue](https://www.diffblue.com/) — Automatically generated unit tests for Java. - [Qodo](https://www.qodo.ai/) — Non-trivial test generation with support for major programming languages. Extensions for VS Code and JetBrains. (formerly Codium) - [DeepUnit](https://www.deepunit.ai/) — Thoughtful test cases and generation of complete unit test files. Available as an interactive VS Code extension, npm package, 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. +- [KushoAI](https://kusho.ai/role-wise-use-case/software-engineers) — 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. - [TraceRoot AI](https://traceroot.ai/) — AI-native observability tool that uses AI agents to automatically fix production bugs. - [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 c0f62fda9b0fae4daf8b0676621be0c194dea906 Mon Sep 17 00:00:00 2001 From: studio Date: Tue, 14 Apr 2026 07:01:36 +0530 Subject: [PATCH 36/73] feat: add Formatho Tools - privacy-first developer utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8178e92..8cca4ff 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Web utilities for quick code generation, language translation, and regex creatio - [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. - [EnigmaEasel](https://enigmaeasel.com) — AI-powered engine for generating accessible color palettes and systems, OKLCH gradients, and font pairings with one-click Tailwind CSS and SCSS exports. +- [Formatho Tools](https://formatho.com/Tools) — 100+ privacy-first developer utilities with client-side processing. No signup, no data leaves your browser. Also maintains an [awesome-ai-tools list](https://github.com/formatho/awesome-ai-tools). #### ChatGPT Plugins From e8486bec19e22a133c28f76346e0487a32d0ddfd Mon Sep 17 00:00:00 2001 From: connerlambden Date: Mon, 13 Apr 2026 20:03:58 -0600 Subject: [PATCH 37/73] Add Helium MCP to IDE extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 332c22d..3895e4b 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [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. +- [Helium MCP](https://github.com/connerlambden/helium-mcp) — Real-time news with bias scoring, live market data, AI options pricing, and balanced news synthesis via MCP. ([Website](https://heliumtrades.com/mcp-page/)) ### Command-line From fe917dd174d856f269fba5e0c026138ff176f174 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 14 Apr 2026 02:05:32 +0000 Subject: [PATCH 38/73] Add cmux - Ghostty-based terminal for AI coding agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8178e92..72cf2b0 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul - [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. - [Mini SWE-Agent](https://mini-swe-agent.com/latest/) — A minimal, hackable software engineering agent built for learning and experimentation. Lightweight implementation demonstrating core SWE-agent concepts with a focus on simplicity and extensibility. - [Micro Agent](https://www.builder.io/blog/micro-agent) — An AI agent that writes and fixes code for you. +- [cmux](https://github.com/manaflow-ai/cmux) — A Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Features notification rings, in-app browser, SSH support, and Claude Code Teams integration. ### CLI Utilities From b0541ec313fd24875eff97a41ce49f09fbf79406 Mon Sep 17 00:00:00 2001 From: Gk Date: Tue, 14 Apr 2026 22:15:19 -0700 Subject: [PATCH 39/73] Add CueAPI to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72cf2b0..858042e 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [CueAPI](https://github.com/cueapi/cueapi-core) — Open-source scheduler and verification gate for AI coding agents. Cues trigger agent runs on a schedule, and each execution must return evidence (external ID, result URL, or artifact) before the cycle closes. Works with Claude Code, Codex, and Gemini CLI via SDK. Self-hosted, Apache-2.0. ### Sandboxing & Isolation From 960a86c10d28705978003950fe5705daa8d992f0 Mon Sep 17 00:00:00 2001 From: Sam Painter Date: Wed, 15 Apr 2026 18:30:19 +0000 Subject: [PATCH 40/73] docs: add pi coding agent and related tools - pi: terminal coding agent (Terminal Agents) - pi-steering-hooks: deterministic before-tool guardrails (Configuration & Context Management) - pi-ralph: multi-agent orchestration loops (Multi-Agent Orchestration) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72cf2b0..bcf342e 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul - [Mini SWE-Agent](https://mini-swe-agent.com/latest/) — A minimal, hackable software engineering agent built for learning and experimentation. Lightweight implementation demonstrating core SWE-agent concepts with a focus on simplicity and extensibility. - [Micro Agent](https://www.builder.io/blog/micro-agent) — An AI agent that writes and fixes code for you. - [cmux](https://github.com/manaflow-ai/cmux) — A Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Features notification rings, in-app browser, SSH support, and Claude Code Teams integration. +- [pi](https://pi.dev/) — Minimal, extensible terminal coding agent. TypeScript extensions, skills, prompt templates, and themes — all shareable as npm packages. Supports multiple LLM providers with a unified API. ### CLI Utilities @@ -337,6 +338,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [pi-ralph](https://github.com/samfoy/pi-ralph) — Multi-agent orchestration loops for the pi coding agent. Runs autonomous implementation, review, and debugging cycles with configurable roles and loop chaining. ### Sandboxing & Isolation @@ -367,6 +369,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [AgentsKB](https://agentskb.com) — Knowledge base with 39K+ researched technical Q&As accessible via MCP server, REST API, or web search. Integrates with Claude Code, Cursor, and Cline. - [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. - [Zenable](https://zenable.io/) — AI guardrails that learn your team's standards and ensure coding agents follow them, maximizing speed and quality. +- [pi-steering-hooks](https://github.com/samfoy/pi-steering-hooks) — Deterministic before-tool-call guardrails for the pi coding agent. Enforces rules (no force push, conventional commits, etc.) via regex pattern matching on tool inputs — zero tokens, 100% reliable. Custom rules via JSON config with override escape hatch. - [Gestalt](https://github.com/dwgoldie/gestalt) — Model-agnostic thinking protocol (AGENTS.md) that shapes how AI coding agents reason. Less filler, more substance, honest about limits. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI. - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. From b8e57a68a5e7c22beb0645e5452064a7ac6c8813 Mon Sep 17 00:00:00 2001 From: "OpenClaw Agent (basd)" Date: Thu, 16 Apr 2026 02:24:41 +0000 Subject: [PATCH 41/73] =?UTF-8?q?Add=20skill-optimizer=20=E2=80=94=20LLM?= =?UTF-8?q?=20tool-calling=20benchmark=20and=20doc=20optimizer?= 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 bcf342e..97a7cf5 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [pi-steering-hooks](https://github.com/samfoy/pi-steering-hooks) — Deterministic before-tool-call guardrails for the pi coding agent. Enforces rules (no force push, conventional commits, etc.) via regex pattern matching on tool inputs — zero tokens, 100% reliable. Custom rules via JSON config with override escape hatch. - [Gestalt](https://github.com/dwgoldie/gestalt) — Model-agnostic thinking protocol (AGENTS.md) that shapes how AI coding agents reason. Less filler, more substance, honest about limits. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI. - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. +- [skill-optimizer](https://github.com/fastxyz/skill-optimizer) — CLI that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) against multiple LLMs and runs an iterative optimizer to rewrite them until every configured model meets a score floor. ### Usage Analytics & Cost Tracking From 633c1f1fc2bb23a3ab73f24170edd13a54fb8a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=87=91=E5=8D=9A?= <257514572@qq.com> Date: Thu, 16 Apr 2026 15:54:55 +0800 Subject: [PATCH 42/73] Add aicost --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..1c7d9c1 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. --- From 0d2abf886197aaec21ac5863cf2479a94e8c1678 Mon Sep 17 00:00:00 2001 From: avelikiy Date: Thu, 16 Apr 2026 17:11:15 +0200 Subject: [PATCH 43/73] =?UTF-8?q?Add=20great=5Fcto=20=E2=80=94=207-agent?= =?UTF-8?q?=20SDLC=20pipeline=20plugin?= 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 bcf342e..1d00eaf 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. - [pi-ralph](https://github.com/samfoy/pi-ralph) — Multi-agent orchestration loops for the pi coding agent. Runs autonomous implementation, review, and debugging cycles with configurable roles and loop chaining. +- [great_cto](https://github.com/avelikiy/great_cto) — Claude Code plugin with 7 specialized agents (tech-lead, senior-dev, qa-engineer, security-officer, devops, l3-support, project-auditor) running a full SDLC pipeline with 12-angle code review, 10 project archetypes, 13 compliance frameworks, and two-gate approval flow (architecture + deploy). ### Sandboxing & Isolation From 48dbdb3aeca88ccfe35bd5b803e3b336eabb90a7 Mon Sep 17 00:00:00 2001 From: Alexander Clapp Date: Fri, 17 Apr 2026 09:10:32 +0200 Subject: [PATCH 44/73] Add CLIRank to CLI Utilities Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..9f169f8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. +- [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. --- From 3c08a39ceef237b395a170b0cfc07cad29dc8757 Mon Sep 17 00:00:00 2001 From: yishuiliunian Date: Fri, 17 Apr 2026 18:50:42 +0800 Subject: [PATCH 45/73] Add AgentsMesh to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..9332467 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. - [pi-ralph](https://github.com/samfoy/pi-ralph) — Multi-agent orchestration loops for the pi coding agent. Runs autonomous implementation, review, and debugging cycles with configurable roles and loop chaining. +- [AgentsMesh](https://agentsmesh.ai) — Self-hostable AI Agent Workforce Platform. Remote AI workstations (AgentPods) with PTY sandbox + git worktree isolation, multi-agent collaboration via channels and pod bindings, built-in Kanban with ticket-pod binding and MR/PR integration, per-pod MCP server. Supports Claude Code, Codex CLI, Gemini CLI, Aider, OpenCode. Multi-Git (GitHub/GitLab/Gitee), multi-tenant (Org > Team > User), SSO/RBAC/audit, air-gapped, BYOK. ### Sandboxing & Isolation From 8f112710690ecc00d440b80fd7606ba44255426b Mon Sep 17 00:00:00 2001 From: Owl Date: Fri, 17 Apr 2026 19:06:08 -0700 Subject: [PATCH 46/73] Add Not Human Search to Configuration & Context Management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Search engine for the agentic web — indexes 2,000+ sites ranked 0-100 on agentic-readiness signals (llms.txt, OpenAPI, MCP, ai-plugin.json). Itself an MCP server. Free, no auth, open data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c63d6c..d42462c 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. - [Beacon](https://github.com/sagarmk/beacon-plugin) — Semantic code search plugin for Claude Code that combines embedding-based similarity with BM25 keyword matching. Indexes locally via Ollama and stores everything in SQLite. - [AgentsKB](https://agentskb.com) — Knowledge base with 39K+ researched technical Q&As accessible via MCP server, REST API, or web search. Integrates with Claude Code, Cursor, and Cline. +- [Not Human Search](https://nothumansearch.ai) — Search engine for the agentic web. Indexes 2,000+ agent-ready sites ranked 0–100 on agentic readiness (llms.txt, OpenAPI, MCP, ai-plugin.json, structured API). Itself an MCP server with 8 tools (search_agents, verify_mcp, list_categories, get_top_sites, etc.). One-line install: `curl -fsSL https://nothumansearch.ai/install | sh`. Free, no auth, open data. - [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. - [Zenable](https://zenable.io/) — AI guardrails that learn your team's standards and ensure coding agents follow them, maximizing speed and quality. - [pi-steering-hooks](https://github.com/samfoy/pi-steering-hooks) — Deterministic before-tool-call guardrails for the pi coding agent. Enforces rules (no force push, conventional commits, etc.) via regex pattern matching on tool inputs — zero tokens, 100% reliable. Custom rules via JSON config with override escape hatch. From d8e9173bce85a8a92d0ebf91ba2bb18af2315f68 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Nasir Tobaria <116266103+abdulrehmann231@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:25:44 +0500 Subject: [PATCH 47/73] chore: removed extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1423661..970a60e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. - - [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` --- From d5cd1f40dda838ce8838bbf771d07f8102d2dafd Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sat, 18 Apr 2026 15:38:52 +0000 Subject: [PATCH 48/73] Remove broken/inappropriate links from awesome-ai-devtools list - Removed GitHub source link from Forge (broken link) - Removed Helium MCP (financial news/trading, not relevant to AI dev tools) - Removed Formatho Tools (broken link) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7137f36..0c0a051 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. -- [Helium MCP](https://github.com/connerlambden/helium-mcp) — Real-time news with bias scoring, live market data, AI options pricing, and balanced news synthesis via MCP. ([Website](https://heliumtrades.com/mcp-page/)) - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. - [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. @@ -161,7 +160,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [Pico](https://picoapps.xyz) — End-to-end micro app generator with instant deployment. - [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 open source LLMs. -- [Forge](https://forge-web.rebaselabs.online) [(Source)](https://github.com/sudo-rebase/forge) — AI-powered full-stack app creator that generates Next.js apps from natural language. BYOK model — use your own Anthropic, OpenAI, or Google AI key with no markup. Multi-stage pipeline with auto-fix and TypeScript strict mode. +- [Forge](https://forge-web.rebaselabs.online) — AI-powered full-stack app creator that generates Next.js apps from natural language. BYOK model — use your own Anthropic, OpenAI, or Google AI key with no markup. Multi-stage pipeline with auto-fix and TypeScript strict mode. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Mocha](https://getmocha.com/) — AI-powered no-code application builder for creating web apps without writing code. - [Pythagora](https://www.pythagora.ai/) — AI development platform with 14 specialized agents that builds React/Node.js apps from natural language. Integrates with VS Code and Cursor with one-click deployment. @@ -233,7 +232,7 @@ Web utilities for quick code generation, language translation, and regex creatio - [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. - [EnigmaEasel](https://enigmaeasel.com) — AI-powered engine for generating accessible color palettes and systems, OKLCH gradients, and font pairings with one-click Tailwind CSS and SCSS exports. -- [Formatho Tools](https://formatho.com/Tools) — 100+ privacy-first developer utilities with client-side processing. No signup, no data leaves your browser. Also maintains an [awesome-ai-tools list](https://github.com/formatho/awesome-ai-tools). + #### ChatGPT Plugins From 48a43b05bcc906e8859471e163b4a4924bd78cb4 Mon Sep 17 00:00:00 2001 From: Bo Date: Mon, 20 Apr 2026 17:15:12 +0800 Subject: [PATCH 49/73] Add cc-tempo to Usage Analytics & Cost Tracking Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0a051..ecb2eb6 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ Tools for monitoring token usage and API costs across AI providers: - [Code Insights](https://github.com/melagiri/code-insights) — Local-first CLI and dashboard for analyzing AI coding sessions from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat. SQLite-backed with terminal analytics, browser dashboard, and LLM-powered insights. - [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. - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. +- [cc-tempo](https://github.com/O0000-code/cc-tempo) — Claude Code statusline that parses transcript JSONL for active work time (excludes idle and interactive-tool waits), SubAgent speedup ratio, /clear-resilient PID timer, code-churn sparkline with trend arrow, and multi-instance detection. Bash + TypeScript CLI, MIT. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. - [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. From 54c49479ca848d099681f02fcd86d0a7c14e985a Mon Sep 17 00:00:00 2001 From: functioncrafter <43791027+functioncrafter@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:33:47 +0700 Subject: [PATCH 50/73] Add CostGoat to Usage Analytics & Cost Tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0a051..4e118a2 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Tools for monitoring token usage and API costs across AI providers: - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. - [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. +- [CostGoat](https://costgoat.com) — Privacy-first menubar app for tracking AI agent quotas (Claude Code, Codex, Kimi, Z.ai) and LLM API costs (OpenAI, OpenRouter, Anthropic, ElevenLabs) in real-time. Also covers cloud spend and SaaS subscriptions. --- From afc2819f356deff04a85f355cf9b1ce150c4a608 Mon Sep 17 00:00:00 2001 From: clubanderson Date: Sat, 25 Apr 2026 19:03:53 +0000 Subject: [PATCH 51/73] =?UTF-8?q?=E2=9C=A8=20Add=20KubeStellar=20Console?= =?UTF-8?q?=20kc-agent=20to=20Configuration=20&=20Context=20Management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: clubanderson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0a051..3c85edc 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Gestalt](https://github.com/dwgoldie/gestalt) — Model-agnostic thinking protocol (AGENTS.md) that shapes how AI coding agents reason. Less filler, more substance, honest about limits. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI. - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. - [skill-optimizer](https://github.com/fastxyz/skill-optimizer) — CLI that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) against multiple LLMs and runs an iterative optimizer to rewrite them until every configured model meets a score floor. +- [KubeStellar Console kc-agent](https://github.com/kubestellar/console) — MCP server that bridges AI coding agents (Claude Code, Copilot, Codex) to multi-cluster Kubernetes APIs. Enables natural language queries across clusters, workload placement, policy enforcement, and real-time observability. CNCF Sandbox project. ### Usage Analytics & Cost Tracking From 0102db0e5f37163d708f62cfe70029aa7babf260 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sat, 25 Apr 2026 22:30:39 -0700 Subject: [PATCH 52/73] Create pr-template-check.yml --- .github/workflows/pr-template-check.yml | 106 ++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .github/workflows/pr-template-check.yml diff --git a/.github/workflows/pr-template-check.yml b/.github/workflows/pr-template-check.yml new file mode 100644 index 0000000..7a39c91 --- /dev/null +++ b/.github/workflows/pr-template-check.yml @@ -0,0 +1,106 @@ +name: PR Template Check +on: + pull_request: + types: [opened, edited] +jobs: + check-pr-template: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - name: Check PR follows template + uses: actions/github-script@v7 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + const prBody = context.payload.pull_request.body || ''; + const prNumber = context.payload.pull_request.number; + const prAuthor = context.payload.pull_request.user.login; + // Define required sections from the PR template + const requiredSections = [ + '## Description', + '## Checklist' + ]; + // Define required checklist items + const checklistItems = [ + 'The entry is a tool that uses AI', + 'The entry is a developer-focused tool', + 'The description is unambiguous and clear', + 'The description matches the style of other entries' + ]; + let issues = []; + // Check for required sections + for (const section of requiredSections) { + if (!prBody.includes(section)) { + issues.push(`Missing required section: \`${section}\``); + } + } + // Check if checklist section exists and has checked items + if (prBody.includes('## Checklist')) { + // Check if at least some checklist items are checked + const checkedPattern = /- \[x\]/gi; + const checkedMatches = prBody.match(checkedPattern) || []; + if (checkedMatches.length === 0) { + issues.push('No checklist items are checked. Please review and check all applicable items.'); + } + // Verify all required checklist items are present + for (const item of checklistItems) { + if (!prBody.includes(item)) { + issues.push(`Missing checklist item: \`${item}\``); + } + } + } + // Check if description section has actual content (not just the template comments) + const descriptionMatch = prBody.match(/## Description\s*([\s\S]*?)(?=## Checklist|$)/); + if (descriptionMatch) { + // Remove HTML comments and whitespace + const descriptionContent = descriptionMatch[1] + .replace(//g, '') + .trim(); + if (descriptionContent.length < 10) { + issues.push('The Description section appears to be empty or too brief. Please describe your changes.'); + } + } + if (issues.length > 0) { + // Create a comment explaining the issues + const commentBody = `👋 Hi @${prAuthor}, + Thank you for your contribution! However, this PR doesn't follow our PR template requirements. + **Issues found:** + ${issues.map(issue => `- ${issue}`).join('\n')} + **What to do:** + 1. Please edit your PR description to follow the [PR template](/.github/PULL_REQUEST_TEMPLATE.md) + 2. Make sure to fill out the Description section + 3. Check all applicable items in the Checklist + This PR will be closed automatically. Once you've updated your PR description, feel free to reopen it or create a new PR. + --- + *This is an automated message. If you believe this is an error, please comment below.*`; + // Post the comment + await github.rest.issues.createComment({ + owner: context.repo.owner, + repo: context.repo.repo, + issue_number: prNumber, + body: commentBody + }); + // Close the PR + await github.rest.pulls.update({ + owner: context.repo.owner, + repo: context.repo.repo, + pull_number: prNumber, + state: 'closed' + }); + // Add a label to indicate why it was closed + try { + await github.rest.issues.addLabels({ + owner: context.repo.owner, + repo: context.repo.repo, + issue_number: prNumber, + labels: ['invalid-template'] + }); + } catch (labelError) { + // Label might not exist, that's okay + console.log('Could not add label:', labelError.message); + } + core.setFailed('PR does not follow the template and has been closed.'); + } else { + console.log('PR follows the template requirements! ✅'); + } From 7183dde6ee55ff3e05dfb0287a578f0dc008a629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ashforde=20O=C3=9C?= Date: Sun, 26 Apr 2026 21:09:23 +0200 Subject: [PATCH 53/73] feat: add Grasp to Codebase Intelligence section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 786df14..6c28d5e 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ Tools for understanding, navigating, and getting answers about existing codebase - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debug issues, test solutions, answer programming questions, etc. - [sudocode](https://sudocode.ai/) — Context management system for AI coding agents that creates organizational structures to track context over long-horizon tasks. +- [Grasp](https://github.com/ashfordeOU/grasp) — Code architecture visualiser: paste any GitHub/GitLab URL → interactive dependency graph (9 layouts, 16 colour modes), A–F health score, security scanner (SARIF 2.1 export), blast radius, churn heatmap, ORM query map, and AI chat (15 providers). 116 MCP tools with Kuzu graph DB + SQLite brain. Zero data collection, everything runs locally. `npm install -g grasp-mcp-server` #### Database & SQL From 0d24d7f949f47c7c5b0c3759770e1439245e6baf Mon Sep 17 00:00:00 2001 From: vaibhav-gupta5 Date: Mon, 27 Apr 2026 11:57:58 +0530 Subject: [PATCH 54/73] Added Shadcn Space in IDE Extension Added Shadcn Space in IDE Extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 786df14..4efc88d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. - [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. +- [Shadcn Space MCP](https://shadcnspace.com/mcp) — Connect Cursor, Claude Code, Antigravity, VS Code, and other AI tools to the Shadcn Space component registry. --- From 88654a14d82728fb3deb800ad622206cf82555ac Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 29 Apr 2026 08:04:11 -0700 Subject: [PATCH 55/73] Update pr-template-check.yml --- .github/workflows/pr-template-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-template-check.yml b/.github/workflows/pr-template-check.yml index 7a39c91..9ea6a8a 100644 --- a/.github/workflows/pr-template-check.yml +++ b/.github/workflows/pr-template-check.yml @@ -1,6 +1,6 @@ name: PR Template Check on: - pull_request: + pull_request_target: types: [opened, edited] jobs: check-pr-template: From e1f338f385de94af7f22fe9c5571c2537f908b4a Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 29 Apr 2026 17:28:22 +0200 Subject: [PATCH 56/73] Add lean-ctx to Configuration & Context Management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 786df14..a7b62e1 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. - [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. +- [lean-ctx](https://github.com/yvgude/lean-ctx) — Open-source context runtime for AI coding agents. MCP server (optional shell hook) that compresses file reads, shell output, and codebase search to reduce token usage, often 60–99% on supported workflows. 46 tools, session caching, AST-aware compression for 18 languages, 90+ shell patterns. [Website](https://leanctx.com). Apache-2.0. - [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. From 2aa20def2ddce378923e5a1585a194a079454e28 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 29 Apr 2026 17:54:03 +0000 Subject: [PATCH 57/73] fix grammar mistakes in README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 786df14..084144b 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,11 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [Quack AI](https://www.quackai.com/) — VS Code extension for adhering to project coding guidelines. - [CodeMate](https://www.codemate.ai/) — VS Code extension for debugging and optimizing code. - [AskCodi](https://www.askcodi.com/) — AI coding assistant with extensions for VS Code, JetBrains and Sublime Text. -- [GoCodeo](https://www.gocodeo.com/) - GoCodeo is an AI agent that lets you build and deploy full-stack apps effortlessly, with one click Vercel deployment and seamless Supabase integration. +- [GoCodeo](https://www.gocodeo.com/) - GoCodeo is an AI agent that lets you build and deploy full-stack apps effortlessly, with one-click Vercel deployment and seamless Supabase integration. - [Ptah](https://marketplace.visualstudio.com/items?itemName=ptah-extensions.ptah-coding-orchestra) — Multi-provider AI coding orchestra for VS Code that connects to OpenRouter (200+ models), Kimi, GLM, Copilot, Gemini, and Codex from one interface. Features CLI agent orchestration, a built-in MCP server, plugin ecosystem, and workspace intelligence. Open source (FSL-1.1-MIT). - [aiXcoder](https://www.aixcoder.com/en/) — Local or cloud-based assistant with extensions for IntelliJ IDEA, CLion, GoLand, PyCharm, WebStorm, Visual Studio Code, and Eclipse. -- [Sourcery](https://sourcery.ai/) — AI assistant and linter with a reference of 160 Python best practices and 40+ JS/TS best practices. Extensions for VS Code, PyCharm, vim and Sublime. -- [Swimm](https://swimm.io) — Assistant for contextual code understanding using static analysis and AI generated documentation. VS Code, JetBrains, IntelliJ, WebStorm, Rider, PhpStorm, Android Studio, PyCharm. +- [Sourcery](https://sourcery.ai/) — AI assistant and linter with a reference of 160 Python best practices and 40+ JS/TS best practices. Extensions for VS Code, PyCharm, Vim and Sublime. +- [Swimm](https://swimm.io) — Assistant for contextual code understanding using static analysis and AI-generated documentation. VS Code, JetBrains, IntelliJ, WebStorm, Rider, PhpStorm, Android Studio, PyCharm. - [Android Studio Bot](https://developer.android.com/studio/preview/studio-bot) — Studio Bot is an AI powered coding assistant that is tightly integrated in Android Studio. Studio Bot can help Android developers generate code, find relevant resources, learn best practices, and save time. - [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. @@ -130,7 +130,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [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. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Supports multiple providers and languages. -- [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) +- [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (e.g., `ai Tell me the free space on disk`) - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. - [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. - [CCG Workflow](https://github.com/fengshao1227/ccg-workflow) — Multi-model collaboration system for Claude Code. Orchestrates Claude + Codex + Gemini with 28 slash commands, smart routing (Gemini for frontend, Codex for backend), Agent Teams for parallel development, and 6 built-in quality gate skills. One-command install via npx. @@ -155,7 +155,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [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. - [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. - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. -- [Capacity](https://capacity.so) — AI powered full-stack web app development that turns prompts in natural language into fully functional web applications. +- [Capacity](https://capacity.so) — AI-powered full-stack web app development that turns prompts in natural language into fully functional web applications. - [Leap.new](https://leap.new/) — Builds functional apps with real backend services, APIs, and deploys to your cloud. - [Pico](https://picoapps.xyz) — End-to-end micro app generator with instant deployment. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. @@ -184,10 +184,10 @@ Tools that generate components, mockups, and frontend code from text prompts or - [Tempo](https://www.tempolabs.ai/) — WYSIWYG editor for React interfaces. - [Google Stitch](https://stitch.withgoogle.com/) — Google's AI-powered design tool for creating UI designs. Formerly Galileo AI. - [Uizard](https://uizard.io/) — Generate multi-screen mockups from text prompts and edit them with a drag-and-drop editor. Scan screenshots of apps or hand-drawn wireframes and transform them into editable app mockups. -- [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. +- [Polymet](https://polymet.ai) — Create and iterate product design easily. Polymet helps teams create user interfaces and prototypes without any design experience, and provides production-ready front-end code. - [Kombai](https://kombai.com/) — AI Tool for generating frontend code from Figma. - [CodeParrot](https://www.codeparrot.ai/) — VS Code plugin to generate Frontend code from Figma. Reuses existing components, libraries and coding standards to generate code which fits perfectly with your existing codebase. All without any prompting. -- [Frontly](https://fronty.com/) — Convert the uploaded image to HTML CSS code. +- [Frontly](https://fronty.com/) — Converts uploaded images 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. - [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. - [Telex](https://telex.automatica.ai/) — AI-powered WordPress block and theme generator. Describe your idea and it builds WordPress blocks for you. @@ -211,7 +211,7 @@ Tools for understanding, navigating, and getting answers about existing codebase - [Onboard](https://www.getonboardai.com) — Chat with an AI about public and private codebases. - [CodeSquire](https://codesquire.ai/) — Chrome extension that adds autocomplete to Google Colab, BigQuery, and JupyterLab. - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. -- [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debug issues, test solutions, answer programming questions, etc. +- [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debugging issues, testing solutions, answering programming questions, etc. - [sudocode](https://sudocode.ai/) — Context management system for AI coding agents that creates organizational structures to track context over long-horizon tasks. #### Database & SQL @@ -280,7 +280,7 @@ Integrations that automatically review pull requests and suggest code fixes: - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). - [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 +- [EntelligenceAI](https://entelligence.ai/pr) — AI powered code reviews for GitHub and GitLab that improves over time based on user comments. - [Codegen](https://www.codegen.com/) — GPT-4 based PR agent for enterprise codebases. - [Nova](https://www.trynova.ai/) — CI bot to add actions such as summaries and tests to new PRs. - [PR Explainer Bot](https://pr-explainer-bot.web.app/) — A GitHub integration that adds explanatory text to newly created PRs. @@ -288,9 +288,9 @@ Integrations that automatically review pull requests and suggest code fixes: - [Corgea](https://corgea.com/) — A GitHub integration that finds and fixes vulnerable code. - [Pixee](https://pixee.ai) — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes. - [CodeAnt AI](https://www.codeant.ai/) — Automatically create PRs to fix code issues. -- [What The Diff](https://whatthediff.ai/) — AI-powered app that reviews the diff of pull requests and writes a descriptive comment about the changes in plain english. +- [What The Diff](https://whatthediff.ai/) — AI-powered app that reviews the diff of pull requests and writes a descriptive comment about the changes in plain English. - [Trag](https://usetrag.com/) — AI powered code reviews with pre-defined instructions and patterns. -- [CodeReviewBot](https://codereviewbot.ai/) — AI powered code reviews for GitHub +- [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. @@ -307,7 +307,7 @@ Integrations that automatically review pull requests and suggest code fixes: Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: -- [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository +- [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository. - [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into GitHub Actions, Azure DevOps and more. - [Traceloop](https://traceloop.com/) — Uses OpenTelemetry tracing data with generative AI to improve system reliability. - [Carbonate](https://carbonate.dev/) — End-to-end testing using natural language. Integrates into your existing test suite (currently Jest, PHPUnit and Python's unittest). From d0818d56b64c4f3d0e77299ce551a9e0c6dca4a2 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 30 Apr 2026 11:35:55 -0700 Subject: [PATCH 58/73] Add Kasava to Codebase Intelligence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e8216..944d1d6 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. - [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. -- [Shadcn Space MCP](https://shadcnspace.com/mcp) — Connect Cursor, Claude Code, Antigravity, VS Code, and other AI tools to the Shadcn Space component registry. --- @@ -214,6 +213,7 @@ Tools for understanding, navigating, and getting answers about existing codebase - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debugging issues, testing solutions, answering programming questions, etc. - [sudocode](https://sudocode.ai/) — Context management system for AI coding agents that creates organizational structures to track context over long-horizon tasks. +- [Kasava](https://kasava.dev) - Parses codebases and reads every commit so progress reports cite real changes and feature plans are made with real architecture context. #### Database & SQL From 375b2d8fb9fac0056d053afae21e0a863baa6695 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Nasir Tobaria <116266103+abdulrehmann231@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:48:37 +0500 Subject: [PATCH 59/73] Update README with Shadcn Space MCP details Removed duplicate entry for shadcn/studio MCP and added Shadcn Space MCP. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 944d1d6..2abf348 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [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. - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. - [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. +- [Shadcn Space MCP](https://shadcnspace.com/mcp) — Connect Cursor, Claude Code, Antigravity, VS Code, and other AI tools to the Shadcn Space component registry. --- From 3ca115a8817f06022eb0a7ca2e382dd988454133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=89=E5=93=B2?= Date: Sun, 3 May 2026 10:31:13 +0800 Subject: [PATCH 60/73] Add agenttrace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a41d27..87546b5 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ Tools for monitoring token usage and API costs across AI providers: - [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. - [Code Insights](https://github.com/melagiri/code-insights) — Local-first CLI and dashboard for analyzing AI coding sessions from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat. SQLite-backed with terminal analytics, browser dashboard, and LLM-powered insights. +- [agenttrace](https://github.com/luoyuctl/agenttrace) — Local-first TUI observability for AI coding agents. Tracks cost, tokens, tool failures, anomalies, health, and CI gates across Claude Code, Codex CLI, Gemini CLI, Aider, and Cursor exports. - [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. - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [cc-tempo](https://github.com/O0000-code/cc-tempo) — Claude Code statusline that parses transcript JSONL for active work time (excludes idle and interactive-tool waits), SubAgent speedup ratio, /clear-resilient PID timer, code-churn sparkline with trend arrow, and multi-instance detection. Bash + TypeScript CLI, MIT. From c9ea28c4ef737551d0928c6a7d23f6c33827e134 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 4 May 2026 07:44:05 +0000 Subject: [PATCH 61/73] Remove Upstream Agents from Multi-Agent Orchestration list Co-Authored-By: Claude Opus 4.5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5a41d27..47fa4a0 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,6 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Vibe Kanban](https://vibekanban.com/) — AI-powered Kanban platform for orchestrating autonomous coding agents. Manage agent workflows with visual boards for task delegation and progress tracking. - [OpenASE](https://github.com/pacificstudio/openase) — Open-source ticket-driven platform for orchestrating Claude Code, Codex, and Gemini CLI agents across isolated workspaces and status-based workflows. - [Trellis](https://github.com/mindfold-ai/Trellis) — All-in-one AI framework & toolkit for Claude Code & Cursor. Manages tasks, specs, and multi-agent pipelines. -- [Upstream Agents](https://upstreamagents.com/) — Run AI coding agents in isolated sandboxes connected to your GitHub repositories. Supports Claude Code, odex and OpenCode. - [GolemBot](https://github.com/0xranx/golembot) — Unified framework wrapping Claude Code, Cursor, OpenCode, and Codex CLIs behind a single streaming API. Adds IM adapters (Slack, Telegram, Discord, Feishu), Skill system, fleet mode, and HTTP embedding. - [Stoneforge](https://stoneforge.ai) — Open-source orchestration for AI coding agents. Run multiple agents in parallel with automatic dispatch, merge, and recovery. - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. From ae70f33c55527b6df25b11b62ebbeb7b919bfc5a Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 4 May 2026 07:48:43 +0000 Subject: [PATCH 62/73] Add Backgrounder.dev to App Builders list Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47fa4a0..c8d6557 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [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. - [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. +- [Backgrounder.dev](https://backgrounder.dev/) — Free interface for AI coding agents (Claude Code, Codex, Gemini, Goose, Pi) running as isolated background processes. Supports switching between agents, branching chats, conflict resolution and scheduled runs. - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [Capacity](https://capacity.so) — AI-powered full-stack web app development that turns prompts in natural language into fully functional web applications. - [Leap.new](https://leap.new/) — Builds functional apps with real backend services, APIs, and deploys to your cloud. From b4f5f71cf1f2f5dc67b433754ae5b3e1a8d2c5a8 Mon Sep 17 00:00:00 2001 From: laolaoshiren Date: Wed, 6 May 2026 05:35:52 +0000 Subject: [PATCH 63/73] Add Claude Code Skills Chinese resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..93d2427 100644 --- a/README.md +++ b/README.md @@ -454,3 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. +- [Claude Code Skills 中文精选集](https://claude-skills.bt199.com/) — Chinese curated directory of Claude Code Skills, agents, plugins, and workflow resources for developers using Claude Code. From d5bdbc7831791086aedf1f48a9a43c607e9f6449 Mon Sep 17 00:00:00 2001 From: Yuting Zhong Date: Sat, 9 May 2026 03:19:11 -0700 Subject: [PATCH 64/73] Add Awesome AI Startups to Resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..de8ad22 100644 --- a/README.md +++ b/README.md @@ -454,3 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. +- [Awesome AI Startups](https://github.com/nowork-studio/awesome-ai-startups) — A curated list of bootstrapped, pre-seed, and angel-funded AI products built by independent founders. From ab80ecf79219aca620b2392b4f336951a25ca1c0 Mon Sep 17 00:00:00 2001 From: Yuting Zhong Date: Sat, 9 May 2026 03:54:18 -0700 Subject: [PATCH 65/73] Refocus entry on Coding & Developer Tools subsection per maintainer scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8ad22..5b53a25 100644 --- a/README.md +++ b/README.md @@ -454,4 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. -- [Awesome AI Startups](https://github.com/nowork-studio/awesome-ai-startups) — A curated list of bootstrapped, pre-seed, and angel-funded AI products built by independent founders. +- [Awesome AI Startups — Coding & Developer Tools](https://github.com/nowork-studio/awesome-ai-startups#-coding--developer-tools) — 100+ indie-built AI coding assistants, dev tools, and code-generation products from bootstrapped, pre-seed, and angel-funded startups. From 2f17dda2efc724f933228d6736736a0582eb8c58 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Sun, 10 May 2026 22:44:08 +0300 Subject: [PATCH 66/73] Add mirrord to Sandboxing & Isolation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..3630597 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Secure isolated environments for running AI coding agents with controlled access - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. +- [mirrord](https://github.com/metalbear-co/mirrord) — Per-agent isolation inside a shared Kubernetes cluster: traffic filters, DB branches, and Kafka queue splits via the mirrord Operator. Six [Claude Code skills](https://github.com/metalbear-co/skills) cover quickstart, config, operator setup, CI, DB branching, and Kafka splitting; install via `/plugin marketplace add metalbear-co/skills`. ### Configuration & Context Management From 2bcc7574131e15e7fbc6c51df4aeebe01ce0b3b0 Mon Sep 17 00:00:00 2001 From: Scott Thurman Date: Sun, 10 May 2026 17:55:46 -0400 Subject: [PATCH 67/73] Add prpack to CLI Utilities and prpack-action to PR & Code Review Bots --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8d6557..2ea110c 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. - [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` - [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. +- [prpack](https://github.com/Lucas2944/prpack) — Zero-dep CLI that packs a pull request (diff + commits + full post-change file contents) into one markdown file optimized for LLM code review. Drop the file into Claude / Cursor / your model. MIT. --- @@ -309,6 +310,7 @@ Integrations that automatically review pull requests and suggest code fixes: - [CodeHawk](https://codehawk.crossgen-ai.com) — GitHub App that installs in seconds and reviews pull requests automatically, posting inline comments on bugs, security vulnerabilities, and logic errors. - [Grit](https://app.grit.io) — GitHub-integrated agent for automating maintenance tasks and other development work. - [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed. [Source](https://github.com/Elifterminal/pr-triage-web) +- [prpack-action](https://github.com/Lucas2944/prpack-action) — GitHub Action that runs prpack on every PR, uploads the packed markdown as an artifact, and posts a summary comment. MIT. ### CI/CD & Testing Automation From b325747820df88ede5c3000475e3d1e8e307bafe Mon Sep 17 00:00:00 2001 From: sisyphusse1-ops Date: Sun, 10 May 2026 22:35:04 +0000 Subject: [PATCH 68/73] Add claude-code-pro-pack and cc-audit to Configuration Context Management --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8d6557..6a4f6de 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,8 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. - [skill-optimizer](https://github.com/fastxyz/skill-optimizer) — CLI that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) against multiple LLMs and runs an iterative optimizer to rewrite them until every configured model meets a score floor. - [KubeStellar Console kc-agent](https://github.com/kubestellar/console) — MCP server that bridges AI coding agents (Claude Code, Copilot, Codex) to multi-cluster Kubernetes APIs. Enables natural language queries across clusters, workload placement, policy enforcement, and real-time observability. CNCF Sandbox project. +- [claude-code-pro-pack](https://github.com/sisyphusse1-ops/claude-code-pro-pack) — Drop-in 12-rule `CLAUDE.md` + `AGENTS.md` baseline that closes common agent-orchestration failures (token spirals, silent partial failures, two-pattern pollution). Includes PRD generator prompt, browser-skill-graduation workflow, and 5 example skills. ~700 tokens total, MIT. +- [cc-audit](https://github.com/sisyphusse1-ops/cc-audit) — Single-file Python linter that scores any `CLAUDE.md` / `AGENTS.md` against a 12-rule baseline. Flags leaked secrets (GitHub PATs, AWS keys, PayPal links), the 200-line compliance cliff, and missing project-specifics sections. Zero dependencies, JSON output for CI, MIT. ### Usage Analytics & Cost Tracking From 50cb8231ccd90cd048028ebaf60f002f7b48fc3d Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 12 May 2026 00:48:16 +0530 Subject: [PATCH 69/73] Add TokenWise to Usage Analytics & Cost Tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TokenWise — measurement-driven model router for Claude Code. Routes work across Haiku/Sonnet/Opus, logs every routed task with verified $ saved, A/B tests cheaper tiers. MIT, zero telemetry. Repo: https://github.com/CodeShuX/tokenwise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..3ab920b 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ Tools for monitoring token usage and API costs across AI providers: - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. - [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. - [CostGoat](https://costgoat.com) — Privacy-first menubar app for tracking AI agent quotas (Claude Code, Codex, Kimi, Z.ai) and LLM API costs (OpenAI, OpenRouter, Anthropic, ElevenLabs) in real-time. Also covers cloud spend and SaaS subscriptions. +- [TokenWise](https://github.com/CodeShuX/tokenwise) — Measurement-driven model router for Claude Code. Auto-routes subtasks across Haiku/Sonnet/Opus based on task class, logs every routed task with verified $ saved to a local NDJSON, and includes an A/B test subcommand to validate cheaper tiers before trusting routing. MIT, zero telemetry, Anthropic-only. --- From 517b3ce7cab01b9e93bcc82fee72603161556c91 Mon Sep 17 00:00:00 2001 From: Jupiter-Guy Date: Mon, 11 May 2026 23:23:51 -0700 Subject: [PATCH 70/73] Add Entroly to the list of AI tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..45af67c 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [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. - [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. +- [Entroly](https://github.com/juyterman1000/entroly) - Open-source context optimization engine that cuts AI token costs by 70-95%. Uses submodular knapsack selection and PRISM reinforcement learning to provide the exact context needed to 65+ supported AI coding agents. Features a built-in MCP server, semantic caching, and SimHash deduplication. Apache-2.0. - [lean-ctx](https://github.com/yvgude/lean-ctx) — Open-source context runtime for AI coding agents. MCP server (optional shell hook) that compresses file reads, shell output, and codebase search to reduce token usage, often 60–99% on supported workflows. 46 tools, session caching, AST-aware compression for 18 languages, 90+ shell patterns. [Website](https://leanctx.com). Apache-2.0. - [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). From cddc0bcf9a8c9e47b2e415c0982e92c51192a359 Mon Sep 17 00:00:00 2001 From: Albert Muaddi Date: Tue, 12 May 2026 14:27:06 -0400 Subject: [PATCH 71/73] Add Marmot to CLI Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..fefac99 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. - [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` - [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. +- [Marmot](https://marmot.sh) — Shell-native CLI that gives agents one command shape for AI, web search, scraping, and data enrichment across many providers. Designed for Claude Code, Codex, OpenCode, and similar harnesses; composes via shell pipes. --- From 53cbbcd71c893d905b4d191a05b6e90203f45b60 Mon Sep 17 00:00:00 2001 From: arwyn Date: Wed, 13 May 2026 09:16:49 -0700 Subject: [PATCH 72/73] Add OpenQuack to Desktop Applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..34ea111 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [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. - [PATAPIM](https://patapim.ai) — Terminal IDE for AI coding agents with a 9-terminal grid, AI state detection, built-in Whisper voice dictation, LAN remote access, and embedded MCP browser. Built with Electron. - [IM.codes](https://github.com/im4codes/imcodes) — Mobile/web control layer for Claude Code, Codex, Gemini CLI, and other terminal-based coding agents, built for away-from-desk continuation with terminal access, file browsing, git views, localhost preview, notifications, and multi-agent workflows. +- [OpenQuack](https://github.com/larryxiao/openquack) - Privacy-first local voice dictation menu bar app for macOS. Pairs with Claude Code, Cursor, Codex, and Aider to dictate long contextual prompts; transcribes via WhisperKit on Apple Silicon, pastes at the cursor, ~8 MB, MIT. --- From e6680537ac6b50636a1ba2a470e48698dc127ec9 Mon Sep 17 00:00:00 2001 From: Hardik Vasa <11687083+hardikvasa@users.noreply.github.com> Date: Thu, 14 May 2026 07:28:26 -0700 Subject: [PATCH 73/73] Add AgentTier to Sandboxing & Isolation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..bb83bdd 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Secure isolated environments for running AI coding agents with controlled access - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. +- [AgentTier](https://github.com/agenttier/agenttier) — Open-source, Kubernetes-native sandbox runtime for AI coding agents (Claude Code, LangGraph, OpenHands). Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation; runs in interactive `mode: code` (browser terminal) or `mode: agent` (REST `/configure` + SSE-streaming `/invoke`). Apache-2.0. ### Configuration & Context Management