·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.

13Installs·0Trend·@igbuend

Installation

$npx skills add https://github.com/igbuend/grimbard --skill tikz

How to Install tikz

Quickly install tikz AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill tikz
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: igbuend/grimbard.

SKILL.md

View raw

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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/igbuend/grimbard --skill tikz
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from igbuend/grimbard

Quick answers

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.

How do I install tikz?

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

Where is the source repository?

https://github.com/igbuend/grimbard