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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
revfactory/claude-code-harness
Skill Claude CodeCodex
A guide to designing a bytecode compiler and stack-based virtual machine for MiniLang, a small programming language.
revfactory/claude-code-harness
Agent Claude Code
Agent "cqrs-api-builder" from revfactory/claude-code-harness, covering cqrs api 빌더 에이전트, 역할, 책임, 도구 and 산출물.