Maestro Preset banner
fiultyy fiultyy

Maestro Preset

Development community

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 — multi-agent orchestration preset for the DeepSeek Harness

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: MIT](https://img.shields.io/badge/License-MIT-4d6bfe.svg)](./LICENSE) [![zero npm deps](https://img.shields.io/badge/dependencies-0_%20npm-3fb950.svg)](#包结构) [![preset](https://img.shields.io/badge/DSH-agent_preset-79c0ff.svg)](docs/PACKAGING.md) ![GitHub stars](https://img.shields.io/github/stars/fiultyy/maestro-preset?style=flat&color=yellow) ![GitHub forks](https://img.shields.io/github/forks/fiultyy/maestro-preset?style=flat&color=9b6bfe) ![GitHub issues](https://img.shields.io/github/issues/fiultyy/maestro-preset?style=flat)

**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)。

为什么值得一