Two custom skills for Claude Code:
- visual-explainer — Generates detailed image generation prompts (whiteboard, infographic, presentation, diagram, mindmap) for Gemini, ChatGPT, etc.
- visualize-infographic — Generates branded LinkedIn infographics as self-contained HTML files (1080x1350+ portrait, warm cream/coral brand).
Copy the Learning Infographic project folder to the new machine first. It contains the icon utilities, export scripts, and node_modules.
git clone https://github.com/ivanegetov-lab/custom-skills.git
cd custom-skills
./install.sh ~/path/to/Learning\ InfographicThe install script copies both skills to ~/.claude/skills/ and rewrites hardcoded paths to match the new machine.
./uninstall.shIn Claude Code:
/visual-explainer How DNS resolution works
/visual-explainer --style mindmap The principles of OOP
/visualize-infographic The 5 pillars of operational excellence
/visualize-infographic --layout staircase How to build a maintenance program
- Claude Code
- The Learning Infographic project folder (with
node_modulesinstalled)