From infographic
Create infographics, data posters, informational visuals, and complex compositions that require factual research, visual references, and structured layout. Activate when the request involves real-world data, statistics, timelines, comparisons, or educational content that must be accurate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/infographic:infographicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill handles complex visual compositions that need factual accuracy — infographics, data posters, educational visuals, timelines, comparison charts, event summaries, etc.
This skill handles complex visual compositions that need factual accuracy — infographics, data posters, educational visuals, timelines, comparison charts, event summaries, etc.
The infographic must contain accurate facts. Research thoroughly:
web_search for the topic (e.g. "Artemis 2 mission details", "climate change statistics 2025")web_fetch the top 2-3 authoritative sources (NASA, WHO, official pages — not blogs)You must have at least 5-10 concrete data points before proceeding.
For real subjects, the image model needs visual references to render them accurately:
web_search for photos/images of key visual elements (spacecraft, people, logos, maps, diagrams)web_fetch with saveTo to download 2-5 reference images locallyreferenceImages in generate_imageExamples:
web_search for prompt tips specific to the generation model and output type
web_fetch at least 1 result to get proven keywords, styles, and structuresIf the user didn't specify a clear visual style, present 2-3 options via prompt_user:
Include example descriptions so the user can judge. Skip if the user was very specific.
Combine everything into ONE comprehensive prompt:
referenceImageshighCall generate_image.
read_file on the generated image to SEE itCall show_result with resourceType: "image" to display in the UI. Then return with file paths.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub koi-language/plugins --plugin infographic