원클릭으로
capture
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Install hookify rules for automatic chess timer session management
Create a custom source adapter for pattern-radar
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
Guide for storing enriched memories that capture decisions, preferences, and context. Use when making significant decisions or learning user preferences.
Get your personalized trend briefing based on profile domains.
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a competitor's feature, understand unfamiliar code, or crack a data format.
| name | capture |
| description | Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams. |
| allowed-tools | ["mcp__visual-thinking__create_diagram","mcp__visual-thinking__list_diagrams","mcp__visual-thinking__get_diagram","mcp__visual-thinking__update_diagram"] |
Capture complex ideas as diagrams during conversations. Diagrams persist across sessions.
Trigger visual capture when:
Match the diagram type to what you're capturing:
| Situation | Diagram Type |
|---|---|
| Brainstorming, exploring ideas | mindmap |
| Process with decision points | flowchart |
| Interactions over time | sequence |
| System components and connections | architecture (use flowchart syntax) |
| Data models and relationships | erd |
| Object relationships | classDiagram |
| State transitions | stateDiagram |
| Project timeline | gantt |
Mindmap (for brainstorming):
mindmap
root((Central Idea))
Branch 1
Leaf 1a
Leaf 1b
Branch 2
Leaf 2a
Flowchart (for processes):
flowchart TD
A[Start] --> B{Decision}
B -->|Yes| C[Action 1]
B -->|No| D[Action 2]
C --> E[End]
D --> E
Sequence (for interactions):
sequenceDiagram
participant User
participant API
participant DB
User->>API: Request
API->>DB: Query
DB-->>API: Result
API-->>User: Response
ERD (for data models):
erDiagram
USER ||--o{ ORDER : places
ORDER ||--|{ LINE_ITEM : contains
PRODUCT ||--o{ LINE_ITEM : "ordered in"
Always provide rich context when creating diagrams:
Bad context:
"Architecture diagram"
Good context:
"Architecture for the real-time notification system. Shows how events flow from user actions through the event bus to connected clients. Created while brainstorming the notification feature for the mobile app project."
Context helps you (and Claude) understand the diagram's purpose when you return to it later.
For complex conversations with lots of context, optionally use a Haiku subagent to draft:
[Task tool with model: "haiku"]
Prompt: "Review the conversation above about [topic]. Draft a [diagram-type]
diagram capturing the key concepts discussed. Return only valid Mermaid syntax."
When this helps:
Skip the subagent when:
The draft is a starting point—review and refine before saving.
Once captured, diagrams can be:
get_diagram and update_diagramsearch_diagramsexport_diagram