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
Balloon That Pops When Claude Finishes: Physical Agent UI with whisper.cpp
A desktop balloon inflates as you speak a task, then floats across your screen while Claude Code runs the agent. Transcription runs locally via whisper.cpp, agents use your existing Claude Code login. Open source.

User-built PTC for Claude Code shows 40-65% token savings on analysis tasks, not code writing
A developer built a local PTC implementation called Thalamus for Claude Code and analyzed 79 real sessions, finding 40-65% token savings on analysis tasks but near-zero savings on code-writing tasks. The agent used execute() primarily for general Python computation rather than batching tool calls.

Google's HEIR Compiler: Practical Private AI with Homomorphic Encryption
Google open-sources HEIR, a compiler that lets developers run AI inference on encrypted data without decryption. Demos include fraud detection, recommendations, and more.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.