D
dsh-dual-plugin-guide
v0.1.0 · 1 天前发布
Dual-format plugin development guide: teaches agents to build plugins compatible with both the DSH static plugin package (installable via dsh plugin --profile add) and Agent Plugins 1.0 (plugin.json + skills/). Ships as an Agent Plugins 1.0 plugin, a stan
README
dsh-dual-plugin-guide
Dual-format plugin development guide. This plugin teaches an agent how to
build plugins that are compatible with both ecosystems from one directory:
dsh plugin --profile <name> add <spec>plugin.json + skills/, loadable by compatible clients (Codex, Cursor, VS Code, …)npx skills add discovers the same skills/ treeNot DSH-only: this package itself installs through both formats.
Install
```bash
DSH — register the guidance skill into the agent catalog
dsh plugin --profile web add github:Fectivnfy112357/dsh-dual-plugin-guide
Agent Plugins 1.0 — point a compatible client at the repo, or publish it
https://github.com/Fectiv
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-dual-plugin-guide
- Repo
- git+https://github.com/Fectivnfy112357/dsh-dual-plugin-guide.git
- Engines
{}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}