revfactory/skills
Skill Claude CodeCodex
Create black and white A4 printable documents (흑백 A4 인쇄물) following professional design guidelines optimized for grayscale printing. Use when creating workshop handouts, educational materials, worksheets, checklists, meeting documents, or any A4 printable materials (워크샵 핸드아웃, 교육 자료, 워크시트, 체크리스트). Automatically applies…
revfactory/skills
Skill Claude CodeCodex
A one-to-one conversation skill for reviewing and improving Claude agents. It lets you choose an agent, discuss its role and rules through a role-play conversation, and apply the resulting changes to its definition file.
revfactory/skills
Skill Claude CodeCodex
A research skill that assembles a team of specialized agents to investigate a topic and write a report. It can cover companies, people, media reactions, communities, competitors, and background research for written content.
revfactory/skills
Skill Claude CodeCodex
A skill for designing and creating agents with three parts: a role, behavior traits, and written policies. It turns eight adjustable behavior tendencies into concrete rules and saves the result as a Claude agent definition file.
revfactory/skills
Skill Claude CodeCodex
An OpenAI Codex command-line skill for running a coding agent from a terminal. A terminal is a text-based interface for running commands, and this skill supports non-interactive jobs, code reviews, resumed sessions, and MCP server setup.
revfactory/skills
Skill Claude CodeCodex
An OpenAI Codex CLI skill for creating images through Codex’s built-in image-generation tool. It supports single-image and batch generation, including several images at once.
revfactory/skills
Skill Claude CodeCodex
A Google Gemini skill for generating and editing images from text or existing images. It supports Nano Banana image models and tasks such as infographics, logos, product mockups, comics, and storyboards.
revfactory/skills
Skill Claude CodeCodex
An image-generation and editing skill built around OpenAI's GPT Image 2 model. It supports creating images from text and editing images with masks or other references.
revfactory/skills
Skill Claude CodeCodex
Use this skill whenever the user wants to do anything with HWP or HWPX files. This includes reading or extracting text/tables/images from HWP files, converting HWP to markdown or other formats, creating HWPX files from markdown/text, parsing HWP binary (OLE2/CFB) or HWPX (ZIP/XML) formats, and handling Korean document…
revfactory/skills
Skill Claude CodeCodex
A prompt-design skill for generating realistic photographs, especially portraits. It provides instructions and checks intended to make images look more like casual smartphone or social-media photos than polished advertisements.
revfactory/skills
Skill Claude CodeCodex
A web-crawling skill that uses Playwright, a browser-automation tool, to collect data quickly from websites. It can find hidden JSON APIs, handle pagination or infinite scrolling, save results to files, and check data quality.
revfactory/skills
Skill Claude CodeCodex
Write comprehensive XML-structured project specifications (build plans / PRDs) for software projects. Use when a user wants to create a build plan, project spec, technical specification, PRD, or detailed requirements document for an application they want built — or wants to spec a new feature for an existing codebase…
revfactory/skills
Skill Claude CodeCodex
A skill for creating new Spring Boot projects through Spring Initializr, the official project-starting service for Spring Boot applications.
revfactory/claude-code-harness
Command Claude Code
Command "evaluate" from revfactory/claude-code-harness, covering evaluate - 산출물 평가, arguments, instructions and 출력 예시.
revfactory/claude-code-harness
Command Claude Code
A command that runs an experiment comparing a Claude Code Harness setup with one that does not use the Harness. An experiment of this kind measures differences between the two conditions.
revfactory/claude-code-harness
Command Claude Code
Command "report" from revfactory/claude-code-harness, covering report - 실험 보고서 생성, arguments and instructions.
revfactory/claude-code-harness
Command Claude Code
A command for running Harness A/B experiments on difficult cases 011–015. A/B testing compares two approaches to see how their results differ.
revfactory/claude-code-harness
Agent Claude Code
A coding agent that designs an MVC structure for an Express TODO REST API and creates the initial project scaffold. MVC separates data handling, request logic, and application flow into distinct parts.
revfactory/claude-code-harness
Agent Claude Code
A coding agent that implements the routes, controllers, models, and middleware for a TODO REST API. These parts define the API's URLs, request handling, data representation, and shared request processing.
revfactory/claude-code-harness
Agent Claude Code
A coding agent that writes and runs Jest tests for a TODO REST API. Jest is a JavaScript testing tool, and edge cases are unusual or boundary inputs that can expose bugs.
revfactory/claude-code-harness
Command Claude Code
Command "create-api" from revfactory/claude-code-harness, covering create rest api, arguments and instructions.
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.
revfactory/claude-code-harness
Agent Claude Code
An analysis-focused coding agent. The available description identifies its role, responsibilities, tools, and outputs but does not explain their specific details.
revfactory/claude-code-harness
Agent Claude Code
A code-fixing agent for an AsyncCache race condition, where overlapping asynchronous operations can interfere with shared data.