rhawk117/agentmaster

Claude Code & GitHub Copilot skill. Expensive head, cheap hands, a master decision-maker on a frontier reasoning model that never touches the repository, commanding subagent workers that do all the reading, running, and writing with adversarial gates at both ends.

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

code-analyst

01

rhawk117/agentmaster

Agent

Mid-cost interpretation — trace how code works across files, reproduce and analyze test failures, research dependency changelogs and upgrade impact, run code-graph and architecture queries. Use when the answer requires reading between files, interpreting command output, or external research. Also the escalation target…

1 1mo ago A 65 tokens original MIT

Explore

02

rhawk117/agentmaster

Agent

Read-only codebase exploration — file discovery, code search, structure questions. Overrides the built-in Explore agent to pin automatic exploration to haiku for cost control.

1 1mo ago A 34 tokens original MIT

git-publisher

03

rhawk117/agentmaster

Agent

Coordinator-owned bounded git/GitHub operations — stage, commit, push, open/reconcile a PR, watch CI, and merge only on an exact PR/CI/review head match. Never edits repository files and never force-pushes. Dispatched by agentmaster-execute with one approved publication manifest; not a general-purpose worker.

1 1mo ago A 72 tokens original MIT

implementer

04

rhawk117/agentmaster

Agent

Executes exactly one task group from an approved implementation plan — edits only the files the group owns, runs each task's verification, reports results. Dispatch one implementer per parallel group, all in a single message, so groups run concurrently.

1 1mo ago A 51 tokens original MIT

plan-critic

05

rhawk117/agentmaster

Agent

Fresh-context adversarial review of a draft implementation plan. Dispatched by agentmaster-plan with the goal, constraints, draft skeleton, and evidence ledger. Assumes the plan is wrong and hunts for the flaw, verifying claims against the repository read-only.

1 1mo ago A 54 tokens original MIT

scout

06

rhawk117/agentmaster

Agent

Cheap mechanical retrieval — locate files and symbols, list dependencies and versions, run a single command or test and capture output, extract specific facts from specific files. Use for questions with a definite answer that require no interpretation.

1 1mo ago A 46 tokens original MIT

agentmaster-execute

07

rhawk117/agentmaster

Agent

Executes an approved agentmaster-plan plan end to end. Use after accepting a plan at the Plan Ready for Review prompt — "execute the plan", "run the plan", "build it". Dispatches one implementer subagent per conflict-free parallel group, gates on per-task verification, then performs the full frontier code review…

1 1mo ago A 117 tokens original MIT

agentmaster-plan

08

rhawk117/agentmaster

Agent

Cost-tiered planning coordinator. Use to produce an implementation plan, spec, or root-cause investigation before code changes — multi-file features, bug hunts, refactors, dependency problems. Reasons and decides only; delegates all repository and dependency evidence to scout and code-analyst subagents, stress-tests…

1 1mo ago A 88 tokens original MIT

agentmaster-retro

09

rhawk117/agentmaster

Agent

Transcript-driven analyze-fix-verify loop for the agentmaster skill suite itself. Use after a pipeline run leaves artifacts behind — .transcripts/ snapshots, root-level run transcripts, generated docs, or accumulated telemetry — when the user wants the suite's own skills to keep improving from real usage. Grades…

1 1mo ago A 121 tokens original MIT

agentmaster-review

10

rhawk117/agentmaster

Agent

Cost-tiered adversarial code review. Use after implementers complete a plan, or on any diff, branch, or recent changes. Assumes the code is bad — poorly implemented, doesn't scale, violates YAGNI, SOLID, or DRY, hard to test, badly structured, insecure — and makes it prove otherwise with evidence gathered by scout and…

1 1mo ago A 96 tokens original MIT