Siesher

4 mods across 1 repository, 2 stars between them.

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