From rkiding-awesome-finance-skills-1
Generates Draw.io XML diagrams to visualize finance logic flows, transmission chains, and investment theses. Saves diagrams as viewable HTML files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rkiding-awesome-finance-skills-1:alphaear-logic-visualizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill specializes in creating visual representations of logic flows, specifically generating Draw.io XML compatible diagrams. It is useful for visualizing investment theses or signal transmission chains.
This skill specializes in creating visual representations of logic flows, specifically generating Draw.io XML compatible diagrams. It is useful for visualizing investment theses or signal transmission chains.
YOU (the Agent) are the Visualizer. Use the prompts in references/PROMPTS.md to generate the XML.
Workflow:
references/PROMPTS.md to convert your logical chain into XML.scripts/visualizer.py method render_drawio_to_html(xml_content, filename) to save the XML into a viewable HTML file for the user.Example Usage (Conceptual):
visualizer.render_drawio_to_html(xml_content="<mxGraphModel>...", filename="chain_visual.html")npx claudepluginhub rkiding/awesome-finance-skillsGenerates draw.io (.drawio) XML files for logical flow diagrams, abstract system architectures, BPMN processes, UML diagrams, DFDs, decision flowcharts, and system interactions.
Generates professional diagrams (flowcharts, architecture, comparisons, timelines, sequence diagrams, etc.) as draw.io XML. Useful for visualizing processes, structures, and documentation.
Generates Excalidraw diagram JSON files that argue visually, not just display information. Use for workflows, architectures, or concepts.