What problem does it solve?
This Skill automates the generation of publication-quality scientific diagrams and their quality review, saving time and ensuring accuracy.
Core Features & Use Cases
- AI-Driven Diagram Generation: Describe your diagram in natural language and let the AI create it automatically.
- Quality Review: Gemini 3 Pro evaluates the diagram against document-type thresholds for scientific accuracy and readability.
- Smart Iteration: Only regenerates the diagram if the quality is below the threshold, optimizing API usage and turnaround time.
- Use Case: Need a flowchart for a journal paper? Simply describe the process and let the skill generate a high-quality diagram that meets publication standards.
Quick Start
Generate a flowchart for a journal paper using the scientific-schematics skill:
python scripts/generate_schematic.py "CONSORT participant flow diagram for randomized controlled trial. Start with 'Assessed for eligibility (n=500)' at top. Show 'Excluded (n=150)' with reasons: age<18 (n=80), declined (n=50), other (n=20). Then 'Randomized (n=350)' splits into two arms: 'Treatment group (n=175)' and 'Control group (n=175)'. Each arm shows 'Lost to follow-up' (n=15 and n=10). End with 'Analyzed' (n=160 and n=165). Use blue boxes for process steps, orange for exclusion, green for final analysis." -o figures/consort.png --doc-type journal