wenqingyu

21 mods across 2 repositories, 184 stars between them.

ralphy-plan

03

wenqingyu/ralphy-openspec

Command Claude Code

You are an AI coding assistant. Convert the user's PRD/requirements into an OpenSpec change proposal with clear, testable acceptance criteria.

182 7mo ago A 0 tokens original BSD-3-Clause

ralphy-validate

04

wenqingyu/ralphy-openspec

Command Claude Code

Command "ralphy-validate" from wenqingyu/ralphy-openspec, covering /ralphy-validate (validate against acceptance criteria), goal, steps and output.

182 7mo ago A 0 tokens original BSD-3-Clause

wenqingyu/ralphy-openspec

Instructions file CodexOpenCode

Instructions for wenqingyu/ralphy-openspec, covering ralphy-openspec agent instructions (opencode), golden rules, workflow, 1) plan (prd -> openspec) and 2) implement (tasks -> code).

182 7mo ago A 483 tokens original BSD-3-Clause

magic-codex

07

wenqingyu/magic-cc-codex-worker

Plugin Claude Code

Parallel Codex workers inside Claude Code — multi-agent orchestration with git worktree isolation, resumable sessions, and dual-model PR review.

2 4mo ago A tokens not measured

magic-codex

08

wenqingyu/magic-cc-codex-worker

MCP server Claude CodeCodexCursor +2

MCP server "magic-codex" as configured in wenqingyu/magic-cc-codex-worker. Runs ${CLAUDE_PLUGIN_ROOT}/dist/index.js with node. Needs 1 environment variable to run.

2 4mo ago A tokens not measured

codex-raw

09

wenqingyu/magic-cc-codex-worker

MCP server Claude CodeCodexCursor +2

MCP server "codex-raw" as configured in wenqingyu/magic-cc-codex-worker. Launched with codex mcp-server.

2 4mo ago A tokens not measured

implementer

10

wenqingyu/magic-cc-codex-worker

Agent

Delegates autonomous implementation work to a Codex agent running in an isolated git worktree. Use when the task is a self-contained code change (bug fix, feature addition, refactor) that can finish without interactive clarification. The Codex agent creates a branch, commits its work, and returns a summary — Claude…

2 4mo ago A 93 tokens

planner

11

wenqingyu/magic-cc-codex-worker

Agent

Delegates planning work to a Codex planner agent (read-only, no worktree). Use when you want a second pass on an implementation plan, or when plan creation itself would consume significant Claude context. The Codex planner returns a structured markdown plan the caller can review, adopt, or reject.

2 4mo ago A 62 tokens

reviewer

12

wenqingyu/magic-cc-codex-worker

Agent

Runs a Codex-powered read-only code review using a SOTA GPT model. Use as a second-opinion reviewer alongside Claude's own review for PRs, contentious diffs, or security-sensitive changes. Useful precisely because it's a different model family — it catches different classes of issues than Claude does.

2 4mo ago A 63 tokens