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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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.