What problem does it solve?
This Skill automates the creation of publication-quality technical diagrams from natural language prompts, reducing manual drafting time and ensuring professional visuals.
Core Features & Use Cases
- Smart Iteration: Regenerates only when the diagram quality is below threshold, saving time and API usage.
- Document-Type Aware: Applies different quality standards for architecture, journal, presentation, and other document types.
- AI Quality Review: Gemini 3 Pro evaluates technical diagrams for accuracy, clarity, and layout.
- Use Cases: Architecture diagrams, flowcharts, data-model visualizations, and infrastructure diagrams for software engineering, architecture decisions, and technical documentation.
Quick Start
Use the diagram skill to generate a diagram from a natural language prompt, for example:
- python skills/diagram/scripts/generate_diagram.py "Microservices architecture with API gateway" -o architecture.png --doc-type architecture
- python skills/diagram/scripts/generate_diagram.py "User authentication flow" -o flow.png --doc-type presentation