jonathanung/strike

agentic TUI for coding agent workflows

5Stars on the repository
30Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

strike-reviewer

01

jonathanung/strike

Agent Claude Code

Read-only code review of a strike-cli PR or diff. Correctness bugs first (concrete failure scenario), then needless complexity and missed reuse. Posts findings for the issue-handler to put on the PR — never edits code. Use after a PR is open or after review-fix pushes.

5 4d ago A 62 tokens original Apache-2.0

strike-test-writer

02

jonathanung/strike

Agent Claude Code

Writes Go tests only for strike-cli using stdlib testing and repo conventions. Never modifies production code. Use when adding coverage for tools, permissions, protocol, session, config, providers, auth, engine, or TUI.

5 4d ago A 45 tokens original Apache-2.0

strike-tester

03

jonathanung/strike

Agent Claude Code

Runs strike-cli verification only (make test/vet/build, optional race and package-focused go test). Read-only — report failures verbatim, never edit. Use after implementation or when the user asks to validate/test the repo.

5 4d ago A 45 tokens original Apache-2.0

strike-ui-builder

04

jonathanung/strike

Agent Claude Code

Builds and refines strike-cli's TUI — views, panels, modals, pickers, badges, dashboards, and layout/theme work in internal/frontend/tui, internal/frontend/tui/ui, and internal/frontend/tui/theme. Use for any change that touches how the TUI looks or lays out. Not for backend/engine work (internal/engine…

5 4d ago A 100 tokens original Apache-2.0

extra

05

jonathanung/strike

Agent

must not load as portable.

5 4d ago A 5 tokens original Apache-2.0

commit

07

jonathanung/strike

Agent

Stage and create git commits for already-validated work. No source edits, no push. Use via task tool or /agent commit when the user wants commits recorded.

5 4d ago A 33 tokens original Apache-2.0

debugger

08

jonathanung/strike

Agent

Root-cause investigation for failing tests or bugs. Reproduce cheapest-first, may add temporary instrumentation then revert it. Returns diagnosis and minimal fix proposal — does not ship the fix unless asked.

5 4d ago A 38 tokens original Apache-2.0

explore

09

jonathanung/strike

Agent

Fast read-only codebase exploration. Find files, search code, answer where/how questions. Prefer for task tool when the parent only needs locations and short conclusions.

5 4d ago A 32 tokens original Apache-2.0

general

10

jonathanung/strike

Agent

General-purpose subagent for multi-step research and execution when no specialist fits. Full tool access (subject to permissions). Use for bounded parallel slices via the task tool.

5 4d ago A 33 tokens original Apache-2.0

orchestrator

11

jonathanung/strike

Agent

Coordinate subagents; don't solo large implementations. Plan → task to specialists → synthesize.

5 4d ago A 18 tokens original Apache-2.0

pr-babysitter

12

jonathanung/strike

Agent

Own an open PR through CI and review. Watch checks, pull failed logs, fix branch failures, push, re-watch. Stop-and-ask on product ambiguity. Not a from-scratch feature implementer.

5 4d ago A 42 tokens original Apache-2.0

tester

13

jonathanung/strike

Agent

Run strike verification only (make test/vet/build, optional race). Report failures verbatim. Never edits code to go green.

5 4d ago A 26 tokens original Apache-2.0

validator

14

jonathanung/strike

Agent

Goal-backward requirements check. Verify acceptance criteria with evidence; report PASS/FAIL/UNVERIFIED. Never implements fixes.

5 4d ago A 25 tokens original Apache-2.0