Mini Claude Code
Description
A lightweight minimal implementation of Claude Code CLI tool
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Mini Claude Code Agent
[English](README.md) | [中文](README_zh.md)
A minimal implementation of the Claude Code CLI coding assistant.
Overview
Mini Claude Code Agent is a simplified version of Claude Code that allows AI models to interact directly with your codebase through a powerful set of tools. It provides a command-line interface that enables Claude to:
- Read and write files
- Execute shell commands
- Edit text in files
- Navigate project structures
This tool is designed to be used with LLM models to provide an interactive coding experience where the LLM can make direct changes to your codebase.
Features
- Coding Assistant: Uses large language models as the core AI engine
- File Operations: Support for reading, writing, and editing files
- Shell Execution: Can execute shell commands within the project workspace
- MCP Integration: Supports Model Context Protocol, can connect to various MCP servers to extend functionality
- Skills System: Support Anthropic Skills specification to install and invoke specialized skills
- Context Compression: Intelligent automatic and manual context compression to handle long conversation token limits
- Real-time Status Bar: Display MCP connection status and context usage at a glance
- Security Restrictions: Prevents path traversal and dangerous command execution
- Real-time Feedback: Provides visual feedback during execution
- Modular Architecture: Well-organized codebase for easy maintenance and extension
Tech Stack
- TypeScript
- Node.js
- Anthropic AI SDK
- MCP (Model Context Protocol) SDK
Prerequisites
- Node.js >= 16.0.0
- Anthropic-compatible API key
- Proxy LLM model
Quick Start
The fastest way to get started:
- Set environment variables:
export ANTHROPIC_API_KEY="your-api-key-here"
export ANTHROPIC_BASE_URL="your-anthropic-compatible-api-base-url"
export ANTHROPIC_MODEL="model-name"
- Run directly with npx (no installation needed):
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11