Skill Update
Description
--- description: 更新 cc-use-exp 配置体系到最新版本 --- # cc-use-exp 更新器 更新已安装的 cc-use-exp 配置体系到最新版本。 --- ## 执行步骤 ### 第 1 步:检查安装状态 ```bash INSTALL_DIR="$HOME/.claude/external/cc-use-exp" if [ ! -d "$INSTALL_DIR" ]; then echo "❌ 未检测到安装" echo "" echo "请先执行 /skill-install 安装配置体系" exit 1 fi echo "📦 检查更新..." echo "" cd "$INSTALL_DIR" # 检查是否是 Git 仓库 if [ ! -d ".git" ]; then echo "❌ 错误:安装目录不是 Git 仓库" echo "建议重新安装:/skill-install" exit 1 fi ``` ### 第 2 步:显示当前版本 ```bash echo "当前版本:" git lo
Installation
Installs to ~/.claude/commands/doccker-cc-use-exp-skill-update.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/doccker/cc-use-exp/HEAD/.claude/commands/skill-update.md -o ~/.claude/commands/doccker-cc-use-exp-skill-update.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development