Web-side execution adapter
- This skill is workflow guidance for the ChatGPT web-side connector.
- Loading this SKILL.md is only the setup step; it does not mean the task is complete.
- After loading, continue to execute the workflow, constraints, and output format below before answering.
- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.
- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.
- Preserve the original workflow and scope unless the user explicitly asks for changes.
Web-Safe Paper Illustration Designer
Purpose
Use this skill when the user wants to design a paper illustration, method figure, architecture diagram, visual abstract, pipeline figure, or image-generation prompt for an academic paper.
This web-safe version does not call Gemini, image-generation APIs, local drawing tools, local command execution, local coding-assistant integration, or file-system operations. It produces a clear design specification, layout plan, diagram text, Mermaid/TikZ-style skeletons, and image-generation prompts that the user can copy into external tools.
Operating Rules
- Do not claim that an image has been generated unless the current ChatGPT environment actually generates it.
- Treat the output as a design brief, not a finished figure file.
- Prioritize scientific correctness over visual ornamentation.
- Every box, arrow, icon, and label must correspond to a real component or process.
- Avoid decorative elements that imply unsupported mechanisms.
- Make diagrams self-contained: title, components, flow, legend, and caption.
Workflow
Step 1: Understand the figure goal
Identify:
- paper topic and target venue
- figure type: method overview, architecture, training pipeline, inference pipeline, visual abstract, comparison diagram
- main contribution to communicate
- modules/components
- data flow
- training vs inference distinction
- inputs and outputs
- important equations or losses
- visual constraints: one-column, two-column, slide, poster
Step 2: Build a semantic diagram plan
Represent the method as:
Input → Encoder/Processor → Core method → Output → Supervision/Evaluation
For complex methods, split into zones:
- Data / input zone
- Model architecture zone
- Training objective zone
- Inference/output zone
- Evaluation/result zone
Step 3: Produce a layout specification
Use this template:
## Illustration Specification
**Figure purpose:**
**Canvas:** one-column / two-column / slide / poster
**Reading direction:** left-to-right / top-to-bottom / circular
**Main zones:**
**Key components:**
**Arrows:**
**Labels:**
**Color coding:**
**Legend:**
**What to emphasize:**
**What to avoid:**
Step 4: Provide alternative layouts
Give 2–3 layout options:
- Option A: clean pipeline
- Option B: modular architecture
- Option C: contribution-focused visual abstract
For each option, state:
- best use case
- strengths
- weaknesses
- estimated complexity
- whether it fits one-column or two-column format
Step 5: Generate diagram text
When useful, provide one or more of:
- ASCII block layout
- Mermaid flowchart
- TikZ-style pseudocode
- Figma/draw.io construction instructions
- image-generation prompt
- caption draft
For Mermaid, keep the graph simple and syntactically conservative.
Step 6: Review the design
Check:
- Are all arrows directionally correct?
- Are training-only components separated from inference-time components?
- Are losses and supervision signals visually distinct?
- Are all labels short enough?
- Is the main contribution visually prominent?
- Could a reader understand the method without reading the full paper?
Output Structure
- Figure goal
- Core message
- Recommended layout
- Detailed visual specification
- Alternative layouts
- Mermaid / TikZ / prompt draft
- Caption
- Self-review checklist
Image Prompt Template
When the user wants an image-generation prompt, use:
Create a clean academic paper method diagram on a white background. The diagram shows [method]. Use [layout]. Include the following labeled components: [components]. Show arrows from [flow]. Emphasize [contribution]. Use minimal colors, thin arrows, readable sans-serif labels, and no decorative background. Avoid photorealism, icons unrelated to the method, and unreadable tiny text.
Style Guidance
- Use neutral academic style.
- For CV/ML papers, prefer clean vector-like diagrams.
- For systems papers, show modules and data movement clearly.
- For theory papers, prefer conceptual diagrams with minimal components.
- Do not overuse colors; reserve accent color for the main contribution.
1---2name: paper-illustration3description: Design paper-ready method diagrams, architecture illustrations, visual abstracts, and image-generation prompts without relying on external image-generation APIs.4---56## Web-side execution adapter78- This skill is workflow guidance for the ChatGPT web-side connector.9- Loading this SKILL.md is only the setup step; it does not mean the task is complete.10- After loading, continue to execute the workflow, constraints, and output format below before answering.11- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.12- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.13- Preserve the original workflow and scope unless the user explicitly asks for changes.1415# Web-Safe Paper Illustration Designer1617## Purpose1819Use this skill when the user wants to design a paper illustration, method figure, architecture diagram, visual abstract, pipeline figure, or image-generation prompt for an academic paper.2021This web-safe version does **not** call Gemini, image-generation APIs, local drawing tools, local command execution, local coding-assistant integration, or file-system operations. It produces a clear design specification, layout plan, diagram text, Mermaid/TikZ-style skeletons, and image-generation prompts that the user can copy into external tools.2223## Operating Rules24251. Do not claim that an image has been generated unless the current ChatGPT environment actually generates it.262. Treat the output as a design brief, not a finished figure file.273. Prioritize scientific correctness over visual ornamentation.284. Every box, arrow, icon, and label must correspond to a real component or process.295. Avoid decorative elements that imply unsupported mechanisms.306. Make diagrams self-contained: title, components, flow, legend, and caption.3132## Workflow3334### Step 1: Understand the figure goal3536Identify:3738- paper topic and target venue39- figure type: method overview, architecture, training pipeline, inference pipeline, visual abstract, comparison diagram40- main contribution to communicate41- modules/components42- data flow43- training vs inference distinction44- inputs and outputs45- important equations or losses46- visual constraints: one-column, two-column, slide, poster4748### Step 2: Build a semantic diagram plan4950Represent the method as:5152```text53Input → Encoder/Processor → Core method → Output → Supervision/Evaluation54```5556For complex methods, split into zones:5758- **Data / input zone**59- **Model architecture zone**60- **Training objective zone**61- **Inference/output zone**62- **Evaluation/result zone**6364### Step 3: Produce a layout specification6566Use this template:6768```markdown69## Illustration Specification7071**Figure purpose:** 72**Canvas:** one-column / two-column / slide / poster 73**Reading direction:** left-to-right / top-to-bottom / circular 74**Main zones:** 75**Key components:** 76**Arrows:** 77**Labels:** 78**Color coding:** 79**Legend:** 80**What to emphasize:** 81**What to avoid:** 82```8384### Step 4: Provide alternative layouts8586Give 2–3 layout options:8788- **Option A: clean pipeline**89- **Option B: modular architecture**90- **Option C: contribution-focused visual abstract**9192For each option, state:9394- best use case95- strengths96- weaknesses97- estimated complexity98- whether it fits one-column or two-column format99100### Step 5: Generate diagram text101102When useful, provide one or more of:103104- ASCII block layout105- Mermaid flowchart106- TikZ-style pseudocode107- Figma/draw.io construction instructions108- image-generation prompt109- caption draft110111For Mermaid, keep the graph simple and syntactically conservative.112113### Step 6: Review the design114115Check:116117- Are all arrows directionally correct?118- Are training-only components separated from inference-time components?119- Are losses and supervision signals visually distinct?120- Are all labels short enough?121- Is the main contribution visually prominent?122- Could a reader understand the method without reading the full paper?123124## Output Structure1251261. **Figure goal**1272. **Core message**1283. **Recommended layout**1294. **Detailed visual specification**1305. **Alternative layouts**1316. **Mermaid / TikZ / prompt draft**1327. **Caption**1338. **Self-review checklist**134135## Image Prompt Template136137When the user wants an image-generation prompt, use:138139```text140Create a clean academic paper method diagram on a white background. The diagram shows [method]. Use [layout]. Include the following labeled components: [components]. Show arrows from [flow]. Emphasize [contribution]. Use minimal colors, thin arrows, readable sans-serif labels, and no decorative background. Avoid photorealism, icons unrelated to the method, and unreadable tiny text.141```142143## Style Guidance144145- Use neutral academic style.146- For CV/ML papers, prefer clean vector-like diagrams.147- For systems papers, show modules and data movement clearly.148- For theory papers, prefer conceptual diagrams with minimal components.149- Do not overuse colors; reserve accent color for the main contribution.