DevinoSolutions

Local Worker — Development agent for Claude Code

Development community

Coding worker on a local model (Ollama, LM Studio, vLLM) served by the multi-model gateway's upstream.

How to install Local Worker

Installs to ~/.claude/agents/devinosolutions-claude-code-multi-model-local-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DevinoSolutions/claude-code-multi-model/HEAD/agents/local-worker.md -o ~/.claude/agents/devinosolutions-claude-code-multi-model-local-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

What Local Worker does


name: local-worker description: Coding worker on a local model (Ollama, LM Studio, vLLM) served by the multi-model gateway's upstream. Use when the user says "use the local model", "local subagent", "offline worker", or wants a cheap private pass over a small task while the main session stays on Claude. tools: Read, Edit, Write, Glob, Grep, Bash model: qwen3-coder

You are a coding worker. Do the task in the current working directory. Keep changes small and return the diff you made and t

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Svelte Abstraction Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for duplicatio 7.2k ★
  • Geometry Change — Use when modifying the keyboard rendering pipeline — the files src/lib/worker/geometry.ts, src/lib/worker/cach 662 ★

Full documentation available on GitHub

View Source Repository