# Cc Env Setup

> Claude Code 環境建置（Node.js, uv）。說「建置環境」「安裝開發環境」時載入。

- Skill: `mathruffian-dot/cc-env-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mathruffian-dot/cc-env-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mathruffian-dot/cc-env-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mathruffian-dot (https://skillmd.com/u/mathruffian-dot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mathruffian-dot/cc-env-setup

---


# Claude Code 環境建置

## 步驟
檢查 `node --version; uv --version`，補裝缺少的工具。

| 工具 | Windows | macOS | Linux |
|------|---------|-------|-------|
| Node.js | `winget install OpenJS.NodeJS` | `brew install node` | `curl -fsSL https://deb.nodesource.com/setup_20.x \| bash - && apt install nodejs -y` |
| uv | `powershell -c "irm https://astral.sh/uv/install.ps1 \| iex"` | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |

最終驗證所有版本。回報格式：已安裝/已補裝清單 + 版本號。

