Skip to content

calmkart/vibe-coding-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Coding Scripts

English | 中文

A collection of utility scripts for various vibe coding tools.

Directory Structure

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

Included Tools

Claude Code

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 feature

Features:

  • 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.

Contributing

Contributions welcome. Please follow the existing directory structure.

License

MIT

About

vibe-conding-script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors