← All plugins
teams-ollama
v0.1.0Delegate coding tasks to local Qwen models via Ollama
Claude Code1 skill
by bobbymac0updated 5 months ago
Source
git clone https://github.com/bobbymac/teams-ollamaClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
teams-ollama/
├── .claude-plugin/plugin.json└── skills/qwen-delegate/SKILL.md
Skills1
qwen-delegateskills/qwen-delegate/SKILL.md
Core delegation skill that teaches Claude how and when to delegate tasks to local Qwen models via Ollama. Activates when Claude considers offloading work to save costs.
Manifests1
.claude-plugin/plugin.json
{
"name": "teams-ollama",
"version": "0.1.0",
"description": "Delegate coding tasks to local Qwen models via Ollama",
"author": {
"name": "bobbymac"
}
}