蒙多三合一同步协议 — 每次更新后强制执行
Scanned 9/6/2026
Install to Claude Code
npx -y skills add LiHongwei-cn/lihongwei-cn --skill mundo --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mundo?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lihongwei-cn-mundo-lihongwei-cn)More formats (shields.io, HTML) on the badges page.
---
name: mundo-sync
description: 蒙多三合一同步协议 — 每次更新后强制执行
version: 2.1.5
---
# MUNDO 三合一同步协议
## 铁律
**每次修改蒙多代码后,必须执行三合一同步。不允许任何脱节。**
## 三个节点
| 节点 | 路径 | 角色 |
|------|------|------|
| 源码 | `~/Desktop/lihongwei-cn/mundo-agent/` | 开发编辑 |
| 安装版 | `~/.hermes/mundo-agent/` | 运行时 |
| Dock .app | `/Users/huangpeng/Applications/MUNDO.app/` | 程序坞启动器 |
## 同步方法
### 方法一:手动同步(推荐)
```bash
bash ~/Desktop/lihongwei-cn/mundo-agent/sync_mundo.sh
```
### 方法二:自动同步(已内置)
Dock 启动器和 MUNDO.command 已内置自动版本检测:
- 启动时对比源码版本和安装版版本
- 脱节则自动同步后启动
- **零人工干预**
## 同步范围
每次同步的文件(13个核心 + 3个配置):
- `mundo.py` `core.py` `llm.py` `setup.py` `tools.py`
- `approval.py` `display.py` `memory.py` `memory_import.py`
- `models.py` `agents.py` `delegation.py` `cloud_sync.py`
- `version.txt` `requirements.txt` `MUNDO.command`
## 更新流程(标准操作)
```
1. 编辑源码 ~/Desktop/lihongwei-cn/mundo-agent/xxx.py
2. 测试:cd ~/Desktop/lihongwei-cn/mundo-agent && python3 mundo.py
3. 同步:bash sync_mundo.sh
4. 验证:从 Dock 启动蒙多,确认版本号一致
```
## 故障排查
```bash
# 检查三节点版本是否一致
bash ~/Desktop/lihongwei-cn/mundo-agent/sync_mundo.sh --check
# 强制同步
bash ~/Desktop/lihongwei-cn/mundo-agent/sync_mundo.sh
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.