#480 · Primary category: AI Coding Assistants
developer
the first library to let you embed a developer agent in your own app!
Project last updated:04/07/24
GitHub Stars
12.2K
Forks
1.1K
Contributors
21
License
MIT
Why we included this project
smol developer turns a plain-language spec into a working codebase. Give it a one-line product idea and it plans the files, names them, and writes source code for each one, then keeps you in the loop so you can paste errors back into the prompt and iterate. The same pipeline is importable as a Python package, so instead of running a one-off scaffold you can embed the plan-and-generate flow inside your own application. That library mode is the part most teams will care about, especially ones prototyping quickly or building tools that generate code for end users, because it exposes the underlying functions rather than locking you into a fixed starter template. There is also an Agent Protocol-compatible API, which is a useful reference if you are building your own coding-agent service.
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.