#342 · Primary category: AI Coding Assistants
plandex
Open source AI coding agent. Designed for large projects and real world tasks.
Project last updated:10/03/25
GitHub Stars
15.6K
Forks
1.2K
Contributors
27
License
MIT
Why we included this project
Plandex is a terminal-based coding agent built for the kind of work that breaks simpler assistants: multi-step tasks that touch dozens of files. It keeps a 2M-token context window and uses tree-sitter project maps to index very large directories, so it can hold a big codebase in view without losing the thread. Changes land in a cumulative diff review sandbox first, where you can inspect, roll back, and debug before anything reaches your real files. You can dial autonomy up or down, let it run build and test commands and fix failures on its own, and mix models from Anthropic, OpenAI, Google, and open-source providers. There's also a project-aware chat mode for exploring a codebase and working through ideas before you commit to an implementation.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.