tip-curator
01revfactory/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
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
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
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
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
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
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
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.
revfactory/harness-engineering-with-cc
Agent Claude Code
A security-focused reviewer for GitHub pull-request changes, using the OWASP Top 10 as its checklist. OWASP Top 10 is a commonly used list of major web-application security risks.
revfactory/harness-engineering-with-cc
Agent Claude Code
A small coding task that turns a retry pseudocode example into an executable Python safety mechanism with dummy components.
revfactory/harness-engineering-with-cc
Agent Claude Code
A rule-based review agent that examines only the changed files and lines in a pull request, a proposed code change. It checks for lint, type, complexity, duplication, and circular-dependency problems without editing the code.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that reviews a pull request's code changes for design problems between related files. It compares both sides of an interface, such as an API handler and the code that calls it.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that turns findings from three code reviewers into proposed patches. It writes unified diff files, which describe source changes, but does not directly edit source files or commit them.
revfactory/harness-engineering-with-cc
Agent Claude Code
A security reviewer for pull-request changes. It looks for common web weaknesses from the OWASP Top 10, leaked secrets, and vulnerable dependencies, and labels findings with CWE identifiers.
revfactory/harness-engineering-with-cc
Agent Claude Code
An API design agent that defines how application endpoints work, including requests, responses, errors, authentication, headers, and cookies.
revfactory/harness-engineering-with-cc
Agent Claude Code
A coding agent for building the server side of a Next.js application. It implements API endpoints, applies database schema changes with Drizzle, and writes unit tests with Vitest.
revfactory/harness-engineering-with-cc
Agent Claude Code
A review agent for checking whether an application's API and user-interface code agree at their connection points.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that designs database tables, indexes, constraints, and draft migration SQL for a PostgreSQL application using Drizzle ORM. A migration is a scripted change that creates or updates the database structure.
revfactory/harness-engineering-with-cc
Agent Claude Code
A project manager for delivering one full-stack feature, such as login, through requirements, design, implementation, verification, and integration.