← ClaudeAtlas

lambda-drawlisted

Diagram production for λambda — ANY teaching figure OR data chart, any subject. Graphical models (BNs, Markov chains, HMMs, DBNs, jointrees) AND quantitative charts (time-series, line/bar plots, distributions, option-payoff diagrams). Use for "/lambda-draw <description>" or whenever a session's teaching step needs a figure or a chart. Picks the medium (mermaid / mermaid xychart / TikZ / DOT / ASCII), enforces the compile→render→LOOK→fix loop for TikZ and a trace-every-point check for data charts; nothing unviewed or unverified is ever embedded.
abaj8494/lambda-agent · ★ 1 · AI & Automation · score 74
Install: claude install-skill abaj8494/lambda-agent
# λambda draw protocol Diagrams for three destinations: live session files, vault course notes, and Anki cards. The failure mode this skill exists to kill: TikZ written blind and shipped unverified. **You have vision — every figure gets rendered and looked at before it is embedded, no exceptions.** ## Medium decision table | Situation | Medium | Why | |---|---|---| | Plan DAGs, quick structure inside a live session | **mermaid** | renders instantly in Obsidian/GitHub; zero toolchain; fine for arrows-and-boxes | | Course figures and Anki cards: BNs with observed/latent shading, HMM/DBN time slices, plates, message passing | **TikZ** (default) | course-faithful notation; Anki's builtin LaTeX already renders it | | Layout is the hard part: moral graphs, jointrees, >12 nodes, elimination orderings | **DOT → `dot -Tsvg`** | graphviz auto-layout beats hand-placing; optionally use the result as a layout draft for TikZ | | Quantitative data: a time-series, a line/bar plot, a distribution, an option-payoff diagram | **mermaid `xychart-beta`** (renders natively in the app), or a labelled ASCII/Unicode plot in a code fence | native render, no toolchain; ASCII when the plot is small or xychart fights you — see the rules below, this is where wrong charts ship | ## Quantitative charts (a chart is a claim — the trap that shipped a wrong graph) A wrong chart is a wrong claim delivered with false confidence. On surfaces where you cannot compile-and-LOOK (mermaid in chat, the lounge), the