GongYuanCaiJi/dsh-understand-anything0

dsh-understand-anything

理解任何东西技能包(移植自 Understand-Anything)

AI 分析

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

パッケージ
dsh-understand-anything
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/15

インストール

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

ドキュメント

README 全文を読む ↗

🚀 使用


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