什么是 arch-mmd?
创建/更新映射代码库/产品的 ARCHITECTURE.mmd 文件。每当用户要求查看代码库/产品的架构或架构发生更改并且当前 ARCHITECTURE.mmd 文件已过时时使用。 来源:aravhawk/claude-code-utils。
创建/更新映射代码库/产品的 ARCHITECTURE.mmd 文件。每当用户要求查看代码库/产品的架构或架构发生更改并且当前 ARCHITECTURE.mmd 文件已过时时使用。
通过命令行快速安装 arch-mmd AI 技能到你的开发环境
来源:aravhawk/claude-code-utils。
Create or update an ARCHITECTURE.mmd Mermaid diagram that maps out the codebase's high-level architecture. The goal is a clean, readable overview — not an exhaustive map of every file.
Scan the project to understand its architecture at a high level:
Use graph TD (top-down) as the default direction. Use graph LR only if the architecture is clearly pipeline-shaped.
创建/更新映射代码库/产品的 ARCHITECTURE.mmd 文件。每当用户要求查看代码库/产品的架构或架构发生更改并且当前 ARCHITECTURE.mmd 文件已过时时使用。 来源:aravhawk/claude-code-utils。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aravhawk/claude-code-utils --skill arch-mmd创建/更新映射代码库/产品的 ARCHITECTURE.mmd 文件。每当用户要求查看代码库/产品的架构或架构发生更改并且当前 ARCHITECTURE.mmd 文件已过时时使用。 来源:aravhawk/claude-code-utils。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aravhawk/claude-code-utils --skill arch-mmd 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aravhawk/claude-code-utils