什么是 tikz?
用于编程矢量图形和图表的 LaTeX TikZ/PGF 包。当帮助用户在 LaTeX 中绘制流程图、树、图表、自动机、电路、几何图形或任何自定义图表时使用。 来源:igbuend/grimbard。
用于编程矢量图形和图表的 LaTeX TikZ/PGF 包。当帮助用户在 LaTeX 中绘制流程图、树、图表、自动机、电路、几何图形或任何自定义图表时使用。
通过命令行快速安装 tikz AI 技能到你的开发环境
来源: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 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/igbuend/grimbard --skill tikz用于编程矢量图形和图表的 LaTeX TikZ/PGF 包。当帮助用户在 LaTeX 中绘制流程图、树、图表、自动机、电路、几何图形或任何自定义图表时使用。 来源:igbuend/grimbard。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill tikz 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/igbuend/grimbard