#321 · Primary category: AI Coding Assistants

MiniCode

ai-agent cli coding-agent developer-tools nodejs terminal tool-calling tui typescript

A lightweight terminal coding assistant with Claude Code-like workflow, tool loop, and TUI architecture, built for learning and experimentation. Multi-language support: TypeScript , Python and Rust implementations available now.

Project last updated:08/21/26

GitHub Stars

1.1K

Forks

117

Contributors

19

License

MIT

Why we included this project

MiniCode is a small terminal coding agent that shows how a Claude Code-style workflow fits into a codebase you can actually read in an afternoon. The agent loop is the familiar one: take a request, inspect the workspace, call tools, review edits before writing, and reply in the same session, but the implementation stays compact enough to follow and modify. It also holds up as a daily tool rather than a teaching demo, with session persistence, context compaction, local skills via SKILL.md, and MCP tool support. Versions in TypeScript, Python, and Rust make it a convenient reference when you want to build or adapt your own agent.

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