主脑编排 preset:委派优先的 persona、根会话执行门禁,以及可移植的 AI-LAW 规则技能。
安装
# npm 包(预构建)
dsh plugin --profile web add dsh-aicc-zhunao
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:Cola1018/dsh-aicc-zhunao
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
@cola1018/dsh-aicc-zhunao is a public DeepSeek Harness (DSH) preset for a
main-brain workflow. It combines a delegation-first persona, a root-session
execution gate, and a portable aicc-law skill for task boundaries, evidence,
and safety checks.
Install
Install the published package into the DSH profile you use:
dsh plugin --profile web add @cola1018/dsh-aicc-zhunao
Restart the profile if DSH reports that a restart is required.
Use
Select AICC Main Brain as the agent preset. The root session will plan, delegate, and synthesize; direct write, edit, PowerShell, and Bash tool calls are denied at the execution layer. Child agents remain available for bounded implementation tasks.
Before dispatching or closing work, load the bundled aicc-law skill. Its rules
are intentionally general so the package does not depend on a private task
system, local filesystem layout, account, memory store, or business context.
Included files
preset.yml— preset name and descriptionagent.cordis.yml— DSH bundle patch and orchestration compositionmain-brain-gate.js— root-session execution gateskills/aicc-law/SKILL.md— portable operating rules
License
链接
同类插件
NanmiCoder/dsh-agent-teams★ 406
AgentTeams 多智能体团队。
icetomoyo/dsh_workflow★ 63
把 UltraCode 式多 Agent 调度带给 DSH:可生成、可保存、可治理、可观察、可恢复的 Workflow 层。
btspoony/mstar-harness★ 46
技能驱动的 harness/loop 工程化工作流插件。
titanwings/dsh-automation★ 45
定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。
whyihaveyou/dsh-suite#plugin-team-board★ 38
多 agent 共享任务板:经 Cordis service key 创建/认领/流转/查询任务。
omdsh-dev/dsh-deep-research★ 13
自适应深度研究编排器(基于官方 workflow 引擎)。