By kharonsec
Delegate coding tasks from Claude Code to Mistral Vibe CLI (Devstral 2.1)
Delegate simple coding tasks from Claude Code to Mistral Vibe CLI (powered by Devstral 2.1) for cost-efficient execution.
Enable Claude Code to invoke the Vibe CLI (vibe --prompt) for automated code generation, refactoring, test scaffolding, and other mechanical coding workflows — saving Claude tokens for tasks that actually need them.
vibe CLI installed and available on PATH~/.vibe/.env or as MISTRAL_API_KEY env varvibe --version; resolve any errors before using the skillcurl -LsSf https://mistral.ai/vibe/install.sh | bash
git clone --depth 1 https://github.com/kharonsec/vibe-plugin.git /tmp/skill-vibe-tmp && \
mkdir -p ~/.claude/skills && \
cp -r /tmp/skill-vibe-tmp/plugins/skill-vibe/skills/vibe ~/.claude/skills/vibe && \
rm -rf /tmp/skill-vibe-tmp
If Claude Code's plugin marketplace is available:
/plugin marketplace add kharonsec/vibe-plugin
/plugin install skill-vibe@vibe-plugin
Claude Code will automatically delegate simple tasks to Vibe when the skill is installed. Tasks like boilerplate generation, simple refactors, test scaffolding, and documentation updates will be routed to Devstral 2.1 via the Vibe CLI.
You can explicitly ask Claude to use Vibe:
Use vibe to add JSDoc comments to all files in src/utils/
By default, Vibe's thinking tokens (stderr) are suppressed with 2>/dev/null to avoid
bloating Claude Code's context window. If you want to see them for debugging, ask Claude
to show Vibe's thinking output.
Devstral 2.1 API pricing: $0.40/M input tokens, $2.00/M output tokens. Typical simple tasks cost $0.01-0.10 — significantly cheaper than using Claude for mechanical work.
vibe --prompt "..." --max-turns N --max-price $XMIT License
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kharonsec/vibe-plugin --plugin skill-vibeToken-efficient vibe-coding pipeline with hard guardrails: brainstorm, plan, isolate, exec, verify, review, integrate. Halts on 'Expected' mismatches instead of committing bad work.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Claude Code settings and skills for spec-driven development workflows
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.