#321 · Primary category: AI Coding Assistants
MiniCode
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
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.