Agent skill · Code Review & Quality

scientific-schematics

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill scientific-schematics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 15 KB
Bundled scripts: yes
Version: 1.4
Allowed tools: ReadWriteEditBash
Path: skills/scientific-schematics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scientific Schematics and Diagrams ## Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. **This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review.** **How it works:** - Describe your diagram in natural language - Nano Banana 2 generates publication-quality images automatically - **Gemini 3.6 Flash reviews quality** against document-type thresholds - **Smart iteration**: Only regenerates if quality is below threshold - Publication-ready output in minutes - No coding, templates, or manual drawing required **Quality Thresholds by Document Type:** | Document Type | Threshold | Description | |---------------|-----------|-------------| | journal | 8.5/10 | Nature, Science, peer-reviewed journals | | conference | 8.0/10 | Conference papers | | thesis | 8.0/10 | Dissertations, theses | | grant | 8.0/10 | Grant proposals | | preprint | 7.5/10 | arXiv, bioRxiv, etc. | | report | 7.5/10 | Technical reports | | poster | 7.0/10 | Academic posters | | presentation | 6.5/10 | Slides, talks | | default | 7.5/10 | General purpose | **Simply describe what you want, and Nano Banana 2 creates

What's inside
Steps it walks through
  1. Overview
  2. Quick Start: Generate Any Diagram
  3. Configuration
  4. AI Generation Best Practices
  5. When to Use This Skill
  6. How to Use This Skill
  7. Smart Iterative Refinement, Advanced Usage, and Examples
  8. Command-Line Usage
  9. Best Practices Summary
  10. Design Principles
  11. Technical Requirements
  12. Integration Guidelines
  13. Troubleshooting Common Issues
  14. AI Generation Issues
Ships with 7 files
  • references/QUICK_REFERENCE.md
  • references/README.md
  • references/best_practices.md
  • references/iterative_refinement.md
  • scripts/example_usage.sh
  • scripts/generate_schematic.py
  • scripts/generate_schematic_ai.py
Commands it runs
Generate for journal paper (highest quality threshold: 8.5/10)
Generate for presentation (lower threshold: 6.5/10 - faster)
python scripts/generate_schematic.py "Transformer encoder-decoder architecture showing multi-head attention" -o figures/transformer.png --doc-type presentation
Generate for poster (moderate threshold: 7.0/10)
python scripts/generate_schematic.py "MAPK signaling pathway from EGFR to gene transcription" -o figures/mapk_pathway.png --doc-type poster
Custom max iterations (max 2)
python scripts/generate_schematic.py "Complex circuit diagram with op-amp, resistors, and capacitors" -o figures/circuit.png --iterations 2 --doc-type journal
export OPENROUTER_API_KEY='your_api_key_here'
python scripts/generate_schematic.py "your diagram description" -o output.png
Basic usage
More from claude-scientific-writer
All skills →
About this skill
What does the scientific-schematics skill do?

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill scientific-schematics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going