What is tikz?
LaTeX TikZ/PGF package for programmatic vector graphics and diagrams. Use when helping users draw flowcharts, trees, graphs, automata, circuits, geometric figures, or any custom diagram in LaTeX. Source: igbuend/grimbard.
LaTeX TikZ/PGF package for programmatic vector graphics and diagrams. Use when helping users draw flowcharts, trees, graphs, automata, circuits, geometric figures, or any custom diagram in LaTeX.
Quickly install tikz AI skill to your development environment via command line
Source: igbuend/grimbard.
| Line | -- | (0,0) -- (1,1) | | Horizontal-vertical | -\| | (0,0) -| (1,1) (go right then up) | | Vertical-horizontal | \|- | (0,0) |- (1,1) (go up then right) | | Curve | .. controls .. .. | (0,0) .. controls (0.5,1) .. (1,0) | | Smooth curve | to[out=..,in=..] | (0,0) to[out=90,in=180] (2,1) | | Arc | arc | (0,0) arc (0:90:1cm) start:end:radius |
| Circle | circle | (0,0) circle[radius=1] | | Ellipse | ellipse | (0,0) ellipse[x radius=2, y radius=1] | | Rectangle | rectangle | (0,0) rectangle (2,1) | | Grid | grid | (0,0) grid (3,3) | | Parabola | parabola | (0,0) parabola (2,2) | | Sin/Cos | sin/cos | (0,0) sin (1,1) | | Plot | plot | plot[domain=0:3] (\x, {\x^2}) |
| Cycle | cycle | close path back to start |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/igbuend/grimbard --skill tikzLaTeX TikZ/PGF package for programmatic vector graphics and diagrams. Use when helping users draw flowcharts, trees, graphs, automata, circuits, geometric figures, or any custom diagram in LaTeX. Source: igbuend/grimbard.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill tikz Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/igbuend/grimbard