Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots

nice-figures is a Claude Code skill that eliminates the boilerplate of recreating Anthropic's signature research-blog plot style (bold sans-serif titles, smoothed trend lines with shaded bands, rounded-top bars, and ↓better badges). You describe the chart in natural language—Claude auto-styles it.
How It Works
Install once, then prompt like:
/plugin marketplace add Mapika/nice-figures
/plugin install nice-figures@nice-figures
After installation, just describe the plot:
"training-curve plot of these RL scores with a smoothed trend and shaded band, research-blog style"
"grouped bar chart comparing three models across four evals, with the rounded bar tops"
You can supply your own CSV or arrays—the plugin maps them to the closest chart type. If you describe a figure without data, it generates a clearly-marked synthetic placeholder.
Under the Hood
The package consists of one skill + a small style helper (matplotlib + numpy only—no other dependencies) and 16 chart recipes including:
- Training curves
- Grouped bars (with rounded tops)
- ROC curves
- Heatmaps
- Scaling-law scatter plots
- Forest plots
- Pareto fronts
Output uses a white background by default for paper/conference-readiness, with an opt-in cream background for the blog aesthetic.
Source & License
MIT-licensed, repo with example images in the README at github.com/Mapika/nice-figures. The author is open to feedback and recipe requests.
📖 Read the full source: r/ClaudeAI
👀 See Also

Publicly Hosted MCP Servers for Health, Academic, and Government Data
A developer has built and publicly hosts 14 MCP servers providing access to CDC datasets, clinical trials, FDA data, academic publications, congressional information, weather data, and other utilities. These servers require no setup, API keys, or local installation.

Claude Debugs and Fixes Its Own MCP Filesystem Server UNC Path Bug on Windows
A developer used Claude Opus to diagnose and patch a bug in the MCP Filesystem Server where UNC network share paths on Windows failed for subdirectory operations. The fix addresses a path validation issue that prevented access to files and folders within UNC shares.
Tokenless API Gateway Routes AI Traffic Between Models to Cut Spend in Half
Tokenless is an API gateway that dynamically routes AI agent requests turn-by-turn between models. It matches Claude Fable 5 performance at half the cost by fanning out to multiple models and selecting the best one mid-generation.

Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs
Toothcomb is an open-source tool that takes a speech transcript, fact-checks claims, detects logical fallacies and manipulative language using Claude Opus API, and supports real-time microphone streaming.