revfactory/claude-code-harness

118Stars on the repository
60Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

express-api-design

01

revfactory/claude-code-harness

Skill Claude CodeCodex

Express.js REST API design and implementation guide. Use when implementing REST API endpoints, creating Express routes, or setting up API project structure with MVC pattern.

118 6mo ago A 34 tokens

async-debugging

02

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

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-documentation

04

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

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

tech-comparison

06

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

interpreter-design

07

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

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

query-engine-design

09

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

crdt-algorithms

10

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

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

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