Skill Uninstall banner
doccker doccker

Skill Uninstall

Development community

Description

--- description: 卸载 cc-use-exp 配置体系(仅 Plugin Marketplace 安装) --- # cc-use-exp 卸载器 卸载通过 Plugin Marketplace 安装的 cc-use-exp 配置体系。 **注意**:此命令仅卸载 Plugin Marketplace 安装,不影响 external 方式安装。 --- ## 执行步骤 ### 第 1 步:检测安装 ```bash # 检查 Plugin Marketplace 安装位置 PLUGIN_CACHE=$(find "$HOME/.claude/plugins/cache" -name "cc-use-exp" -type d 2>/dev/null | head -1) PLUGIN_INSTALLED="$HOME/.claude/plugins/installed/cc-use-exp@cc-use-exp" PLUGIN_MARKETPLACE="$HOME/.claude/plugins/marketplaces/cc-use-exp" if [ -

Installation

Installs to ~/.claude/commands/doccker-cc-use-exp-skill-uninstall.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/doccker/cc-use-exp/HEAD/.claude/commands/skill-uninstall.md -o ~/.claude/commands/doccker-cc-use-exp-skill-uninstall.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository