remybroun/infographic
remybroun★ 3Python最后同步: 2026-08-14
A Claude Code skill that turns a document or a topic into a designed visual explainer. 52 block forms, an enforced word budget, and guards that fail the build.
README 摘要
infographic A Claude Code skill that turns a document, a dataset or a topic into a designed visual explainer: a print-ready PDF, or a continuous scrolling page whose HTML is the deliverable. It is not a chart library. It is a set of constraints that make a model produce a graphic document instead of an essay with figures stapled to it, and most of those constraints fail the build rather than advise. What it produces The word budget in scripts/lib/density.py runs before anything renders, and a breach is a build error. That number is not arbitrary: version 1 of this skill shipped an eight-page explainer carrying 2,086 words and one chart , and every paragraph in it was individually defensible. The budget exists because taste under time pressure always chooses "one more clarifying sentence". The vocabulary it draws with 52 block types across six families, plus 49 aliases so a spec can be written in ordinary words ( pie → donut , waffle → unit , 2x2 → quadrant , flow → process ). That figure is a map. Below it are the blocks themselves, rendered: three sheets out of nine in the specimen gallery , which draws all 36 forms this repository has honest data for. Every number in it is read o…
在 GitHub 查看完整 README →