ollama
Installation
SKILL.md
Ollama (local models)
Official docs
| Topic | URL |
|---|---|
| Ollama | https://ollama.com |
| API | https://github.com/ollama/ollama/blob/main/docs/api.md |
| Modelfile | https://github.com/ollama/ollama/blob/main/docs/modelfile.md |
Agent rules
- Default local stack — Ollama is the fastest path to local inference on Mac/Windows/Linux for harness dev loops.
- Model pick — coding:
qwen2.5-coder,deepseek-coder-v2,codellama; general:llama3.1,mistral. Match VRAM (8GB ≈ 7–8B Q4). - OpenAI-compatible — point tools at
http://localhost:11434/v1when the client supports base URL override. - Never for ship gates — local models OK for explore/draft; verification and customer copy stay on cloud S-tier models per MODEL-ROUTER.
- Privacy — prefer Ollama for secrets-heavy repos when cloud upload is disallowed.