test-tracker
1
总安装量
1
周安装量
#53404
全站排名
安装命令
npx skills add https://github.com/flow-club/vibereps --skill test-tracker
Agent 安装分布
mcpjam
1
claude-code
1
kilo
1
junie
1
zencoder
1
Skill 文档
Test Exercise Tracker
Quick Commands
Launch in quick mode (while Claude works):
pkill -f "exercise_tracker.py" 2>/dev/null
./exercise_tracker.py user_prompt_submit '{}'
Launch in normal mode (after task complete):
pkill -f "exercise_tracker.py" 2>/dev/null
./exercise_tracker.py task_complete '{}'
Kill tracker:
pkill -f "exercise_tracker.py"
With specific exercises
Set VIBEREPS_EXERCISES to limit which exercises appear:
VIBEREPS_EXERCISES=squats,jumping_jacks ./exercise_tracker.py user_prompt_submit '{}'
Disable temporarily
Add to hook command:
VIBEREPS_DISABLED=1 ./exercise_tracker.py ...
Check if running
lsof -i :8765
Clear Chrome window cache
If window size is wrong:
rm -rf /tmp/vibereps-chrome