revfactory

336 mods across 17 repositories, 12k stars between them.

integration-tester

145

revfactory/claude-code-harness

Agent Claude Code

An end-to-end integration test suite for five order scenarios: success, insufficient stock, payment failure, simultaneous orders, and timeout. End-to-end tests check the complete flow across connected parts of a system.

118 6mo ago A 0 tokens

saga-builder

146

revfactory/claude-code-harness

Agent Claude Code

A general-purpose SAGA orchestrator, a component that coordinates a multi-step operation across services. It includes steps, compensation actions, timeouts, and compensating transactions that undo earlier work after a failure.

118 6mo ago A 0 tokens

service-builder

147

revfactory/claude-code-harness

Agent Claude Code

A set of four independent services for orders, inventory, payments, and notifications. They communicate only by sending events, which are messages that announce something happened.

118 6mo ago A 0 tokens

microservice-patterns

148

revfactory/claude-code-harness

Skill Claude CodeCodex

Event-driven microservice architecture patterns guide. Use when the user requests implementing microservices, event bus, SAGA pattern, orchestration, compensating transactions, or distributed system coordination.

118 6mo ago A 41 tokens

executor-builder

149

revfactory/claude-code-harness

Agent Claude Code

A collection of core parts for running queries, evaluating expressions, combining results, and storing data. SQL three-valued NULL logic means comparisons can produce true, false, or unknown.

118 6mo ago A 0 tokens

parser-builder

150

revfactory/claude-code-harness

Agent Claude Code

A parser-building component for SQL, the language used to query databases. It tokenizes SQL, turns it into an abstract syntax tree, and supports block comments.

118 6mo ago A 0 tokens

planner-builder

151

revfactory/claude-code-harness

Agent Claude Code

A planning component that creates logical execution plans for database queries. It builds a tree of plan nodes, from scanning table rows to limiting the result set.

118 6mo ago A 0 tokens

query-engine-design

152

revfactory/claude-code-harness

Skill Claude CodeCodex

SQL query engine design and implementation guide. Use when the user requests building a SQL engine, query parser, query planner, or query executor — including in-memory storage, SQL parsing, and query optimization.

118 6mo ago A 44 tokens

convergence-verifier

153

revfactory/claude-code-harness

Agent Claude Code

A checker for CRDT documents, where CRDT means a replicated data structure designed to reach the same result on every copy. It tests whether copies converge after synchronization happens in different orders and after random operations.

118 6mo ago A 0 tokens

sync-builder

154

revfactory/claude-code-harness

Agent Claude Code

A specialised coding agent for synchronisation between a local editor and a remote system. It includes vector clocks, which track the order of changes, a buffer for causally dependent inserts, and a simulator.

118 6mo ago A 0 tokens

crdt-algorithms

155

revfactory/claude-code-harness

Skill Claude CodeCodex

CRDT-based real-time collaborative text editor implementation guide. Use when the user requests implementing CRDTs, real-time collaboration, conflict resolution, RGA algorithm, or convergent replicated data types.

118 6mo ago A 45 tokens

kv-store-builder

156

revfactory/claude-code-harness

Agent Claude Code

A specialised coding agent for building a key-value store, a system that saves and retrieves values by unique keys. The description does not list its exact tools or outputs.

118 6mo ago A 0 tokens

revfactory/claude-code-harness

Agent Claude Code

A builder for a simulated network transport layer, the part of networking software that moves data between endpoints. It also tests scenarios where the network fails.

118 6mo ago A 0 tokens

raft-core-builder

158

revfactory/claude-code-harness

Agent Claude Code

A builder for the core parts of Raft, a consensus algorithm that helps several computers agree on replicated data or actions. It implements Raft nodes, logs, and messages.

118 6mo ago A 0 tokens

raft-consensus-design

159

revfactory/claude-code-harness

Skill Claude CodeCodex

A design and implementation guide for Raft, an algorithm that helps several computers agree on the same ordered record of changes. It covers distributed systems, leader election, consensus, and log replication.

118 6mo ago A 43 tokens

cell-engine-builder

160

revfactory/claude-code-harness

Agent Claude Code

A builder for a spreadsheet engine, the software that stores cells and sheets and calculates formulas. It also implements built-in spreadsheet functions.

118 6mo ago A 0 tokens

revfactory/claude-code-harness

Agent Claude Code

A specialised coding agent for building dependency graphs, diagrams showing which items rely on which others. The description does not list its exact tools or outputs.

118 6mo ago A 0 tokens

revfactory/claude-code-harness

Agent Claude Code

A specialised coding agent for building formula parsers, which read spreadsheet-style expressions and turn them into a form software can evaluate. The description does not list its exact tools or outputs.

118 6mo ago A 0 tokens

revfactory/claude-code-harness

Skill Claude CodeCodex

A design guide for a reactive spreadsheet engine, a spreadsheet that updates dependent cells when inputs change. It covers formula parsing, dependency graphs, incremental recalculation, and built-in functions.

118 6mo ago A 52 tokens

compiler-builder

164

revfactory/claude-code-harness

Agent Claude Code

An agent for building compilers, which are programs that translate source code into another form that computers can run or process. The available description does not specify its particular inputs, outputs, or workflow.

118 6mo ago A 0 tokens

stdlib-builder

165

revfactory/claude-code-harness

Agent Claude Code

A coding agent for building a standard library and debugger. A standard library is the reusable code that comes with a programming system.

118 6mo ago A 0 tokens

vm-builder

166

revfactory/claude-code-harness

Agent Claude Code

A coding agent for building a virtual machine, software that runs programs as if it were a computer.

118 6mo ago A 0 tokens

cqrs-api-builder

168

revfactory/claude-code-harness

Agent Claude Code

Agent "cqrs-api-builder" from revfactory/claude-code-harness, covering cqrs api 빌더 에이전트, 역할, 책임, 도구 and 산출물.

118 6mo ago A 0 tokens