/infographic
SkillDev toolsGenerate or regenerate the ArchitectKB capabilities infographic.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /infographic skill
About this capability
A comprehensive knowledge management system for Solutions Architects using AI
What this skill tells your AI
The instructions your AI receives, as published by davidroliverba/architectkb in .claude/skills/infographic/SKILL.md and read by ahel’s review.
Generate or regenerate the ArchitectKB capabilities infographic.
Usage
/infographic # Regenerate the infographic
/infographic --open # Regenerate and open in Preview
What It Does
Generates a visual capabilities reference showing all ArchitectKB features:
- 61 AI-powered skills
- 26 note types
- 10+ automation hooks
- 9 tag hierarchies
- 7 MCP integrations
- 20+ templates
- CLI tools
Output
- File:
ArchitectKB-Abilities.jpg - Location:
screenshots/folder - Size: ~1 MB at 200 DPI
Implementation
The skill runs scripts/generate_infographic.py which uses matplotlib to create a dense 3x4 grid layout with:
- Dark theme (#0f172a background)
- Colour-coded category cards
- Stats bar with key metrics
- Coloured bullet points for each item
Updating Content
To update the infographic content, edit scripts/generate_infographic.py:
- FEATURES dict (line ~43): Contains all categories and items
- COLORS dict (line ~20): Colour palette
- Stats bar (line ~310): Summary statistics
After editing, run /infographic to regenerate.
Dependencies
- Python 3
- matplotlib (
pip3 install matplotlib) - Pillow (
pip3 install pillow)
When to Regenerate
Run this skill after:
- Adding new skills to the vault
- Updating note types or templates
- Changing major features
- Before releases to keep README screenshot current
Signals
- GitHub stars
- 52
- Forks
- 12
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
infographic- Source
- github.com/davidroliverba/architectkb