verifier
121revfactory/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.
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.
revfactory/claude-code-harness
Command Claude Code
Command "fix-bug" from revfactory/claude-code-harness, covering fix bug, arguments and instructions.
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.
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.
revfactory/claude-code-harness
Command Claude Code
Command "refactor" from revfactory/claude-code-harness, covering refactor, arguments and instructions.
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.
revfactory/claude-code-harness
Agent Claude Code
A checking agent that compares README format tokens and example output with the behaviour of the actual source code.
revfactory/claude-code-harness
Agent Claude Code
An agent focused on analysing application programming interfaces (APIs), which let software systems communicate with each other.
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.
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.
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.
revfactory/claude-code-harness
Agent Claude Code
A specialised coding agent for core-builder work, with defined responsibilities, tools, and outputs.
revfactory/claude-code-harness
Command Claude Code
Command "build-blog" from revfactory/claude-code-harness, covering build blog and instructions.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.