arch-doc
DSH arch-doc skill plugin: analyze a codebase and generate architecture documentation (module responsibilities, dependencies, entry points and run methods).
AI Analysis
核心用途是通过 Agent 自动分析指定本地代码库并输出结构化的架构文档。适合需要快速理清陌生项目结构、模块依赖和运行流程的软件开发人员。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:duyanta123/arch-docREADME
Read the full README ↗使用
- 安装:
dsh plugin --profile web add github:duyanta123/arch-doc#v0.1.1 - 使用:对 Agent 说「用 arch-doc 分析 /path/to/repo」
- 本地开发:profile 的 package.json 加
"arch-doc": "file:/arch-doc",bundles 加"arch-doc"