IN

infographic-generator

Creates pixel-art image prompts for documentation pages to give them a retro arcade aesthetic.

Install

mkdir -p .claude/skills/infographic-generator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9276" && unzip -o skill.zip -d .claude/skills/infographic-generator && rm skill.zip

Installs to .claude/skills/infographic-generator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Generate retro arcade style infographic prompts for documentation pages
71 charsno explicit “when” trigger
Beginner

Key capabilities

  • Scans project documentation files
  • Formats content into pixel-art prompts
  • Defines visual icons for key concepts
  • Maps doc sections to game-style UI elements

How it works

Reads markdown documentation to extract themes and titles, then injects them into a pre-defined prompt template with specific retro visual parameters.

Inputs & outputs

You give it
Documentation file path or topic
You get back
Structured retro arcade prompt for AI image generator

When to use infographic-generator

  • Create visual aids for documentation
  • Generate pixel art assets for technical guides
  • Convert doc sections into game-style instruction cards

About this skill

Generate Infographic Prompt

Generate an image AI prompt for creating a retro arcade style infographic for a documentation page.

Workflow

Step 1: Ask for the docs page

Ask the user: "Which documentation page should this infographic be for?"

Present options from the docs/ directory (use Glob to find all .md files in docs/), or let them specify a custom topic.

Step 2: Read the documentation

Read the specified documentation file to understand its content.

Step 3: Generate the image prompt

Create a retro arcade style prompt following this format:

Create a retro 8-bit pixel art infographic for "[PAGE TITLE]" from DevOps AI Toolkit.

Style: Retro arcade game aesthetic, pixel art, CRT glow effects, scanlines, neon pink/cyan on dark background, NES game instruction card style.

TOPIC: [One sentence describing what this page covers]

KEY CONCEPTS (visualize as power-ups/abilities):

[For each major section/concept in the doc, write ONE line like:]
1. [Icon emoji] [CONCEPT NAME]: [One sentence description - no bullet lists]

[Include 3-6 concepts depending on the doc's content]

Include pixel art icons, game-style UI elements, and achievement badges related to the topic.

Step 4: Present the prompt

Show the generated prompt in a code block so the user can copy it.

Then say: "Copy this prompt to your image generation AI. Once you have the image, tell me the file path and I'll add it to the documentation."

Step 5: Wait for image path

When the user provides the image path:

  1. Copy/move the image to the appropriate location in assets/images/
  2. Add the image to the documentation file at an appropriate location (usually near the top, after the title/intro)
  3. Use markdown image syntax without width constraints: ![Infographic description](../assets/images/filename.png)

Confirm the image was added to the doc.

When not to use it

  • Generating photorealistic imagery
  • Documentation without clear section headers
  • When standard diagramming is preferred over pixel art

Prerequisites

Access to project documentation folderExternal image generation AI tool

Limitations

  • Depends on existing docs structure
  • Requires manual image file management after generation
  • Output is a prompt, not an actual image file

How it compares

It specifically generates prompt syntax tailored for retro-gaming aesthetic rather than generic diagrams or standard flowcharts.

Compared to similar skills

infographic-generator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
infographic-generator (this skill)07moNo flagsBeginner
plantuml-ascii86moReviewBeginner
mermaidjs-v1147moReviewBeginner
pr-demo15moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

plantuml-ascii

github

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

826

mermaidjs-v11

mrgoonie

Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, architecture diagrams, or any of 24+ diagram types. Supports JavaScript API integration, CLI rendering to SVG/PNG/PDF, theming, configuration, and accessibility features. Essential for documentation, technical diagrams, project planning, system architecture, and visual communication.

421

pr-demo

mikeyobrien

Use when creating animated demos (GIFs) for pull requests or documentation. Covers terminal recording with asciinema and conversion to GIF/SVG for GitHub embedding.

112

mermaid-visualizer

axtonliu

Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.

63

d2

xenodium

This skill should be used when the user invokes "/d2" to create a diagram from the current context using D2 and output the resulting image path.

00

doc-kami-parchment

ness-e

Warm parchment canvas (#f5f4ed), monochrome ink-blue accent (#1B365D), one serif family, and editorial-grade typography.

00

Search skills

Search the agent skills registry