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
mermaidskill for ordinary Markdown-native diagrams. Install with:npx skills add full-stack-skills/document-skills --skill mermaid. - Use the
plantumlskill for strict UML, C4, or.pumloutput. Install with:npx skills add full-stack-skills/document-skills --skill plantuml. - Use the
processon-mindmapskill 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>"