38
面向 AI agent 的 DSH 插件开发技能包,把官方文档扩散的工作流收敛为 8 条硬规则、6 个场景工作流与 12 份按需加载的标准文档。
$ dsh plugin --profile web add github:zimodzh/dsh-plugin-dev-skills
3
个插件
★ 38
累计 Star
面向 AI agent 的 DSH 插件开发技能包,把官方文档扩散的工作流收敛为 8 条硬规则、6 个场景工作流与 12 份按需加载的标准文档。
$ dsh plugin --profile web add github:zimodzh/dsh-plugin-dev-skillsDSH 插件开发技能包中的最小工具示例,向模型注册一个 greet 工具演示 defineTool 标准用法。
$ dsh plugin --profile web add github:zimodzh/dsh-plugin-dev-skills/examples/greet-toolDSH 插件开发技能包中的最小生命周期示例,演示插件加载与 ctx.effect 自动清理的标准写法。
$ dsh plugin --profile web add github:zimodzh/dsh-plugin-dev-skills/examples/hello-plugin