dsh-architecture
其他 活跃维护

dsh-architecture

satan9394/dsh-architecture

内置Clean架构、六边形架构、DDD战术模式、依赖规则与测试边界划分的参考实现,可直接复用到智能体项目的架构设计,代码结构清晰易扩展。

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

dsh-architecture

架构模式:Clean Architecture、Hexagonal(六边形)、DDD 战术模式、
依赖规则(向内依赖)与测试边界。

受 wshobson/agents(38k★ MIT)
的 backend-development/architecture-patterns 技能启发,改编为 DSH
中文原创精简版(与 dsh-domain-modeling / dsh-microservices 互补)。

安装

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

使用

对 agent 说"设计架构 / 分层怎么划",architecture 技能输出
分层结构 + 依赖规则 + 测试边界。

结构

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

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。