muzizouwu

Zouwucode — AI skill for Claude Code

AI community

ZOUWUCODE 是一款基于 DeepSeek 深度优化的终端 AI 编程 Agent,整合了 Reasonix 的 Cache-First 引擎、DeepSeek-TUI 的多模式工作流、Deep Code 的多智能体编排,以及 Claude Code 的架构设计理念.

How to install Zouwucode

This entry records only its repository, not the path inside it, so there is no exact command to give. Open muzizouwu/zouwucode and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Zouwucode does

ZOUWUCODE 是一款基于 DeepSeek 深度优化的终端 AI 编程 Agent,整合了 Reasonix 的 Cache-First 引擎、DeepSeek-TUI 的多模式工作流、Deep Code 的多智能体编排,以及 Claude Code 的架构设计理念。 支持 三种界面(CLI / TUI / Web UI)和 三种工作模式(Plan / Agent / YOLO),提供完整的项目记忆、对话压缩、上下文管理和安全沙箱功能。

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • Deepseek Pp — DeepSeek Web browser extension: AI agent workspace with MCP tools, memory, Skills, automation, web search, and 1.7k ★

README

ZOUWUCODE

DeepSeek-native AI Coding Agent — 为终端而生的编程智能体

开发团队:走戊工作室(Zouwu Studio)

[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://python.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Tests: 251 passed](https://img.shields.io/badge/tests-251%20passed-green)](tests/) [![CI](https://github.com/muzizouwu/zouwucode/actions/workflows/ci.yml/badge.svg)](https://github.com/muzizouwu/zouwucode/actions/workflows/ci.yml)

ZOUWUCODE 是一款基于 DeepSeek 深度优化的终端 AI 编程 Agent,整合了 Reasonix 的 Cache-First 引擎、DeepSeek-TUI 的多模式工作流、Deep Code 的多智能体编排,以及 Claude Code 的架构设计理念。

支持 **三种界面**(CLI / TUI / Web UI)和 **三种工作模式**(Plan / Agent / YOLO),提供完整的项目记忆、对话压缩、上下文管理和安全沙箱功能。


特性一览

特性 说明
Cache-First 引擎 Append-only 对话循环,DeepSeek 缓存命中率 90%+,成本降至约 1/5
三种界面 CLI(终端交互)、TUI(Textual 图形界面)、Web UI(浏览器界面)
三种模式 Plan(只读)、Agent(交互审批)、YOLO(自动执行)
完整工具集 文件读写、Shell 执行、Git 操作、Web 搜索 — 9 个内置工具
项目记忆 跨会话持久化,保存目标、决策、状态、摘要
项目规则 .zouwucode/rules.md 定义项目专属规则,自动注入系统提示词
技能系统 .zouwucode/skills/ 可插拔知识包,/skill 命令动态加载/卸载
推理强度 三档可调:low(快速确定)、medium(均衡思考)、max(深度推理)
对话压缩 三级压缩策略(lossless / balanced / aggressive)
上下文窗口 三层管理(Hot / Warm / Cold),自动滑动归档
安全沙箱 危险命令检测、零宽字符防护、路径白名单
任务打断 三端统一:TUI/WebUI 按 Esc(带确认弹窗)、CLI 按 Ctrl+C,打断后可「继续」恢复或放弃
子 Agent 系统 主 Agent 通过 task 工具分解任务并并行委派:每个子 Agent 独立引擎/缓存,支持工具白名单、独立超时、级联打断
扩展层(MCP/LSP 预留) 统一 Extension 接口:MCP 服务器工具桥接、LSP 诊断工具,配置即启用,零配置零开销
引擎安全限制 工具轮数上限、单请求/单任务超时、连续工具错误熔断 — 杜绝死循环与执行停顿
会话管理 自动保存、恢复、回滚
hello-my-zouwucode 多智能体编排模块 复刻自 OpenCode 生态的 oh-my-opencode:11 专职 Agent + IntentGate 意图门控 + ultrawork 全自主管线
MCP 协议 支持 Model Context Protocol 扩展(经扩展层接入,配置即启用)
便捷启动 z 命令一键启动,PowerShell 安装脚本

快速开始

安装(推荐方式 — 全局安装)

cd zouwucode          # 进入本仓库克隆目录
pip install -e .

安装后,在任何目录都可以直接使用