LeeJuOh

60 mods across 1 repository, 51 stars between them.

codex-transfer

25

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Hand off the current Claude Code session to Codex as a resumable thread with full turn history, then continue outside Claude entirely. Use when asked "codex transfer", "move this session to codex", "continue this in codex", "hand this off to codex", or wants to migrate the conversation itself (not delegate one task…

51 2d ago A 86 tokens original MIT

codex-verify

26

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Verify a plan or document using Codex as independent reviewer with PASS/FAIL verdict. Use when asked "codex verify", "verify this plan", "review this doc for issues".

51 2d ago A 42 tokens original MIT

e2e-test-runner

27

LeeJuOh/claude-code-zero

Plugin Claude Code

Run E2E browser tests using natural language test definitions powered by Claude Code SDK and agent-browser with video recording.

51 2d ago A tokens not measured original MIT

e2e-test

28

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Run E2E browser tests from natural language JSON test files using agent-browser. Use when asked to run e2e tests, browser tests, UI tests, end-to-end tests, or test a web application.

51 2d ago A 48 tokens original MIT

chrome-mcp-query

30

LeeJuOh/claude-code-zero

Agent

Queries NotebookLM notebooks in Chrome to extract responses. Use when the orchestrating skill provides a NotebookLM URL and question. The notebooklm-manager skill resolves notebook names to URLs before invoking this agent.

51 2d ago A 44 tokens original MIT

notebooklm-manager

31

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Manages NotebookLM notebooks — query, add, list, search, enable/disable, remove. Use when a notebooklm.google.com URL appears or user mentions NotebookLM. Handles URLs through its own Chrome agent — do not navigate directly. Requires: claude-in-chrome MCP.

51 2d ago A 62 tokens original MIT

rubber-duck-tutor

32

LeeJuOh/claude-code-zero

Plugin Claude Code

Rubber duck tutor that keeps you sharp across the whole AI-coding lifecycle, not just after code lands: /duck-prebuild before you ask AI to build, /duck-verify and /duck-review once it's written and before you ship, /duck-orient when you're new to a codebase, plus /duck for auto-detect. /coach is its teaching sibling…

51 2d ago A tokens not measured original MIT

coach

33

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Senior-engineer coaching session: explains a topic in plain language with one concrete analogy then walks example → exercise → critique; or dissects code just generated in this session section-by-section (what it does / why this way over the obvious alternative / where it breaks first in prod); or surfaces an…

51 2d ago C 109 tokens original MIT

duck-orient

34

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Codebase-orientation session with the rubber duck — generate or refresh .claude/orientation.md with interactive exercises. Use when new to a codebase, returning after a break, or says "duck orient", "I'm new to this repo".

51 2d ago A 53 tokens original MIT

duck-prebuild

35

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Pre-build session with the rubber duck — runs BEFORE implementation, covering both a pre-coding design sketch and plan/spec review. Use when the user states implementation intent ("build this for me", "build me X") with no plan or code yet, when a plan/spec/RFC was just produced, or says "duck design", "duck plan"…

51 2d ago A 100 tokens original MIT

duck-review

36

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

PR/change-review session with the rubber duck — user justifies every change and predicts consequences. Use before commit/push/PR, or when they say "duck review", "check before review". Not for code-level explanation (/duck-verify) or plan review (/duck-prebuild).

51 2d ago A 60 tokens original MIT

duck-verify

37

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Code-verification session with the rubber duck — user explains code just written, finds edge cases, fixes planted bugs. Use after implementing a feature, or when they say "duck verify", "double check this". Not for plan review (/duck-prebuild) or PR review (/duck-review).

51 2d ago A 62 tokens original MIT

duck

38

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Rubber duck tutor — auto-detects which review mode to run. Use when the user says "duck", "tutor", "quiz me", "do I understand this", or mentions rubber-stamping or learning while coding. For a specific phase use /duck-prebuild, /duck-verify, /duck-review, or /duck-orient.

51 2d ago A 74 tokens original MIT

skill-creator-pro

39

LeeJuOh/claude-code-zero

Plugin Claude Code

Create, test, and iteratively improve Claude Code skills with the official lean coaching loop, an eval harness for benchmarking with variance analysis, and automated description-trigger optimization.

51 2d ago A tokens not measured original MIT

auto-optimize

40

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Autonomously optimize any Claude Code skill by running it repeatedly, scoring against binary evals, mutating the prompt, and keeping improvements. Use when: optimize/improve/benchmark/eval a skill, autoresearch, auto-optimize. Not for creating skills from scratch (use skill-creator-pro).

51 2d ago A 65 tokens original MIT

skill-creator-pro

41

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance for Claude Code. Use when users want to create a skill from scratch, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better…

51 2d ago A 102 tokens copy · 86% MIT

analyzer

42

LeeJuOh/claude-code-zero

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

51 2d ago A 0 tokens copy · 100% MIT

grader

44

LeeJuOh/claude-code-zero

Agent

Evaluate expectations against an execution transcript and outputs.

51 2d ago A 0 tokens copy · 100% MIT

toolbox

45

LeeJuOh/claude-code-zero

Plugin Claude Code

Personal utility commands and tools for Claude Code.

51 2d ago A tokens not measured original MIT

handoff

47

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Distill session into a resumption-ready handoff document.

51 2d ago A 14 tokens original MIT

secret-setup

48

LeeJuOh/claude-code-zero

Skill Claude CodeCodex

Extract hardcoded secrets from CLAUDE.md, .mcp.json, and project config into a gitignored env file, then wire a SessionStart hook to load them automatically. Use when user says "separate secrets", "extract API keys", "secret setup", "env var setup", "hardcoded credentials", ".env setup for Claude", "load secrets via…

51 2d ago D 92 tokens original MIT