duyanta123/arch-doc0

arch-doc

DSH arch-doc skill plugin: analyze a codebase and generate architecture documentation (module responsibilities, dependencies, entry points and run methods).

包名
arch-doc
版本
0.1.1
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:duyanta123/arch-doc

使用

  1. 安装:dsh plugin --profile web add github:duyanta123/arch-doc#v0.1.1
  2. 使用:对 Agent 说「用 arch-doc 分析 /path/to/repo」
  3. 本地开发:profile 的 package.json 加 "arch-doc": "file:/arch-doc",bundles 加 "arch-doc"