GongYuanCaiJi/dsh-understand-anything0

dsh-understand-anything

理解任何东西技能包(移植自 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).