---
name: TC Update
slug: tc-update
category: DevOps
description: Official update entry for the TC Skill suite. Triggered when the user requests an update, upgrade, reinstall, or sync of the latest TC Skill. Only updates TC-series skills from Leobai03/tc, without modifying other skills or accessing user data.
github: "https://github.com/Leobai03/tc/tree/main/skills/tc-update"
language: Python
stars: 22
forks: 3
install: "npx degit https://github.com/Leobai03/tc/tree/main/skills/tc-update ~/.claude/skills/tc-update"
installs_to: ~/.claude/skills/tc-update
source_path: skills/tc-update/SKILL.md
collection_size: 7
category_size: 798
collection_url: "https://dirskills.com/collections/Leobai03/tc"
added: 2026-08-11T07:22:15.201Z
last_synced: 2026-08-11T07:22:15.201Z
canonical_url: "https://dirskills.com/skills/tc-update"
---

# TC Update

Official update entry for the TC Skill suite. Triggered when the user requests an update, upgrade, reinstall, or sync of the latest TC Skill. Only updates TC-series skills from Leobai03/tc, without modifying other skills or accessing user data.

**Install:**

```bash
npx degit https://github.com/Leobai03/tc/tree/main/skills/tc-update ~/.claude/skills/tc-update
```

## README

# TC Update｜更新 TC

用户已经明确要求更新时，直接执行，不重复确认；宿主需要终端权限时，由用户在权限窗口决定。

## 更新步骤

1. 运行：

   ```bash
   npx -y skills add Leobai03/tc -g --all
   ```

2. 成功后读取仓库根目录 `VERSION`，告诉用户当前版本。当前对话未重新载入 Skill 时，提醒用户新建对话再使用。
3. 失败时只说明最短原因和用户需要处理的网络、权限或 Node.js 问题，不粘贴无关日志。

## 边界

- 只更新 `Leobai03/tc`。
- 不更新用户安装的其他 Skill。
- 不修改用户聊天、业务文件或本地存档。
- 用户只问版本或更新内容时，先回答，不自动执行更新。
