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 분석

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

패키지
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"