uigiuf/codex-visio-replica-workflow — explained in plain English
Analysis updated 2026-05-18
Convert a screenshot or whiteboard photo of a diagram into an editable Visio file
Recreate an architecture diagram or flowchart programmatically instead of redrawing it by hand
Check your environment is set up correctly before running the conversion
| uigiuf/codex-visio-replica-workflow | zaxardery8011-design/soplint | wpeace-hch/wpegpt-analyzer | |
|---|---|---|---|
| Stars | 47 | 39 | 36 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Windows-only, requires an existing Microsoft Visio installation.
This is a skill for Codex, an AI coding assistant from OpenAI, that takes a reference image of a diagram and recreates it as an editable Microsoft Visio file. The kinds of diagrams it handles include screenshots, whiteboard photos, architecture diagrams, flowcharts, and business process diagrams. The output is a .vsdx file, which is Visio's standard format and can be opened and modified in Microsoft Visio like any diagram you built by hand. The workflow works by having Codex analyze the reference image and produce a structured JSON plan describing the shapes, connections, labels, and layout. A PowerShell script then reads that plan and uses Visio's built-in automation interface to assemble the diagram programmatically. A second script checks whether Visio is installed and the environment is set up correctly before you begin. Installation means copying the skill folder into Codex's skills directory on your machine, then restarting Codex. The skill is designed for Windows only because it depends on PowerShell and Visio's COM automation layer, which are Windows-specific. No Visio license is included, you need an existing Visio installation. The README is brief and does not cover what diagram complexity the skill handles well or what its limitations are.
A Codex skill that turns a photo or screenshot of a diagram into an editable Microsoft Visio file using PowerShell automation.
Mainly PowerShell. The stack also includes PowerShell, Codex, Visio COM.
License is not stated in the available content.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.