revfactory

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

verifier

121

revfactory/claude-code-harness

Agent Claude Code

A verification agent that uses Jest, a JavaScript testing tool, to check an AsyncCache bug fix and test simultaneous operations and regressions.

118 6mo ago A 0 tokens

fix-bug

122

revfactory/claude-code-harness

Command Claude Code

Command "fix-bug" from revfactory/claude-code-harness, covering fix bug, arguments and instructions.

118 6mo ago A 0 tokens

async-debugging

123

revfactory/claude-code-harness

Skill Claude CodeCodex

Analyze and fix race conditions and concurrency bugs in async code. Use when debugging async bugs, fixing race conditions, resolving concurrency issues, or when shared state is accessed by multiple async operations.

118 6mo ago A 41 tokens

refactorer

124

revfactory/claude-code-harness

Agent Claude Code

A code-refactoring agent that reorganises a calc() function using the Strategy pattern and the single-responsibility principle, which keeps each part focused on one job.

118 6mo ago A 0 tokens

refactor

125

revfactory/claude-code-harness

Command Claude Code

Command "refactor" from revfactory/claude-code-harness, covering refactor, arguments and instructions.

118 6mo ago A 0 tokens

refactoring-patterns

126

revfactory/claude-code-harness

Skill Claude CodeCodex

Systematic code refactoring guide with design patterns. Use when refactoring spaghetti code, applying Strategy pattern to conditional branches, extracting functions by SRP, or replacing magic numbers with named constants.

118 6mo ago A 43 tokens

api-analyst

128

revfactory/claude-code-harness

Agent Claude Code

An agent focused on analysing application programming interfaces (APIs), which let software systems communicate with each other.

118 6mo ago A 0 tokens

doc-writer

129

revfactory/claude-code-harness

Agent Claude Code

An AI agent role focused on writing documentation. The available description identifies its role and outputs but does not provide further implementation details.

118 6mo ago A 0 tokens

api-documentation

130

revfactory/claude-code-harness

Skill Claude CodeCodex

Write accurate and complete library API documentation. Use when creating API docs, README files, or function reference documentation. Ensures all signatures, parameters, return types, and examples are precise.

118 6mo ago A 41 tokens

cli-builder

131

revfactory/claude-code-harness

Agent Claude Code

A specialised coding agent for building command-line interfaces, with defined responsibilities, tools, and outputs. A command-line interface is a program controlled by typed terminal commands.

118 6mo ago A 0 tokens

static-site-generator

134

revfactory/claude-code-harness

Skill Claude CodeCodex

Build a markdown-based static site generator with zero dependencies. Use when implementing a blog generator, markdown-to-HTML converter, static site build pipeline, or template engine from scratch using pure Node.js.

118 6mo ago A 43 tokens

example-coder

135

revfactory/claude-code-harness

Agent Claude Code

An example-writing agent that creates practical code examples for five state-management libraries. State management is how an application stores and shares changing data.

118 6mo ago A 0 tokens

report-writer

136

revfactory/claude-code-harness

Agent Claude Code

A report-writing agent that grades five libraries from A to F across nine comparison categories and produces an overall matrix and recommendation guide.

118 6mo ago A 0 tokens

researcher

137

revfactory/claude-code-harness

Agent Claude Code

A research agent that systematically collects technical data about five React state-management libraries: Redux Toolkit, Zustand, Jotai, Valtio, and Recoil. React state management is how an application stores and shares changing data.

118 6mo ago A 0 tokens

tech-comparison

138

revfactory/claude-code-harness

Skill Claude CodeCodex

Technology/library/framework comparison analysis guide. Use when the user requests a comparative analysis of multiple technologies, libraries, or frameworks — including feature comparison, bundle size, performance, and recommendation.

118 6mo ago A 40 tokens

error-handler

139

revfactory/claude-code-harness

Agent Claude Code

An error-handling agent for designing MiniLang's error-class hierarchy, tracking line and column numbers, and creating user-friendly error messages. A class hierarchy groups related error types in code.

118 6mo ago A 0 tokens

evaluator

140

revfactory/claude-code-harness

Agent Claude Code

A tree-walking interpreter that visits an abstract syntax tree and executes it. It also provides environments for scope chains and closures, plus built-in functions.

118 6mo ago A 0 tokens

lexer-parser

141

revfactory/claude-code-harness

Agent Claude Code

A lexer and Pratt parser for the MiniLang programming language. A lexer turns source text into tokens, while a parser turns those tokens into an abstract syntax tree, a structured representation of the code.

118 6mo ago A 0 tokens

test-validator

142

revfactory/claude-code-harness

Agent Claude Code

A test and usage layer for a small programming language, with four suites covering the lexer, parser, interpreter, and integration. It also includes example programs and a REPL, an interactive prompt for entering code and seeing results.

118 6mo ago A 0 tokens

interpreter-design

143

revfactory/claude-code-harness

Skill Claude CodeCodex

Programming language interpreter design and implementation guide. Use when the user requests building an interpreter, parser, lexer, or language implementation — including Pratt parsing, AST evaluation, scope chains, and closures.

118 6mo ago A 42 tokens

infra-builder

144

revfactory/claude-code-harness

Agent Claude Code

Shared infrastructure for microservices, including an event bus, correlation IDs, and logging. An event bus sends messages between services; a correlation ID links related messages and logs across one operation.

118 6mo ago A 0 tokens