revfactory/claude-code-harness
Agent Claude Code
A coding agent for building an event store, a system that records events such as changes or actions over time.
revfactory/claude-code-harness
Agent Claude Code
A coding agent for building an event store, a system that records events such as changes or actions over time.
revfactory/harness-engineering-with-cc
Agent Claude Code
Agent "tip-curator" from revfactory/harness-engineering-with-cc, covering 역할, 점검 항목 and 산출물.
revfactory/harness-engineering-with-cc
Agent Claude Code
A research assistant for finding verified, practical tips about Claude Code features such as hooks, slash commands, MCP, subagents, skills, settings, and keybindings.
revfactory/harness-engineering-with-cc
Agent Claude Code
Agent "tip-writer" from revfactory/harness-engineering-with-cc, covering 역할, 글쓰기 원칙 and 산출물.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A research procedure for collecting Claude Code tips from official documentation, the official code repository, local settings, and observed sessions.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A format guide for writing Claude Code tip documents in Korean. It defines file names, required front matter, sections, code-block labels, and how to mark unverified details.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A publishing procedure for saving Claude Code tips as Markdown files and maintaining a README index.
revfactory/harness-engineering-with-cc
Agent Claude Code
A commit-message drafting helper that reads staged Git changes and recent commit history. It writes a Conventional Commits-style draft to `_workspace/commit-draft.md`; Conventional Commits is a shared format for describing changes in commit titles.
revfactory/harness-engineering-with-cc
Agent Claude Code
Agent "commit-msg-reviewer" from revfactory/harness-engineering-with-cc, covering commit message reviewer, 핵심 역할, 작업 원칙 and 입출력 프로토콜.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A workflow for creating a Conventional Commits message, a standard format that briefly states the kind of code change made.
revfactory/harness-engineering-with-cc
Agent Claude Code
A read-only code review agent that looks for common security weaknesses, such as SQL injection, exposed secrets, weak encryption, cross-site scripting, and missing authorization checks.
revfactory/harness-engineering-with-cc
Agent Claude Code
A first-pass copy-editing sub-agent for making a limited set of mechanical corrections in a manuscript.
revfactory/harness-engineering-with-cc
Agent Claude Code
A review sub-agent that checks one SKILL.md file for signs that it should be split into smaller skills.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A routing guide for creating database queries about sales and inventory. It sends domain-specific requests to the matching reference while leaving simple queries to be written directly.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A table-cleaning rule that converts columns whose names contain Korean words for sales, amount, or quantity into numbers.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A narrowly defined table transformation that converts values to numbers only in a column named exactly “Q4 매출,” which means “Q4 revenue” in Korean.
revfactory/harness-engineering-with-cc
Agent Claude Code
A review tool for shortening a skill's instructions by finding unnecessary general knowledge, missing project-specific rules, and overly long explanations. A skill is a reusable set of instructions for an coding agent.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A small request router with separate workflows for writing a README, creating a changelog, or drafting a pull request description. A README explains a project, a changelog records notable changes, and a pull request is a proposed code change for review.
revfactory/harness-engineering-with-cc
Agent Claude Code
A grading tool that applies objective checks to an output and reports whether each check passes or fails. It also creates a grading.json file with the results and reasons.
revfactory/harness-engineering-with-cc
Agent Claude Code
A test runner that executes the same prompt in two environments: one with a skill and one without it. It records each run's duration and token count, or labels the token figure as estimated when exact measurement is unavailable.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A CSV summary tool for counting rows, identifying likely column data types, and calculating averages, medians, and standard deviations for numeric columns.
revfactory/harness-engineering-with-cc
Agent Claude Code
A checker for one SKILL.md file, which is a written instruction file for an agent skill. It looks for three stated anti-patterns: an overly large document, missing reference material, and rules without explanations.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A pull-request review coordinator. A pull request is a proposed set of code changes; this tool reviews its diff and changed-file list through separate checks for code quality, security, and tests, then combines the findings.
revfactory/harness-engineering-with-cc
Agent Claude Code
A fact-checking agent that compares quotations and numbers in a book with primary sources, such as official guides or source repositories. It marks claims as PASS or UNVERIFIED when a primary source cannot be accessed.