research-paper-figures

Plan, generate, and audit publication-quality research figures and architecture diagrams.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/CDUTAKL/research-workflow-kit --skill research-paper-figures-cdutakl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper-figures
Source: https://github.com/CDUTAKL/research-workflow-kit/tree/main/skills/research-paper-figures
Command: npx skills add https://github.com/CDUTAKL/research-workflow-kit --skill research-paper-figures-cdutakl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, numpy, python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve? Research papers and theses need figures that support specific claims with traceable data, but producing consistent, publication-ready plots and architecture diagrams manually is slow and error-prone. This Skill ties every figure to a claim, source data, and an audit record. ## Core Features & Use Cases - Nature-Style Plot Templates: Render grouped bars, line trends, heatmaps, scatter, radar, distribution, forest, ablation, threshold, confusion-matrix, and multi-panel figures from JSON specs via scripts/nature_plot_templates.py, exporting SVG/PDF/PNG with QA reports. - Network Architecture Diagrams: Generate CNN, ResNet, U-Net, and Transformer architecture figures from .network.json structure specs using scripts/render_network_architecture.py, with presets (thesis-clean, nature-minimal, ppt-template-rich) and PPTX export modes. - Figure Audit & Caption Safety: Apply the figure audit standard to verify claim clarity, evidence traceability, caption safety, typography, and export quality before marking figures as final. - Use Case: A graduate student needs a ResNet-18 architecture figure and an ablation bar chart for their thesis. They write a .network.json spec and a figure spec JSON, run the renderers, and receive SVG/PDF/PNG outputs plus QA reports linked to their figure plan. ## Quick Start Use the research-paper-figures skill to plan and generate a Nature-style ablation bar chart and a ResNet-18 architecture diagram for my thesis results section.

Frequently Asked Questions about research-paper-figures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate publication-quality figures for a research paper?

Write a JSON figure spec with figure_id, template, claim, caption, data, and audit fields, then render it with the nature_plot_templates.py script. It produces SVG, PDF, and PNG outputs plus a QA report flagging missing source data or caption issues.

How to draw a neural network architecture diagram from a spec?

Define the model in a .network.json file with input shape, stages, connections, and head, then run render_network_architecture.py with a preset like thesis-clean or ppt-template-rich. It exports SVG, PDF, PNG, and optional PPTX with a QA report.

What chart types does the Nature-style template renderer support?

The renderer supports grouped_bar, line_trend, heatmap, scatter, radar, distribution, forest, multi_panel, log_bar, ablation_barh, threshold_curve, confusion_heatmap, asymmetric_hero, and image_plate templates. Each is chosen based on the evidence question the figure must answer.

Can I use AI-generated images directly as final thesis figures?

No. Image generation outputs are treated as visual references only; formal figures must be redrawn from source-of-truth records in draw.io and exported as SVG, PDF, or PNG. AI bitmaps should not enter a manuscript unless the user explicitly accepts generated-image provenance.

Why does figure QA flag my plot before final submission?

The audit checks claim clarity, panel uniqueness, evidence traceability, caption safety, quantitative honesty, typography, contrast, and export quality. Figures fail when source data is missing, captions overclaim, or only low-DPI raster exports exist.

Does the architecture renderer work on Windows with Visio?

Yes, the workflow supports a Windows route using Visio JSON plans and PowerShell scripts to produce .vsdx files plus PDF/PNG/EMF exports. The Mac route uses draw.io as the default formal redraw tool, with the .network.json spec as the source of truth on both platforms.