dsh-subagent-registry
Register locally-defined custom agents as callable subagents in dsh: the main conversation invokes any agent by name via use_agent, each running as a real dsh subagent with its own persona. Supports breakpoint resume for interrupted runs.
把本地定义的自定义 agent 注册成 dsh 可调用的 subagent:主模型通过 use_agent 工具按名字派活,每个 agent 以独立人格运行,支持断点续跑。
How to install
dsh plugin add @aiwayds/dsh-subagent-registry About
dsh-subagent-registry Register locally-defined custom agents (~/.dsh/agents/*.md) as callable subagents in dsh: the main conversation can invoke any of them by name through the use_agent tool, and each runs as a real dsh subagent with its own persona (system prompt). When a run is interrupted (error, cancellation, crash, token limit), the next use_agent call for the same agent **resumes it from its saved partial work** instead of restarting from scratch. **中文简介**:把 ~/.dsh/agents/*.md 定义的自定义 agent(frontmatter 元数据 + markdown 正文作为 persona)注册成 dsh 可按名调用的 subagent。主对话通过 use_agent 工具点名调用;每个自定义 agent…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-30
- Created
- 2026-08-16
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh, dsh-plugin
Related plugins
ms-365-mcp-server
softeria/ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
mcp-searxng
ihor-sokoliuk/mcp-searxng
Private web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
ssh-mcp
tufantunc/ssh-mcp
MCP server exposing SSH control for Linux servers via Model Context Protocol.