ClaudePedia

Ecosystem

Our picks from the AI coding landscape. Every tool here is one we have used, evaluated, or closely follow. Opinionated, not exhaustive.

AI Coding Agents

11

Terminal-native coding agents and assistants

Claude Code

Anthropic's agentic coding tool. Lives in your terminal, understands your codebase, executes tasks through natural language. The one we built ClaudePedia to document.

Shell
clianthropicmcp

GSD 2

A heavily modified Pi Code fork with GSD embedded. Meta-prompting, context engineering, and spec-driven development: agents work autonomously without losing the big picture.

TypeScript
meta-promptingspec-drivenpi-forkgsd

OpenCode

Provider-agnostic terminal coding agent with TUI and LSP-aware editing. Now the dominant 'OpenCode' fork with 156K stars; the original Go fork was eclipsed.

TypeScript
terminaltuiprovider-agnosticlsp

Kilo Code

All-in-one agentic engineering platform. #1 coding agent on OpenRouter with 1.5M+ users and 25T+ tokens processed.

TypeScript
openroutervscodemulti-model

Gemini CLI

Google's open-source AI agent for the terminal. Brings Gemini directly to your command line with MCP support and 1M token context.

TypeScript
googlegeminimcp1m-context

Codex CLI

OpenAI's lightweight coding agent for the terminal. Written in Rust for speed.

Rust
openairustlightweight

Aider

Terminal-native pair programmer that edits code in your local git repo. Maps repo structure, applies diffs, auto-commits each change. Pioneered the 'AI in your git repo' pattern.

Python
terminalgit-awaremulti-modelpython

Goose

Block's open-source on-machine AI agent. Extensible via MCP, runs locally, supports any LLM provider. The only major Rust-based agent in active production use.

Rust
rustmcplocal-firstextensible

Crush

Charm's terminal coding agent with polished TUI, multi-model support, and LSP integration. Successor to the original OpenCode (Charm).

Go
terminaltuigolsp

OMO (oh-my-openagent)

The leading OpenCode plugin (formerly oh-my-opencode). Adds Sisyphus orchestration, async subagents, curated tools, and a Claude Code compatibility layer to OpenCode.

TypeScript
opencodemulti-agentorchestrationplugin

SuperClaude Framework

Configuration framework that adds 25+ slash commands, personas, and MCP integrations on top of Claude Code. The largest community framework layered on Claude Code.

Python
claude-codeframeworkslash-commandspersonas

AI-Native IDEs

6

Integrated development environments with built-in AI agents

Personal AI Assistants

8

General-purpose conversational agents and chat platforms with persistent memory

OpenClaw

Personal AI assistant that runs on your own devices and answers via the channels you already use (SMS, Telegram, Discord, etc.). 369K stars in 6 months — the breakout personal-AI repo of 2026.

TypeScript
personalmulti-channellocal-firstprivacy

Hermes Agent

Nous Research's self-improving agent. Persistent memory, builds skills from experience, lives on 15+ platforms (CLI, Telegram, Discord, Slack, WhatsApp, Signal, email, SMS) from one gateway.

Python
self-improvingmemorymulti-channelnous-research

Open WebUI

User-friendly AI interface supporting Ollama, OpenAI API, and dozens of others. The dominant open-source ChatGPT-style UI.

Python
chat-uiollamaself-hostmulti-model

LobeHub

Agent teammate platform for work and life. Multi-agent collaboration, agent team design, agents as the unit of work interaction.

TypeScript
agent-teammulti-agentcollaborationproductivity

AnythingLLM

All-in-one AI productivity accelerator. On-device and privacy-first with no annoying setup. Document chat, agents, and tools in one app.

JavaScript
privacylocalragall-in-one

LibreChat

Enhanced ChatGPT clone with first-class MCP support. Agents, model switching, code interpreter, langchain, OpenAPI Actions, secure multi-user auth, self-hostable.

TypeScript
chat-uimcpmulti-modelself-host

Jan

Open-source alternative to ChatGPT that runs 100% offline on your computer. Strong local-first focus.

TypeScript
offlinelocalchat-uiself-host

Khoj

Self-hostable AI second brain. Get answers from the web or your docs, build custom agents, schedule automations, do deep research. Turns any LLM into your personal autonomous AI.

Python
second-brainagentautomationself-host

Agent Frameworks

15

Libraries and platforms for building AI agents and pipelines

DeepAgents

Agent harness built with LangChain and LangGraph. Planning tool, filesystem backend, subagent spawning: handles complex agentic tasks out of the box.

Python
langchainplanningsubagents

LangGraph

Build resilient language agents as graphs. Stateful, multi-actor workflows with cycles, persistence, and human-in-the-loop.

Python
graphsstatefulmulti-actor

LangChain

The agent engineering platform. Composable chains, tool use, retrieval, memory: the foundation everything else builds on.

Python
chainstoolsretrievalfoundational

CrewAI

Role-based multi-agent orchestration. Agents take on personas (researcher, writer, etc.) and collaborate with minimal boilerplate. Native MCP and A2A support.

Python
multi-agentrolesorchestrationmcp

OpenAI Agents SDK

Official OpenAI framework for multi-agent workflows. Lightweight, built-in MCP tool integration, persistent sessions, and realtime voice agents.

Python
openaimcpmulti-agentvoice

Claude Agent SDK

Wraps the Claude Code CLI as a programmable SDK. Bidirectional interactive conversations, custom tools and hooks as functions. Everything Claude Code can do, available programmatically.

Python
anthropicclaude-codesdkprogrammatic

Google ADK

Google's official Agent Development Kit. Code-first, multi-language (Python/Go/TS/Java). Optimized for Gemini but model-agnostic. Built-in evaluation and deployment tools.

Python
googlegeminimulti-languageevaluation

Vercel AI SDK

Provider-agnostic TypeScript toolkit from the Next.js creators. 20M+ monthly downloads. Works with React, Svelte, Vue, Angular. The standard for AI-powered web apps.

TypeScript
typescriptvercelreactstreaming

Pydantic AI

Type-safe agent framework built on Pydantic. Leverages Python's type system to catch agent logic errors at dev time. The Pythonic way to build AI agents.

Python
pydantictype-safepythonic

Semantic Kernel

Microsoft's enterprise-grade AI orchestration SDK. Multi-language (C#/Python/Java). Core of the Microsoft Agent Framework. Strong Azure and Copilot integration.

C#
microsoftenterpriseazuremulti-language

Dify

Largest open-source agent platform. Production-ready visual orchestration for agentic workflows, RAG pipelines, and LLM apps. Visual builder plus code-level control.

TypeScript
platformworkflowragvisual

OpenHands

Flagship open coding-agent framework (formerly OpenDevin). Plans, edits code, runs commands, and browses inside a sandbox. Frequently benchmarked on SWE-bench.

Python
coding-agentsandboxautonomousswe-bench

AutoGen

Microsoft's programming framework for agentic AI. Conversable, composable multi-agent patterns. Standard reference alongside LangGraph and CrewAI.

Python
microsoftmulti-agentconversationalpython

MetaGPT

Multi-agent framework that simulates a software company by assigning roles (PM, architect, engineer) to LLM agents. Canonical role-based pattern.

Python
multi-agentrolessoppython

Mastra

TypeScript framework for AI applications and agents from the team behind Gatsby. Workflows, evals, and RAG with TS-native ergonomics.

TypeScript
typescriptagentsevalsrag

AI Infrastructure

4

Model gateways, observability, evals, and app-builder platforms

Tools

9

Standalone CLI tools and utilities that enhance AI coding agents

RTK

Rust Token Killer. CLI proxy that rewrites dev commands for 60-90% token savings. Transparent hook-based usage, zero friction.

Rust
tokensproxyrustcli

ccusage

Analyze Claude Code token usage and costs from local JSONL logs. Daily, monthly, and session reports with per-model breakdowns and 5-hour billing window tracking.

TypeScript
tokensusageanalyticscli

ccstatusline

Customizable status line for the Claude Code CLI. Displays model, git branch, token usage, and session metrics with Powerline themes.

TypeScript
statuslineuiclithemes

Repomix

Packs an entire repository into a single AI-friendly file for LLM context windows. Tree-sitter compression (~70% token reduction), token counting, and MCP server.

TypeScript
contextrepo-packingtree-sittermcp

CMUX

Native macOS terminal with vertical tabs, split panes, and notifications designed for running multiple AI coding agents in parallel.

Commercial
terminalmacosmulti-agentparallel

Warp

AI-powered terminal built in Rust with GPU acceleration. Command suggestions, agentic workflows, and 700K+ developers. The terminal reimagined for AI.

Commercial
terminalai-nativerustgpu

Ghostty

Fast, cross-platform terminal by Mitchell Hashimoto (HashiCorp). Written in Zig with platform-native UI and GPU acceleration. 50K stars.

Commercial
terminalziggpucross-platform

WezTerm

GPU-accelerated cross-platform terminal emulator and multiplexer in Rust. Popular with AI-CLI users for ligature support, multiplexing, and config-as-code via Lua.

Rust
terminalrustgpumultiplexer

claude-code-router

Drop-in router that lets the Claude Code CLI talk to any provider (OpenRouter, DeepSeek, Ollama, Qwen). Direct extension to Claude Code itself.

TypeScript
claude-coderouterproxymulti-provider

AI Design Tools

3

Design-to-code tools and AI-powered visual editors

Skills & Plugins

7

Claude Code skills, plugins, and CLI extensions we use daily

Last curated: May 2026

Go Deeper

The ecosystem is massive. These 120 aggregators do the heavy lifting: registries, benchmarks, curated lists, and landscape maps maintained by active communities.

Last curated: April 2026