smithery.ai

infographic-generator

Generate retro arcade style infographic prompts for documentation pages

First seen Apr 4, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,999 B
  • docs SUMMARY.md 100 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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.