dsh-mermaid-comm
让 AI 在开发交流中优先用 Mermaid 图表达:全局 prompt 引导 + mermaid_validate 语法校验。渲染交给 dsh-mermaid(MrmoLabs)。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kp-z/dsh-mermaid-comm说明文档
阅读完整 README ↗Usage
The model defaults to Mermaid output for:
- Architecture / module relationships →
flowchartorclassDiagram - Call chains / request sequences →
sequenceDiagram - State / lifecycle →
stateDiagram-v2 - Data models / table relationships →
erDiagram - Branching strategy / Git history →
gitGraph - Plans / schedules →
gantt