npx skills add rkiding/awesome-finance-skills --skill alphaear-logic-visualizer
ninehills/skills
alphaear-logic-visualizer
Create visualize finance logic diagrams (e.g., Draw.io XML) to explain complex finance transmission chains or finance logic flows.
Installation
npx skills add ninehills/skills --skill alphaear-logic-visualizer
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the r…
566.5K installsAnalyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the r…
8.9K installsVisualize Rust project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, sho…
2.5K installsTransform text content into professional Mermaid diagrams for presentations and documentation.
1.6K installsThis skill should be used when working with CSV files to create interactive data visualizations…
1.3K installsExpert in Three.js, 3D graphics, and interactive 3D visualizations
657 installsAlso in this package
Other skills from ninehills/skills · top by installs.
npx skills add ninehills/skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,264 B -
docs
SUMMARY.md163 B
History
- First seen on skills.sh
- First recorded snapshot · 11 installs
SKILL.md
AlphaEar Logic Visualizer Skill
Overview
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.
Capabilities
1. Generate Draw.io Diagrams
1. Generate Draw.io Diagrams (Agentic Workflow)
YOU (the Agent) are the Visualizer. Use the prompts in references/PROMPTS.md to generate the XML.
Workflow:
- Generate XML: Use the Draw.io XML Generation Prompt from
references/PROMPTS.mdto convert your logical chain into XML. - Save/Render: Use
scripts/visualizer.pymethodrenderdrawiotohtml(xmlcontent, filename)to save the XML into a viewable HTML file for the user.
Example Usage (Conceptual):
- Agent Action: "I will now generate a Draw.io XML for the transmission chain..."
- Tool Call:
visualizer.renderdrawiotohtml(xmlcontent="<mxGraphModel>...", filename="chain_visual.html")
Dependencies
- None (Standard Library for string manipulation).