vibe-skill
Delegate coding tasks to cheaper models and review diffs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vibe-skill?โผ
Run `npx skills add pcx-wave/vibe-skill --all -g -y` in your terminal to install all skills in this suite globally.
How does vibe-skill reduce coding costs?โผ
It delegates file reads and edits to cheaper models like Mistral or DeepSeek, so your main session only sees a small summary and diff. Past roughly four files per task, delegation becomes significantly cheaper than doing the work directly.
How do I run a delegated coding task?โผ
Type `/vibe` followed by your instruction in Claude Code, for example `/vibe add pagination to the posts route`. The task is decomposed, executed by the delegate model, and reported back as a git diff for your review.
Can I switch which model runs the delegated work?โผ
Yes. Use `/vibe-model-pick <alias>` to override the model for all future runs and `/vibe-model-clear` to return to your config default.
Does vibe-skill work automatically without typing /vibe?โผ
Yes. Run `/vibeon` to enable auto-mode so every coding request is delegated automatically, and `/vibeoff` to turn it off. Check the current state anytime with `/vibestatus`.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core