一键导入
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 职业分类
| 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_diagramInstall 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.