Claude Code skills for PaperBanana academic illustration generation and slide deck creation
npx claudepluginhub plutolei/paperbanana-skillGenerate publication-quality academic diagrams, statistical plots, and presentation slides using PaperBanana multi-agent framework
End-to-end slide deck creation via RDIV workflow. Requires paperbanana plugin for image generation.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
One sentence in, publication-quality academic figure out.
Powered by a 5-agent pipeline that plans, styles, generates, and self-critiques your illustrations.
English | 中文
Biology — Signal Pathway![]() | NLP — RAG Pipeline![]() |
Data Engineering — Lakehouse![]() | Medical AI — U-Net + Mamba![]() |
All figures generated from plain text descriptions — zero manual drawing.
Transformer Architecture![]() | Mamba SSM Architecture![]() |
RAG Pipeline![]() | |
| Skill | Scope | Description | Version |
|---|---|---|---|
| paperbanana | user | Academic diagrams, plots, slides, and quality evaluation | v4.0.0 |
| paperbanana-slide-deck | project | Full slide deck orchestration (RDIV workflow) + 150+ style presets | v1.1.0 |
| Capability | Status | Details |
|---|---|---|
| Methodology diagrams | ✅ | Text → publication-quality figure in 30s |
| Statistical plots | ✅ | CSV/JSON data → auto-styled academic plot |
| Presentation slides | ✅ | Markdown → 4K slide with 150+ style presets |
| Multi-venue styles | ✅ New | --venue neurips|icml|acl|ieee|custom |
| PDF input | ✅ New | --input paper.pdf --pages 3-5 |
| 6-item quality eval | ✅ New | Binary checklist: completeness, layout, annotation, color, legibility, hallucination |
| Autoresearch loop | ✅ New | Automated prompt self-optimization with keep/revert |
| Error handling | ✅ New | Critic UNREVIEWED status, provider fallback chains, retry filtering |
| 5 VLM providers | ✅ | Gemini, Claude, OpenAI, Bedrock, OpenRouter |
| Auto-refine | ✅ | --auto loops until Critic is satisfied |
| Run continuation | ✅ | --continue with --feedback for iterative refinement |
| Dynamic aspect ratio | ✅ | 8 Imagen ratios, Planner auto-recommends |
A 6-item binary checklist evaluator that measures academic figure quality without human reference images:
| Check | Question | Pass Criteria |
|---|---|---|
| Completeness | All input concepts represented? | Every key concept has a visual element |
| Layout | Logical flow direction? | Clear L→R, T→B, or radial flow |
| Annotation | All components labeled? | Every visual element has text |
| Color Restraint | ≤3 primary colors? | Academic palette discipline |
| Legibility | Readable at 50% zoom? | Text survives PDF column layout |
| No Hallucination | Zero unlabeled concepts? | Nothing invented beyond input |
Baseline: 76% → 100% after prompt optimization. Color restraint was the bottleneck (33% → 100%).
Automated prompt mutation loop inspired by Karpathy's autoresearch:
Mutate prompt → Generate figures → Evaluate checklist → Keep or Revert → Repeat