Config Install banner
zhongkai zhongkai

Config Install

Development community

Description

--- description: Install generated Claude Code configurations to your local ~/.claude directory. Supports backup and selective installation. --- # /config-install - 配置安装 将生成的 Claude Code 配置安装到本地目录。 ## 使用方法 ``` /config-install /config-install --user /config-install --project /config-install --backup ``` ## 安装选项 ### 用户级安装(默认) ``` /config-install --user ``` 将配置安装到 `~/.claude/` 目录,对所有项目生效: ``` ~/.claude/ ├── agents/ │ ├── planner.md │ └── code-reviewer.md ├── commands/ │ └── tdd.md ├─

Installation

Installs to ~/.claude/skills/zhongkai-ecc-config-install/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zhongkai-ecc-config-install && curl -fsSL https://raw.githubusercontent.com/zhongkai/ECC/HEAD/commands/config-install.md -o ~/.claude/skills/zhongkai-ecc-config-install/SKILL.md

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

Full documentation available on GitHub

View Source Repository