Siesher/opencode-homelab

Local-first AI coding agent stack: OpenCode + llama.cpp + Qwen3.6 with smart context routing

2Stars on the repository
4Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

debugger

01

Siesher/opencode-homelab

Agent

Use when something is broken and the cause isn't obvious — bugs, error stack traces, "works in dev not prod", performance regressions, weird behavior after a change.

2 3mo ago A 34 tokens original MIT

researcher

02

Siesher/opencode-homelab

Agent

Use for any task requiring external research — finding documentation, comparing libraries, looking up release notes, market research, fact-checking. Read-only by design — won't modify files. Auto-delegate when query starts with "find", "research", "look up", "compare", "what is the latest".

2 3mo ago A 61 tokens original MIT

reviewer

03

Siesher/opencode-homelab

Agent

Use to review code changes (diffs, PRs, single files) for bugs, security issues, performance problems, style violations, and missing edge cases. Read-only — produces a review, doesn't fix code.

2 3mo ago A 43 tokens original MIT

tester

04

Siesher/opencode-homelab

Agent

Use to write, run, or debug tests. Auto-discovers test framework (pytest, jest, vitest, go test, cargo test). Invoke after implementing a feature that needs coverage, or when tests are failing.

2 3mo ago A 44 tokens original MIT