excalidraw
GitHub利用 Excalidraw MCP 服务器创建教学示意图,用于展示关系、流程或状态。通过调用工具生成并审查视觉内容,确保图表准确传达知识点,适用于需要清晰空间关系的课程场景。
Trigger Scenarios
Install
npx skills add madhvantyagi/Gnos --skill excalidraw -g -y
SKILL.md
Frontmatter
{
"name": "excalidraw",
"description": "Create inspectable teaching diagrams with the Excalidraw MCP server when a lesson needs a clear relationship, process, state, or boundary sketch."
}
Excalidraw diagrams
Use Excalidraw when the learner needs to inspect a spatial relationship: what connects, contains, changes state, or crosses a boundary. The selected subject guide decides what must be true in the picture. This guide decides how to draw and check it. A diagram should answer one question, not decorate a lesson.
Load only the instructions you need
- Read this page before using the
excalidrawMCP server. - Read color and type for every diagram. Set the meaning of each color and the label hierarchy before drawing.
- Read the relevant pattern in diagram types for the relation in the lesson brief. Combine patterns only when the claim requires it.
- Read review and handoff before sending the result to the lesson coordinator.
The link to this page loads guidance only. A selected Excalidraw block is
produced by calling the excalidraw MCP server's read_me and create_view
tools, then inspecting the returned scene.
Keep the diagram's terms, symbols, units, arrow direction, and color meanings identical to the surrounding explanation and exercises. If the brief does not specify these, establish them from the active lesson.
Build the scene
- Write the claim in one sentence: “A learner can see that …”. List the objects and the relation needed to support that claim.
- Call
read_mebefore the firstcreate_viewin a task, unless its current element format is already in context. Its schema is authoritative; do not guess field names, fonts, export commands, or link format. - Sketch the reading order and choose a camera that makes labels readable at the inline viewport. Place boundaries behind the objects they contain.
- Call
create_viewwith the schema returned byread_me. Draw in the order the learner should encounter the idea. Keep a final overview in frame. - Open the rendered view and perform the checks in review and handoff. Revise a specific defect; stop when the relation is accurate and legible.
If the server fails, make one correction based on its error. If it remains unavailable, use prose, a table, Mermaid, or a runnable trace and tell the coordinator what was substituted. Do not claim an Excalidraw view or ready artifact without an inspected result.
Version History
- c0bef66 Current 2026-09-27 10:19


