Ask an AI coding assistant to draw a flowchart or architecture diagram and get back an editable Visio file.
Generate UML sequence diagrams with automatically positioned lifelines and message arrows.
Produce network topology or swimlane diagrams without manually building the layout.
| deermiya/visio-skill | biplobroy01/kmspisco-v2-portable | uigiuf/codex-visio-replica-workflow | |
|---|---|---|---|
| Stars | 61 | 65 | 47 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | — | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows, a licensed local copy of Microsoft Visio, and PowerShell for the COM automation.
Visio Skill is a plugin for AI coding assistants that lets them generate real, editable Microsoft Visio diagram files (.vsdx) directly on your Windows computer. The README is written in Chinese, but the project itself works in English as well. Instead of producing static images, it creates proper Visio files you can open and keep editing in Microsoft Visio. The way it works: when you ask a supported AI tool (such as Cursor or a similar agent) to draw a diagram, the AI reads the skill's instruction file, translates your request into a structured JSON description of pages, nodes, and connections, then runs a PowerShell script that calls the Visio COM interface to render the file. The whole process happens in the background without you needing to write any JSON or run any scripts yourself. The skill supports several diagram types: flowcharts, architecture diagrams, swimlane diagrams, network topology diagrams, and UML sequence diagrams. For sequence diagrams, it can automatically position lifelines, activation boxes, and message arrows, and it handles synchronous calls, asynchronous calls, and return messages. Coordinates in the JSON use explicit inch-based values so layouts come out consistent. To install it, you clone the repository into the skills directory of your AI tool, such as the folder where Cursor or a similar assistant looks for skills. After that, you just describe what you want in the chat and the AI handles the rest. Requirements are Windows, a licensed copy of Microsoft Visio installed locally (so the COM interface is available), and PowerShell. There is no web service or cloud component, the diagram generation happens entirely on your machine through Visio's automation layer.
An AI-assistant skill that generates real, editable Microsoft Visio diagram files on Windows by calling Visio's automation interface.
Mainly PowerShell. The stack also includes PowerShell, Microsoft Visio COM, JSON.
The README does not state a license.
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.