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).

AI Analysis

核心用途是通过 Agent 自动分析指定本地代码库并输出结构化的架构文档。适合需要快速理清陌生项目结构、模块依赖和运行流程的软件开发人员。

Package
arch-doc
Version
0.1.1
License
MIT
Last updated
Aug 17, 2026

Install

$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"