Agent skill · Content & Marketing

baoyu-infographic

Generates professional infographics with 21 layout types and 20 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "信息图", "visual summary", "可视化", or "高密度信息大图".

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-infographic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 45
SKILL.md size: 10 KB
Bundled scripts: none
Path: SkillBank/Common/baoyu-skills/baoyu-infographic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Infographic Generator Two dimensions: **layout** (information structure) × **style** (visual aesthetics). Freely combine any layout with any style. ## Usage ```bash /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic # then paste content ``` ## Options | Option | Values | |--------|--------| | `--layout` | 21 options (see Layout Gallery), default: bento-grid | | `--style` | 20 options (see Style Gallery), default: craft-handmade | | `--aspect` | landscape (16:9), portrait (9:16), square (1:1) | | `--lang` | en, zh, ja, etc. | ## Layout Gallery | Layout | Best For | |--------|----------| | `linear-progression` | Timelines, processes, tutorials | | `binary-comparison` | A vs B, before-after, pros-cons | | `comparison-matrix` | Multi-factor comparisons | | `hierarchical-layers` | Pyramids, priority levels | | `tree-branching` | Categories, taxonomies | | `hub-spoke` | Central concept with related items | | `structural-breakdown` | Exploded views, cross-sections | | `bento-grid` | Multiple topics, overview (default) | |

What's inside
Steps it walks through
  1. Usage
  2. Options
  3. Layout Gallery
  4. Style Gallery
  5. Recommended Combinations
  6. Keyword Shortcuts
  7. Output Structure
  8. Core Principles
  9. Workflow
  10. Step 1: Setup & Analyze
  11. Step 2: Generate Structured Content → structured-content.md
  12. Step 3: Recommend Combinations
  13. Step 4: Confirm Options
  14. Step 5: Generate Prompt → prompts/infographic.md
Ships with 24 files
  • references/analysis-framework.md
  • references/base-prompt.md
  • references/layouts/bento-grid.md
  • references/layouts/binary-comparison.md
  • references/layouts/bridge.md
  • references/layouts/circular-flow.md
  • references/layouts/comic-strip.md
  • references/layouts/comparison-matrix.md
  • references/layouts/dashboard.md
  • references/layouts/dense-modules.md
  • references/layouts/funnel.md
  • references/layouts/hierarchical-layers.md
  • references/layouts/hub-spoke.md
  • references/layouts/iceberg.md
  • references/layouts/isometric-map.md
  • references/layouts/jigsaw.md
  • references/layouts/linear-progression.md
  • references/layouts/periodic-table.md
  • references/layouts/story-mountain.md
  • references/layouts/structural-breakdown.md
  • references/layouts/tree-branching.md
  • references/layouts/venn-diagram.md
  • references/layouts/winding-roadmap.md
  • references/structured-content-template.md
first 24 of 45
Commands it runs
Check project-level first
test -f .baoyu-skills/baoyu-infographic/EXTEND.md && echo "project"
Then user-level (cross-platform: $HOME works on macOS/Linux/WSL)
test -f "$HOME/.baoyu-skills/baoyu-infographic/EXTEND.md" && echo "user"
More from AutoSkill
All skills →
About this skill
What does the baoyu-infographic skill do?

Generates professional infographics with 21 layout types and 20 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "信息图", "visual summary", "可视化", or "高密度信息大图".

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill baoyu-infographic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going