GongYuanCaiJi/dsh-understand-anything0

dsh-understand-anything

代码库分析与理解技能包,支持分析当前代码库生成知识图谱、进行中文问答、变更影响分析及生成新手引导。

AI 分析

核心用途是快速吃透陌生或大型代码库。适合刚加入新项目需要快速上手(Onboarding),或在重构前需要评估代码改动影响的开发人员。

套件
dsh-understand-anything
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-understand-anything

🚀 使用


## 🚀 Usage

```bash
/understand                # analyze the current codebase → .ua/knowledge-graph.json
/understand --language zh  # Chinese analysis
/understand-chat ...       # ask questions about the codebase
/understand-diff           # analyze the impact of current changes
/understand-onboard        # generate an onboarding guide

The analysis engine and skill texts remain in upstream English (port rule: 100% verbatim copy).