AINow
📢 赞助位招租 · 月访问 XXXX · 联系 weixin_xxx
了解详情
返回 Skill 列表
GitHub入门

excalidraw:一句话画架构图

生成流程图、架构图、思维导图。输出可编辑文件,不是死图片。

📋 SKILL.md 完整代码

---
name: excalidraw-skill
description: >-
  生成流程图、架构图、思维导图。输出可编辑文件,不是死图片。
  Use when working on excalidraw skill tasks.
allowed-tools: Read,Write,Bash
---

# excalidraw:一句话画架构图

## Quick Start
1. Save as `~/.claude/skills/excalidraw-skill/SKILL.md`
2. Restart Claude Code
3. Type `/excalidraw-skill` or describe your task naturally
4. Claude auto-triggers when your task matches the description

## Instructions
- Understand the user's specific context and needs
- Apply domain best practices consistently
- Provide actionable, specific guidance with examples
- Verify all outputs before presenting to user

## Gotchas
- Test with a fresh Claude instance after changes
- Keep SKILL.md under 500 lines; use references/ for details
- Description is the trigger key — make it specific and keyword-rich

🚀 怎么用

1. 复制上面的 SKILL.md 代码
2. 保存为 ~/.claude/skills/excalidraw-skill/SKILL.md
3. 重启 Claude Code
4. 输入 /excalidraw-skill 或直接描述任务触发
5. AI 自动按 Skill 流程执行

使用场景

产品方案讨论时需要画图。对 AI 说「画一个微服务架构图」→ 生成可编辑的 Excalidraw 文件。比截图白板方便100倍。

SKILL.md 模板

name: excalidraw description: Generate diagrams from text descriptions. Use when needing flowcharts, architecture diagrams, or mind maps. # Excalidraw ## Supported Diagrams - Flowcharts - Architecture diagrams - Mind maps - ER diagrams - Sequence diagrams - User journey maps