This skill implements a delegator pattern that allows a high-capability model (like Claude Sonnet) to orchestrate coding tasks while a more affordable model (like Mistral or DeepSeek) performs the heavy lifting of reading and editing files. This drastically reduces the token overhead on the primary agent.
Ideal for large-scale refactors, repetitive changes across many files, or any coding task where the primary agent would otherwise consume excessive tokens on intermediate file reads.
vibe-delegate tool and a CLI shim for both Claude Code and standalone terminal usage.Primarily built for Claude Code, but includes a CLI wrapper (dot ai delegate) for general terminal use.
This skill has not been reviewed by our automated audit pipeline yet.