Skip to content

calmkart/vibe-coding-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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
│   │   └── e2e-guard/        # Skill: auto-generate & run E2E test plans
│   ├── bypass-policy/       # Org policy bypass patcher
│   └── plugins/
│       └── claude-hud/       # Plugin: real-time statusline HUD
├── codex/
│   ├── setup.sh              # ⭐ One-click install
│   ├── auto-approve/         # Full-auto approval mode
│   ├── iterm-status/         # Tab color & title indicator
│   ├── iterm-monitor/        # Session dashboard
│   ├── dashboard/            # Terminal TUI dashboard
│   └── skills/
│       ├── fix-review/       # Skill: auto-fix GitLab MR reviews
│       ├── e2e-guard/        # Skill: auto-generate & run E2E test plans
│       └── grafana-session-debug/ # Skill: refresh Grafana cookie jar from Chrome
├── 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
  • skills/e2e-guard — Custom skill: auto-generate minimal E2E test plans, run with write-operation gating, auto-fix on failure. Supports GitLab CI integration (/e2e-guard mr:123) to auto-fetch build artifact tags via glab or API
  • bypass-policy — Patch Claude Code binary to bypass org-level Statsig policy that disables bypassPermissions mode
  • plugins/claude-hud — One-click install for claude-hud statusline HUD

See claude-code/README.md for details.

Codex (OpenAI)

git clone https://github.com/calmkart/vibe-coding-script.git
cd vibe-coding-script/codex
./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 — Full-auto approval mode (--full-auto / config.toml) without manual confirmation
  • iterm-status — iTerm2 tab color & title changes by Codex 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 — Skill (SKILL.md): read GitLab MR review comments and auto-fix code
  • skills/e2e-guard — Skill (SKILL.md): auto-generate minimal E2E test plans, run with write-operation gating, auto-fix on failure. Supports GitLab CI integration (/e2e-guard mr:123) to auto-fetch build artifact tags via glab or API
  • skills/grafana-session-debug — Skill (SKILL.md): refresh a Grafana cookie jar from the local Chrome session, verify Grafana API access, and debug datasource proxy collection without printing cookie values

See codex/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