什麼是 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