- Updated MASTER-PROMPT.md: agent count 38→39, bonus agents 3→4 - Updated README.md: bonus agents 2→3, added Superpowers agent - Updated extra-tools/README.md: added agents section with Superpowers agent - Corrected PROACTIVELY agent count from 8 to 7 in README.md
92 lines
2.7 KiB
Markdown
92 lines
2.7 KiB
Markdown
# Extra Tools
|
|
|
|
This folder contains additional scripts that provide alternative workflows or specialized functionality.
|
|
|
|
## 📦 Available Tools
|
|
|
|
### 1. install-claude-customizations.sh
|
|
- **Purpose**: Automated installer for setting up Claude Code customizations
|
|
- **Use Case**: Alternative to interactive installer for scripted/automated setups
|
|
- **Features**:
|
|
- Non-interactive installation
|
|
- Directory structure setup
|
|
- MCP tools installation
|
|
- Plugin configuration
|
|
|
|
### 2. export-claude-customizations.sh
|
|
- **Purpose**: Export/pack existing customizations for backup or transfer
|
|
- **Use Case**: Backup your setup or transfer to another machine
|
|
- **Features**:
|
|
- Creates tar.gz archive of customizations
|
|
- Excludes sensitive API tokens
|
|
- Generates manifest and README
|
|
|
|
### 3. sync-agents.sh
|
|
- **Purpose**: Sync agents with external repositories
|
|
- **Use Case**: Keep agents up-to-date with latest versions
|
|
- **Features**:
|
|
- Git-based agent updates
|
|
- Backup before sync
|
|
- Verification after sync
|
|
|
|
## 🚀 Recommended Installation
|
|
|
|
**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 customizations-only setup** (Claude Code already installed), use the extra-tools installer:
|
|
|
|
```bash
|
|
./extra-tools/install-claude-customizations.sh
|
|
```
|
|
|
|
Or follow **MASTER-PROMPT.md** for manual setup.
|
|
|
|
## 🤖 Agents Included
|
|
|
|
This suite includes 39 specialized AI agents with auto-triggering capabilities:
|
|
|
|
### Bonus Agents (4)
|
|
- **Studio Coach** → Agent coordination ⚡ (PROACTIVELY)
|
|
- **Agent Updater** → Agent updates
|
|
- **Superpowers Agent** → TDD and systematic workflows (PROACTIVELY)
|
|
- **Joker** → Humor injection
|
|
|
|
For a complete list of all agents and their capabilities, see the main [README.md](../README.md) or [MASTER-PROMPT.md](../MASTER-PROMPT.md).
|
|
|
|
## 💡 When to Use These Tools
|
|
|
|
### Use install-claude-customizations.sh when:
|
|
- You need automated/scripted installation
|
|
- You're setting up multiple machines
|
|
- You prefer non-interactive setup
|
|
|
|
### Use export-claude-customizations.sh when:
|
|
- You want to backup your customizations
|
|
- You're transferring to a new machine
|
|
- You need to share your setup with others
|
|
|
|
### Use sync-agents.sh when:
|
|
- You want to update agents from external repos
|
|
- You're tracking agent development
|
|
- You need to rollback agent updates
|
|
|
|
---
|
|
|
|
**Last Updated**: 2025-01-16
|