processon-diagram-generator

Installation
SKILL.md

ProcessOn Diagram Generator

Convert an evidence-backed diagram specification into editable DSL and, when requested, a rendered image.

Routing

  • Use this skill only when ProcessOn or hosted editable output is requested.
  • Use the mermaid skill for ordinary Markdown-native diagrams. Install with: npx skills add full-stack-skills/document-skills --skill mermaid.
  • Use the plantuml skill for strict UML, C4, or .puml output. Install with: npx skills add full-stack-skills/document-skills --skill plantuml.
  • Use the processon-mindmap skill when only a ProcessOn-ready mind-map outline is needed. Install with: npx skills add full-stack-skills/document-skills --skill processon-mindmap.

Configuration

Required:

export PROCESSON_API_KEY="<your-processon-api-key>"
Installs
39
GitHub Stars
1
First Seen
Jun 7, 2026
processon-diagram-generator — full-stack-skills/document-skills