File contents ---
name: academic-figure-drawing-harness
description: "Codex drawing harness integration. Triggers: 繪圖, draw, figure, chart, plot, mermaid, SVG, Gemini, graph, 生成圖表."
Academic Figures MCP: Codex Drawing Harness
這個技能專為整合 Codex 原生繪圖能力與 MCP 提供的 Gemini 圖像生成、PubMed 學術圖表檢索而設計。
核心策略 (Core Strategies)
原生與生成結合 (Hybrid Rendering)
結構化與流程圖 : 優先使用 Codex 原生的 Markdown mermaid 語法、SVG 或 Python matplotlib/plotly 繪製精確的架構圖、長條圖、散佈圖與數據模型。
複雜醫學/生物插圖 : 使用 MCP 工具(如 mcp_academic-figu_generate_figure 或 Gemini tools)生成高度複雜的 3D 解剖圖、顯微組織圖、或不規則概念圖。
雙重驗證 : 如果需要,使用 mcp_academic-figu_plan_figure 來規劃最適切的呈現路由(決定應該用程式繪圖還是 AI 生成)。
學術級距要求 (Citation-Ready & Provenance)
引用的出處必須準確,可利用 PubMed 工具 unified_search 或 get_article_figures 索取參考來源或範例圖片。
生成的文字標題 (Caption) 必須符合學術期刊規範 (包含圖號、簡短標題、詳細說明、與 PMID 出處)。
編輯與優化 (Iterative Refinement)
當產生初步圖表後,利用互動工具 mcp_academic-figu_evaluate_figure (8 維度品質評估) 或 mcp_academic-figu_edit_figure 根據使用者回饋進行微調 (例如改顏色、調佈局)。
原生 SVG/Mermaid 代碼請直接利用 Codex 的 text edit 能力與 replace_string_in_file 重構並更新。
操作流程 (Workflow)
Step 1: 規劃圖表 (Plan)
取得需求或文獻內容後,分析合適的圖表類型 (figure_type: flowchart, mechanism, comparison, data_visualization 等)。
Step 2: 選擇路由 (Route Selection)
若能用程式化表達 (如統計數據),引導 Codex 撰寫 Python 腳本或 Mermaid。
若需精美點陣圖,呼叫 generate_figure。
Step 3: 附加上下文與組裝 (Assemble)
產生最終圖片的 Markdown 嵌入格式 ,並加上完整的學術來源與 PICO/MeSH 背景說明。
1 --- 2 name: academic-figure-drawing-harness 3 description: --- 4 --- 5 --- 6 name: academic-figure-drawing-harness 7 description: "Codex drawing harness integration. Triggers: 繪圖, draw, figure, chart, plot, mermaid, SVG, Gemini, graph, 生成圖表." 8 --- 9 10 # Academic Figures MCP: Codex Drawing Harness 11 12 這個技能專為整合 Codex 原生繪圖能力與 MCP 提供的 Gemini 圖像生成、PubMed 學術圖表檢索而設計。 13 14 ## 核心策略 (Core Strategies) 15 16 1. **原生與生成結合 (Hybrid Rendering)** 17 - **結構化與流程圖**: 優先使用 Codex 原生的 Markdown mermaid 語法、SVG 或 Python matplotlib/plotly 繪製精確的架構圖、長條圖、散佈圖與數據模型。 18 - **複雜醫學/生物插圖**: 使用 MCP 工具(如 mcp_academic-figu_generate_figure 或 Gemini tools)生成高度複雜的 3D 解剖圖、顯微組織圖、或不規則概念圖。 19 - **雙重驗證**: 如果需要,使用 mcp_academic-figu_plan_figure 來規劃最適切的呈現路由(決定應該用程式繪圖還是 AI 生成)。 20 21 2. **學術級距要求 (Citation-Ready & Provenance)** 22 - 引用的出處必須準確,可利用 PubMed 工具 unified_search 或 get_article_figures 索取參考來源或範例圖片。 23 - 生成的文字標題 (Caption) 必須符合學術期刊規範 (包含圖號、簡短標題、詳細說明、與 PMID 出處)。 24 25 3. **編輯與優化 (Iterative Refinement)** 26 - 當產生初步圖表後,利用互動工具 mcp_academic-figu_evaluate_figure (8 維度品質評估) 或 mcp_academic-figu_edit_figure 根據使用者回饋進行微調 (例如改顏色、調佈局)。 27 - 原生 SVG/Mermaid 代碼請直接利用 Codex 的 text edit 能力與 replace_string_in_file 重構並更新。 28 29 ## 操作流程 (Workflow) 30 31 - **Step 1: 規劃圖表 (Plan)** 32 取得需求或文獻內容後,分析合適的圖表類型 (figure_type: flowchart, mechanism, comparison, data_visualization 等)。 33 - **Step 2: 選擇路由 (Route Selection)** 34 - 若能用程式化表達 (如統計數據),引導 Codex 撰寫 Python 腳本或 Mermaid。 35 - 若需精美點陣圖,呼叫 generate_figure。 36 - **Step 3: 附加上下文與組裝 (Assemble)** 37 產生最終圖片的 Markdown 嵌入格式 ,並加上完整的學術來源與 PICO/MeSH 背景說明。 38
u9401066/academic-figures-mcp/tree/main/.codex/skills/academic-figure-drawing-harness commit 24eb2ea4e7
Frequently asked questions How do I install the Academic Figure Drawing Harness skill? Run npx skillmds@latest add u9401066/academic-figure-drawing-harness in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Academic Figure Drawing Harness skill do? --- It is listed under Coding & Dev Tools on SkillMD.
Is Academic Figure Drawing Harness safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Academic Figure Drawing Harness? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Academic Figure Drawing Harness free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Academic Figure Drawing Harness? u9401066 (@u9401066) published this skill. Their other Agent Skills are listed on their SkillMD profile.