·tikz
</>

tikz

用於編程向量圖形和圖表的 LaTeX TikZ/PGF 套件。當幫助使用者在 LaTeX 中繪製流程圖、樹、圖表、自動機、電路、幾何圖形或任何自訂圖表時使用。

13安裝·0熱度·@igbuend

安裝

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

如何安裝 tikz

透過命令列快速安裝 tikz AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill tikz
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:igbuend/grimbard。

SKILL.md

查看原文

| 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
分類
</>開發工具
認證
收錄時間
2026-02-22
更新時間
2026-03-10

Browse more skills from igbuend/grimbard

快速解答

什麼是 tikz?

用於編程向量圖形和圖表的 LaTeX TikZ/PGF 套件。當幫助使用者在 LaTeX 中繪製流程圖、樹、圖表、自動機、電路、幾何圖形或任何自訂圖表時使用。 來源:igbuend/grimbard。

如何安裝 tikz?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill tikz 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/igbuend/grimbard