What it does\nThis skill enables an agent to generate complex, composable SVG charts. It leverages a Haskell library that treats charting as a compositional process, allowing for the creation of rectangles, lines, glyphs, and paths that can be stacked or aligned using a layout system.\n\n## When to use it\nUse this skill when the user needs to visualize data as a static SVG image, specifically when precision, custom styling (via optics), and layout composition are required.\n\n## What's included\n- Instructions: Detailed primitives for Rect, Line, Glyph, Text, and Path charts; composition logic (vertical, horizontal, stack); and HUD (Heads-Up Display) management for axes and labels.\n- Patterns: Specific techniques for domain anchoring, tick strategies, and frame customization.\n\n## Compatible agents\nPrimarily aimed at agents with a Haskell environment (GHC 2024) and the ability to execute cabal-based builds and docspecs.
Not yet audited
This skill has not been reviewed by our automated audit pipeline yet.