sketchi-code-mode
Use when the user asks for sketchi-code-mode, Sketchi MCP, Sketchi Code Mode, or a Sketchi/Excalidraw diagram through MCP tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks for sketchi-code-mode, Sketchi MCP, Sketchi Code Mode, or a Sketchi/Excalidraw diagram through MCP tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use Sketchi Code Mode when creating, editing, styling, or retrieving Sketchi flowchart, mindmap, or sequence diagrams through the Sketchi MCP server.
Use Sketchi Code Mode when creating, editing, styling, or retrieving Sketchi flowchart, mindmap, or sequence diagrams through the Sketchi MCP server.
Analyze Sketchi playground Cloudflare AI Gateway logs for prompt tuning, Gemini flowchart IR reliability, retained request/response payloads, and scenario regression evidence. Use when inspecting google-ai-studio Gateway logs, validating generated Sketchi IR, or turning model failures into scenario or prompt changes.
| name | sketchi-code-mode |
| description | Use when the user asks for sketchi-code-mode, Sketchi MCP, Sketchi Code Mode, or a Sketchi/Excalidraw diagram through MCP tools. |
When the user asks to use sketchi-code-mode, use the configured MCP server tools. Do not replace the MCP flow with local repo scripts, in-process test harnesses, raw Mermaid, hand-written Excalidraw JSON, or Markdown reports.
sketchi-code-mode/docs or sketchi-code-mode/search.sketchi-code-mode/execute with an async JavaScript arrow function.sketchi.buildFlowchart for process graphs, sketchi.buildMindmap for nested topic hierarchies, or sketchi.buildSequenceDiagram for chronological participant interactions, then sketchi.applyDiagramPatch only for styling or supported visual edits.options: {
artifactFormats: ["scene", "excalidraw", "png"],
inlineArtifacts: ["excalidraw"],
}
Sketchi artifact ready., paste that first text block as the final chat response and stop.artifactDelivery.finalResponseText, paste that text as the final chat response and stop.sketchi.getArtifact({ format: "scene" }) just to create a local summary or wrapper. scene is only for patching/debugging, and the accepted artifact bundle is already the deliverable.scene is for patching and debugging only. excalidraw and png are the user-facing outputs.