From c0ffd8dfa514176f1e54e33ae4b57b9cbd3e076c Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sun, 18 Jan 2026 02:15:46 +0400 Subject: [PATCH] Update extra-tools README to reference 4-step auto installer - Added 4-Step Auto Installer as recommended option for new users - Clarified use cases for each installer option - Reorganized installation recommendations by user scenario --- extra-tools/README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/extra-tools/README.md b/extra-tools/README.md index 62f9b7c..b1121c2 100644 --- a/extra-tools/README.md +++ b/extra-tools/README.md @@ -31,13 +31,25 @@ This folder contains additional scripts that provide alternative workflows or sp ## 🚀 Recommended Installation -For most users, use the **Interactive Installer**: +**For new users or if you need Claude Code installed**, use the **4-Step Auto Installer** ⭐: + +```bash +./auto-installer.sh +``` + +This will: +1. Check if Claude Code is installed +2. Install/configure using npx @z_ai/coding-helper +3. Install all customizations (agents, skills, MCPs, plugins, hooks) +4. Offer to launch Claude Code + +**For experienced users**, use the **Interactive Installer**: ```bash ./interactive-install-claude.sh ``` -For automated setups, use the alternative installer: +**For customizations-only setup** (Claude Code already installed), use the extra-tools installer: ```bash ./extra-tools/install-claude-customizations.sh