LeeJuOh
UserComplete Claude Code plugin marketplace — agents, skills, hooks, commands, rules, MCPs.
Categories
Indexed Skills (40)
e2e-test
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.
duck-orient
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", "이 레포 처음이야".
fetch-sitemap
Extract URLs from an XML sitemap with optional regex filtering
secret-setup
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 hook", "protect credentials", or "clean up mcp secrets".
fact-check
Verify factual accuracy of a document against the codebase and git history. Use when asked to verify, fact-check, or audit claims in a report or document. Accepts a file path or auto-detects the most recent HTML report.
sync-references
Pull latest changes from origin for all git repos under a directory. Use when asked to update, sync, or pull reference projects.
claw-mo-manage
Manage mo markdown viewer — check status, add/remove patterns and groups, refresh, stop servers, reset. Use when checking mo status, modifying watch patterns, or troubleshooting.
claw-mo-open
Open a specific markdown file, directory, or piped content in mo. Use when the user wants to quickly view one markdown file, add a file to mo, pipe markdown to the viewer, or preview a specific document.
claw-mo-setup
Configure mo markdown viewer for the current project. Use when the user wants to set up doc watching, configure mo patterns, initialize claw-mo for a project, or set up markdown viewer groups.
claw-mo-up
Start or reopen the mo markdown viewer for the current project. Use when mo is already configured and the user wants to view docs, start mo, open documentation viewer, or preview markdown.
claw-mux
Control cmux terminal topology and I/O — send commands to panes, read output, split layouts, monitor logs, orchestrate multi-pane workflows. Requires cmux environment.
cmux-browser
Browser automation with cmux embedded webviews (not Chrome/Chromium). Use when $CMUX_WORKSPACE_ID is set and you need to open sites, interact with pages, wait for state changes, or extract data. Snapshot/ref workflow for reliable element targeting.
cmux-markdown
Open markdown files in a cmux formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists). Requires cmux environment ($CMUX_WORKSPACE_ID).
codex-adversarial
Run Codex adversarial review — actively tries to break confidence in the change. Use when asked "adversarial review", "적대적 리뷰", or wants thorough security/correctness challenge.
codex-rescue
Delegate an implementation task to Codex, then Claude reviews the result. Use when asked "codex rescue", "codex 위임", "코덱스한테 시켜", or wants Codex to implement or fix something.
codex-research
Deep-dive research using Codex with Claude's cross-model synthesis. Use when asked "codex research", "codex 리서치", "딥다이브". Not for code review or plan verification.
codex-result
Show the final stored result of a completed Codex job. Use when asked "codex result", "코덱스 결과", "작업 결과 보여줘", or wants output from a finished job.
codex-review
Run Codex code review with Claude's independent double-check. Use when asked "codex review", "codex 리뷰", or wants Codex to review code changes. For adversarial review use /codex-adversarial.
codex-setup
Check Codex CLI, auth, Official plugin status, and configure defaults. Use when asked "codex setup", "codex 설정", "코덱스 설치", or when another codex-advisor skill reports setup issues.
codex-status
List active and recent Codex jobs plus stored review files. Use when asked "codex status", "진행중인 코덱스", or wants to see Codex job state.
codex-verify
Verify a plan or document using Codex as independent reviewer with PASS/FAIL verdict. Use when asked "codex 검수", "verify this plan", "플랜 검수".
notebooklm-manager
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.
duck-design
Pre-coding design sketch with the rubber duck — runs BEFORE implementation. Use when user states implementation intent ("구현해줘", "build me X") and no code exists yet, or says "duck design" / "sketch first". Not for code already written — use /duck-verify or /duck-review.
duck-plan
Plan-review session with the rubber duck — verify the user understands decisions and trade-offs before execution. Use after a plan/spec/RFC was produced, or when they say "duck plan", "이 플랜 검수해". Not for plan authoring or code review.
duck-review
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", "리뷰 전에 점검". Not for code-level explanation (/duck-verify) or plan review (/duck-plan).
duck-verify
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", "재확인해줘". Not for plan review (/duck-plan) or PR review (/duck-review).
duck
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-design, /duck-plan, /duck-verify, /duck-review, or /duck-orient.
gemini-fetch
Fetch web content from URLs using Gemini CLI when WebFetch fails or is blocked (403, rate-limited, bot-blocked sites). Use on "unable to fetch" errors or when user asks to fetch via Gemini.
handoff
Distill session into a resumption-ready handoff document
setup-aliases
Discover, choose, and rewrite backend-specific VibeProxy cc-* aliases for Claude Code. Use when setting up, resetting, or auditing VibeProxy aliases for Codex, Copilot, Antigravity, Gemini, Qwen, or Z.AI GLM.
context-health-visual
Diagnose Claude Code environment health — context budget, description obesity, trigger collisions, hooks, MCP, plugins, CLAUDE.md, memory, and skill-security scan. Use when asked to audit the environment, check context budget, review plugins, or scan installed skills for risky patterns.
diff-visual
Visualize git diffs as interactive HTML reports with architecture diagrams and change analysis. Use when asked to visualize, review, or summarize a diff, branch, commit, or PR. Accepts branch names, commit hashes, HEAD, PR numbers, or commit ranges.
doc-visual
Convert any markdown document into a diagram-enriched visual HTML report. Use when asked to visualize, illustrate, or create a visual report from a document with diagrams. Single md file input. Also trigger when: "make this document visual", "add diagrams to this doc", "turn this markdown into a report", "visualize this README/ADR/spec", or any request to render a document with embedded diagrams.
plugin-visual
Analyze agent extensions and generate self-contained HTML wiki reports with security audit and architecture diagrams. Use when asked to analyze, audit, or document a plugin. Triggers on GitHub plugin URLs or local plugin paths.
report-manager
Manage and refine vision-powers reports: list, open, delete, search, and refine sections. Use when asked to list, open, delete, search, or update generated HTML reports.
worktree-config
Configure worktree-plus via git config — set baseBranch, branchPrefix, dirBase, or reset. Use when the user asks to configure worktree-plus, view or change worktree settings, or reset the plugin config.
claw-mo-down
Stop the mo markdown viewer server for the current project. Use when the user says claw-mo-down, wants to stop mo, shut down doc viewer, or kill mo server.
codex-cancel
Cancel an active background Codex job. Use when asked "codex cancel", "코덱스 취소", "작업 중단", or wants to stop a running Codex task.
auto-optimize
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).
skill-creator-pro
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 triggering accuracy. Also trigger on "make a skill", "skill for X", "improve my skill", "turn this into a skill", or capturing a workflow as a reusable skill.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.