원클릭으로
diagram-design
Best practices for creating research diagrams with Excalidraw MCP tools
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Best practices for creating research diagrams with Excalidraw MCP tools
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Building, compiling, and resolving dependency issues across languages
Systematic code review for bugs, security, style, and performance
Working with diverse data formats: binary, text, structured, and custom
Systematic exploration of unknown environments before starting work
Git operations: commits, branches, PRs, and conflict resolution
Writing efficient code that handles large data and tight constraints
| name | diagram-design |
| description | Best practices for creating research diagrams with Excalidraw MCP tools |
Create a diagram when your research findings involve:
create_element or batch_create_elementsalign_elements and distribute_elements for clean layoutdescribe_scene to verify the diagram looks rightupdate_element to fix positioning or textgroup_elements to lock related items togetherNote: Do NOT export or share links — the user sees a live embedded canvas that auto-syncs.
Use consistent colors across diagrams:
| Purpose | Color | Hex |
|---|---|---|
| Primary concepts | Blue | #1971c2 |
| Positive / supported | Green | #2f9e44 |
| Negative / limitations | Red | #e03131 |
| Warning / caveats | Orange | #e8590c |
| Neutral / context | Gray | #868e96 |
| Highlight / focus | Yellow | #f08c00 |
[Option A] [Option B] [Option C]
| | |
[Pros] [Pros] [Pros]
[Cons] [Cons] [Cons]
| | |
└──── [Verdict] ─────────┘
┌─────────────────────────────┐
│ [System Name] │
│ ┌──────┐ ┌──────┐ │
│ │Comp A│──│Comp B│ │
│ └──────┘ └──┬───┘ │
│ │ │
│ ┌────▼────┐ │
│ │ Comp C │ │
│ └─────────┘ │
└─────────────────────────────┘
[2020]──[2021]──[2022]──[2023]──[2024]──[2025]
│ │ │ │ │ │
Event Event Event Event Event Event
describe_scene after creating elements to verify layoutbatch_create_elements for efficiency (multiple elements at once)create_from_mermaid — it produces invisible results. Always use batch_create_elements with element JSON instead