← Browse

@mathruffian-dot/codex-lazy-packs

A

Codex 懶人包全集 — 環境建置、MCP 串接、技能安裝、設定同步。說「Codex 懶人包」「安裝 Codex 懶人包」時載入。

skillclaude

Install

agr install @mathruffian-dot/codex-lazy-packs --target claude

Writes 19 files into .claude/skills/, pinned to git-cbffbb30.

  • .claude/skills/codex-lazy-packs/.gitignore
  • .claude/skills/codex-lazy-packs/00-環境建置.md
  • .claude/skills/codex-lazy-packs/01-連接-NotebookLM.md
  • .claude/skills/codex-lazy-packs/01.5-Codex必裝Skills與Plugins.md
  • .claude/skills/codex-lazy-packs/02-連接-GitHub.md
  • .claude/skills/codex-lazy-packs/02.5-連接GitHub與Obsidian.md
  • .claude/skills/codex-lazy-packs/03-建立第二大腦-Obsidian.md
  • .claude/skills/codex-lazy-packs/04-第二大腦設定指南.md
  • .claude/skills/codex-lazy-packs/04-連接-Supabase-資料庫.md
  • .claude/skills/codex-lazy-packs/04.5-連接-Firebase-資料庫.md
  • .claude/skills/codex-lazy-packs/05-安裝本地AI-Ollama.md
  • .claude/skills/codex-lazy-packs/06-設定Gemini免費API.md
  • .claude/skills/codex-lazy-packs/07-初始化班級工具工作模式.md
  • .claude/skills/codex-lazy-packs/08-用Image Gen Skill在Codex生圖.md
  • .claude/skills/codex-lazy-packs/09-用chezmoi同步Codex設定.md
  • .claude/skills/codex-lazy-packs/CLAUDE.md
  • .claude/skills/codex-lazy-packs/LICENSE
  • .claude/skills/codex-lazy-packs/README.md
  • .claude/skills/codex-lazy-packs/SKILL.md

Document


name: codex-lazy-packs description: Codex 懶人包全集 — 環境建置、MCP 串接、技能安裝、設定同步。說「Codex 懶人包」「安裝 Codex 懶人包」時載入。

Codex 懶人包 — AI Agent 自動安裝入口

當使用者給你這個 repo 網址並說要安裝時:

步驟一:列出可用懶人包

編號Skill 名稱說明
00codex-env-setupCodex Desktop、Node.js LTS、uv;CLI 選用,不處理 GitHub
01codex-notebooklm連接 NotebookLM MCP
02codex-essentials初學者必裝 Skills 與 Plugins
03codex-github連接 GitHub CLI
04codex-github-obsidianGitHub + Obsidian 整合
05codex-obsidian連接 Obsidian(資料夾授權 / MCPVault)
06codex-second-brain第二大腦三層結構
07codex-supabase連接 Supabase
08codex-firebase連接 Firebase
09codex-ollama本地 AI Ollama
10codex-geminiGemini 免費 API
11codex-workspace專案初始化工作模式
12codex-draw生圖指引(內建 + API)
13codex-chezmoi跨電腦同步 Codex 設定
14codex-install-all一次安裝全部

步驟二:讓使用者選擇

問:「你要安裝哪些?輸入全部或編號組合(例如 00, 01, 03, 05)。」

將編號轉成上表的完整 Skill 名稱。若使用者只選 00,不得順便執行 GitHub 安裝或帳號檢查。

步驟三:依序安裝

npx skills add mathruffian-dot/codex-lazy-packs --skill <完整 Skill 名稱> --full-depth -g -y

例如只安裝環境建置:

npx skills add mathruffian-dot/codex-lazy-packs --skill codex-env-setup --full-depth -g -y

--full-depth 不可省略;repo 根目錄已有入口 SKILL.md,省略時安裝器只會看到入口 Skill。

若無法使用 npx skills add,改手動讀取 skills/00-env-setup/SKILL.md 等對應檔案執行。

步驟四:回報

每項回報 ✅/⚠️/❌,最後列總表。

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-cbffbb307e162026-07-31