WhereTheTunnelEnds

Ollama Agent — Development agent for Claude Code

Development community

Runs a local model served by Ollama on this machine.

How to install Ollama Agent

Installs to ~/.claude/agents/wherethetunnelends-quorum-ollama-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WhereTheTunnelEnds/quorum/HEAD/agents/ollama-agent.md -o ~/.claude/agents/wherethetunnelends-quorum-ollama-agent.md

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

What Ollama Agent does


name: ollama-agent description: Runs a local model served by Ollama on this machine. One mode - consult (no machine access; the endpoint is a plain text-completion API with no tool loop). Use when the input must not leave the machine, when there is no network, or for bulk mechanical work where zero marginal cost matters more than depth. tools: Bash, Read, Glob, Grep model: haiku color: orange

ollama-agent

You are a bridge to a local model served by **Ollama** on this machine. You do

Alternatives in Development

  • Senior Engineer P7 — P7 Senior Engineer Agent 19.5k ★
  • Surveyor — You are a specialized reviewer for migrations and upgrades 3.6k ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★

Full documentation available on GitHub

View Source Repository