Maestro Preset
Description
Multi-agent orchestration preset for the DeepSeek Harness (DSH): cross-plane supervisor over Orca / dais (ex-zap) / DSH sessions — durable callback bridge (file+HTTP), fleet admission, SQLite ledger, flow compiler. Zero npm deps.
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
maestro — 高级编排模式(DSH agent preset)
**Turn a DeepSeek Harness session into a multi-agent orchestration supervisor** — coordinating work across **Orca** terminals/worktrees, **dais** panes (formerly zap), and **DSH** subagent sessions over a durable callback bridge, with a SQLite project ledger and a compiled supervision plane.
[](./LICENSE) [](#包结构) [](docs/PACKAGING.md)   
**English TL;DR** — maestro is a self-contained [DeepSeek Harness](https://github.com/deepseek-ai) *agent preset*: clone it into `~/.dsh/.agent-presets/maestro`, pick the preset in a new session, and that session becomes an orchestration supervisor. It ships 6 plugins (file-pump + HTTP callback bridge, host-lane bridge, workspace unarchive, session purge), 14 CLI tools (cross-session messaging, fleet admission/leases, ticket dispatch, SQLite ledger, flow compiler), and peer-discovery skills for Claude/Orca/dais agents. Zero npm dependencies — `node:*` builtins and relative imports only. Full manual: [USAGE.md](./USAGE.md).
跨 Orca、dais(原 zap,2026-08-17 改名)、DSH 三平面的多 agent 编排套件,以 DSH **agent preset** 形态分发。本目录自包含: 插件、技能、脚本全部随包走,零 npm 依赖(仅 `node:*` 内建 + 相对 import)。
装好后怎么用 → **[使用说明 USAGE.md](./USAGE.md)**;开发调试(dev-sync 同步,禁用软链接)→ USAGE §10;打包规范(怎么装成插件/怎么发布)→ **[PACKAGING.md](./docs/PACKAGING.md)**;回调桥抽象设计 → [callback-bridge-design.md](./docs/callback-bridge-design.md)。
为什么值得一
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