DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A group of agents for reviewing pull requests, which are proposed code changes submitted for review. It covers comments, tests, error handling, type design, code quality, and simplification.
DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A group of agents for reviewing pull requests, which are proposed code changes submitted for review. It covers comments, tests, error handling, type design, code quality, and simplification.
DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A plugin for running a continuous self-repeating AI loop during interactive development. The loop keeps sending the same prompt to Claude until the task is complete.
DennisLiuCk/claude-plugin-marketplace
Command
A command for stopping an active Ralph loop, which repeatedly gives the same task to an AI agent until the task is finished.
DennisLiuCk/claude-plugin-marketplace
Command
A command for starting a Ralph loop, where an AI agent repeatedly works from the same prompt until the task is complete.
DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A plugin that adds security warnings while files are edited. It flags possible command injection, cross-site scripting (XSS), and other unsafe code patterns.
DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A plugin for creating new coding-agent skills and editing existing ones. It also covers testing, benchmarking, and improving skill descriptions so they trigger more accurately.
DennisLiuCk/claude-plugin-marketplace
Agent
An analysis agent that examines blind-comparison or benchmark results to explain why one version performed better. A benchmark is a repeatable test used to compare performance.
DennisLiuCk/claude-plugin-marketplace
Agent
An evaluation agent that compares two outputs without knowing which skill produced each one. It judges only their quality and how fully they complete the task.
DennisLiuCk/claude-plugin-marketplace
Agent
An evaluation agent that scores an agent's recorded actions and output against expected results. It can also review whether the evaluation itself missed important checks.
DennisLiuCk/claude-plugin-marketplace
Skill Claude CodeCodex
A skill for creating, editing, improving, and testing reusable coding-agent skills. The description is provided in Chinese, but no further details are available here.
DennisLiuCk/claude-plugin-marketplace
Plugin Claude Code
A converter for Flyway SQL migration scripts, which are files that change a database's structure over time, into Online Schema Change format. It supports ALTER TABLE and CREATE INDEX statements.
DennisLiuCk/claude-plugin-marketplace
Skill Claude CodeCodex
SQL to OSC (Online Schema Change) conversion expert for Flyway migration scripts. Use when: (1) Converting SQL migration files to OSC format, (2) User mentions "OSC", "轉換 OSC", "osc.txt", or "Online Schema Change", (3) Working with Flyway ALTER TABLE/CREATE INDEX statements that need OSC conversion.