partcleda

Boson Sweep Video — Design skill for Claude Code

Design community

Run a boson design-space sweep and render it as an animated PPA video/GIF (terminal replay + Pareto scatter + placements).

How to install Boson Sweep Video

Installs to ~/.claude/skills/partcleda-boson-explore-plugin-boson-sweep-video/SKILL.md

Terminal
mkdir -p ~/.claude/skills/partcleda-boson-explore-plugin-boson-sweep-video && curl -fsSL https://raw.githubusercontent.com/partcleda/boson-explore-plugin/HEAD/commands/boson-sweep-video.md -o ~/.claude/skills/partcleda-boson-explore-plugin-boson-sweep-video/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Boson Sweep Video does


description: Run a boson design-space sweep and render it as an animated PPA video/GIF (terminal replay + Pareto scatter + placements). argument-hint: [--rtl path --top name --axis NAME=v1,v2 ... --periods ns,ns] [--gif out.gif] [--mp4 out.mp4]

Run the `boson-sweep-video` skill end to end: `run_sweep.py` with the arguments below (default to the bundled picorv32 example with a small 2×2×2 grid if none are given), then `render_video.py` to produce the GIF/MP4/still. Confirm `boson`, a Lib

Alternatives in Design

  • Slack GIF Creator — Create animated GIFs optimized for Slack's size constraints 94.1k ★
  • NotebookLM Automation — Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI 6.8k ★
  • Dna — Place a design in the measured design space — nearest systems, per-axis percentiles, outliers 3.6k ★

Full documentation available on GitHub

View Source Repository