#441 · Primary category: AI Coding Assistants
RA.Aid
Develop software autonomously.
Project last updated:01/30/26
GitHub Stars
2.2K
Forks
210
Contributors
24
License
Apache-2.0
Why we included this project
RA.Aid is a standalone coding agent that takes a development task from start to finish: it researches what needs to be done, drafts a plan, then implements the changes across multiple files without someone steering every step. The agent is built on LangGraph's task-execution framework, so that work runs as a structured pipeline rather than a single autocomplete call. It runs locally against your own model provider, which keeps your code on your machine, and it can hand the actual file edits to aider through a flag when you'd rather use a more battle-tested editor. Developers and small teams juggling separate research, planning, and editing tools may find this a useful single command-line workflow.
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.