dsh-source-driven
其他 活跃维护

dsh-source-driven

satan9394/dsh-source-driven

开发技能,主打源码驱动开发模式,框架决策可直接引用对应官方文档作为背书依据,整体设计受addyosmani旗下高星开源项目agent-skills启发,接入轻量易用。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-source-driven
git clone https://github.com/satan9394/dsh-source-driven.git
git clone git@github.com:satan9394/dsh-source-driven.git
README.md main

dsh-source-driven

源码驱动开发:每个框架/库代码决策都用官方文档背书,不凭记忆实现,
验证并引用来源(注释标注 + 来源清单交付)。

受 addyosmani/agent-skills
(88k★ MIT)的 source-driven-development 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-source-driven
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-source-driven
# 重启 dsh web 生效

使用

对 agent 说"按官方文档实现 / 要验证过的写法",
source-driven 技能查官方文档、引用来源、交付来源清单。

结构

dsh-source-driven/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/source-driven/SKILL.md

License

MIT。原创精简改编,灵感来自 addyosmani/agent-skills(MIT)。