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")