pcx-wavepcx-waveCommunityยท1 Agent Skills Included

vibe-skill

Delegate coding tasks to cheaper models and review diffs

Delegates coding tasks from Claude Code to cheaper models like Mistral or DeepSeek, then reviews the resulting git diff. Cuts token costs and context bloat by keeping file reads out of the main session, with savings growing past four files per task. Includes auto-delegation toggles, model switching, cost reports, and failure recovery for reliable hands-off implementation.
npx skills add pcx-wave/vibe-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’