← スキル一覧に戻る

minion-setup
by felixmanojh
Local LLM minions for Claude Code - offload grunt work to small local models
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: minion-setup description: > Verify Ollama is running and models are configured. Run to diagnose minion issues. allowed-tools: Bash
Minion Setup
Verify environment and diagnose issues.
Quick Check
source .venv/bin/activate && python scripts/minions.py setup
Output
Checking Ollama...
✓ Ollama running with 4 models
- qwen2.5-coder:7b
- deepseek-coder:1.3b
Checking config...
✓ Config loaded: 3 roles
- implementer: qwen2.5-coder:7b (ctx: 32768)
- reviewer: deepseek-coder:1.3b (ctx: 16384)
✓ Setup OK
If Setup Fails
Ollama not running
ollama serve &
No models
ollama pull qwen2.5-coder:7b
Missing venv
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Model Presets
| Preset | Models | Size |
|---|---|---|
| lite | qwen2.5-coder:7b | ~5GB |
| medium | qwen2.5-coder:7b + deepseek-coder:1.3b | ~6GB |
| large | qwen2.5-coder:14b + deepseek-coder:33b | ~35GB |
Change preset in llm_gc/config/models.yaml:
preset: medium
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です