davidYichengWei/Agency

An agent harness that turns you into a manager of autonomous digital engineers.

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

implementer

01

davidYichengWei/Agency

Agent

Implements code changes in an isolated context. Use for all implementation work — each task from tasks.md gets dispatched to an implementer. Independent tasks can run in parallel across multiple implementers.

5 4mo ago A 41 tokens original MIT

researcher

02

davidYichengWei/Agency

Agent

Read-only codebase exploration. Use when you need to investigate code architecture, trace call chains, analyze module dependencies, or gather context for planning and design. Returns summarized findings, not raw file contents.

5 4mo ago A 43 tokens original MIT

davidYichengWei/Agency

Agent

Use for reviewing low-level systems diffs (storage engines, distributed protocols, lock/memory/transaction code, critical runtime paths) where a change adds or modifies control-flow branches — allow-paths, fallbacks, type guards, nullability checks, trust boundaries exported to other subsystems. Best when subtle…

5 4mo ago A 134 tokens copy · 91% MIT

validator

08

davidYichengWei/Agency

Agent

Per-finding code-review validator. Dispatched in parallel (one per finding) after reviewers return. Reads the cited code fresh, attempts a concrete reproduction or cites an exact rule, and renders a verdict with a confidence score and an optional committable suggestion.

5 4mo ago A 54 tokens original MIT