English | 中文
A collection of utility scripts for various vibe coding tools.
vibe-coding-script/
├── claude-code/
│ ├── setup.sh # ⭐ One-click install
│ ├── auto-approve/ # Bash auto-approve
│ ├── iterm-status/ # Tab color & title indicator
│ ├── iterm-monitor/ # Session dashboard
│ ├── dashboard/ # Terminal TUI dashboard
│ └── skills/
│ └── fix-review/ # Skill: auto-fix GitLab MR reviews
├── README.md
└── README_CN.md
git clone https://github.com/calmkart/vibe-coding-script.git
cd vibe-coding-script/claude-code
./setup.sh install --lang zh # Install all (Chinese)
./setup.sh install # Install all (English)
./setup.sh install auto-approve # Install specific featureFeatures:
- auto-approve — Bash commands run without manual confirmation
- iterm-status — iTerm2 tab color & title changes by Claude Code status
- iterm-monitor — Per-project badges, status bar overview, click-to-navigate dashboard
- dashboard — Terminal TUI for session monitoring, history browsing, usage stats & conversation search
- skills/fix-review — Custom skill: read GitLab MR review comments and auto-fix code
See claude-code/README.md for details.
Contributions welcome. Please follow the existing directory structure.
MIT