code-yeongyu

150 mods across 13 repositories, 72k stars between them.

refactor

49

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Intelligent refactor command. Triggers: refactor, refactoring, cleanup, restructure, extract, simplify, modernize.

69k +28 today A 29 tokens

remove-ai-slops

50

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Remove AI-generated code smells (slop) from branch changes or an explicit file list. Locks behavior with regression tests FIRST, then runs categorized cleanup via parallel deep agents in batches of 5, then verifies with quality gates. Covers 10 slop categories including performance equivalences, excessive complexity…

69k +28 today A 182 tokens

review-work

51

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Post-implementation review orchestrator. Launches 5 parallel background sub-agents: Oracle (goal/constraint verification), Oracle (code quality), Oracle (security), unspecified-high (hands-on QA execution), unspecified-high (context mining from GitHub/git/Slack/Notion). All must pass for review to pass. MUST USE…

69k +28 today A 125 tokens

ultimate-browsing

52

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Escalation skill for blocked or hard-to-reach web access — load it when a normal browse/fetch is blocked (WAF, 403, Cloudflare, JS-only render, login-gated, or a platform a generic fetcher cannot read). Tiered router: TIER 1 insane-search (headless extraction + WAF bypass via curlcffi TLS impersonation, yt-dlp, Jina…

69k +28 today A 260 tokens

ulw-execute

53

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Execute a Prometheus work plan with Boulder state, evidence ledger updates, worktree discipline, parallel subagents, and Stop-hook continuation. Use after planning when the user says ulw-execute, execute plan, continue plan, resume plan, or asks to run a .omo/plans plan.

69k +28 today A 64 tokens

visual-qa

54

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

MUST USE after building/changing any UI or when asked whether a page, component, or TUI looks right. Rigorous visual QA across web/page, terminal, and paginated-document surfaces. Prefer browser:control-in-app-browser for unauthenticated browser/page QA in Codex, then Playwright/agent-browser/dev-browser. Captures…

69k +28 today A 161 tokens

next-devtools

55

code-yeongyu/lazycodex

MCP server Claude CodeCodexCursor +2

Next.js development tools MCP server with stdio transport. Runs locally from the next-devtools-mcp npm package.

3.4k 23d ago A tokens not measured original MIT

SessionStart

56

code-yeongyu/lazycodex

Hook

Runs when a session starts, executing cli.js via node. From code-yeongyu/lazycodex.

3.4k 23d ago A tokens not measured original MIT

comment-checker

57

code-yeongyu/lazycodex

Skill Claude CodeCodex

Use when Codex needs to understand or respond to automatic comment-checker feedback emitted after an edit-like PostToolUse hook.

3.4k 23d ago A 29 tokens original MIT

code-yeongyu/lazycodex

Skill Claude CodeCodex

Contribute a verified bug fix for LazyCodex, lazycodex-ai, omo-codex, bundled Codex skills, or upstream Codex CLI bugs. Opens a fork PR only for upstream openai/codex; LazyCodex-owned defects become a verified-fix issue on code-yeongyu/lazycodex (never a PR — that repo is a generated distribution mirror). Use when the…

3.4k 23d ago A 129 tokens original MIT

lcx-doctor

59

code-yeongyu/lazycodex

Skill Claude CodeCodex

Diagnose LazyCodex and Codex CLI installation health against the latest sources. Use whenever the user asks for a doctor or health check, says LazyCodex, lazycodex-ai, omo-codex, or Codex behaves oddly after an install, update, or config change, suspects a stale, drifted, or broken setup, or wants the local install…

3.4k 23d ago A 93 tokens original MIT

lcx-report-bug

60

code-yeongyu/lazycodex

Skill Claude CodeCodex

Create a high-signal bug issue or PR in the repo that owns the defect. Use this whenever the user asks to report, file, open, or triage a LazyCodex, lazycodex-ai, omo-codex, Codex plugin, or upstream Codex CLI bug, especially when they need source-backed root cause, reproduction steps, fix guidance, and GitHub routing.

3.4k 23d ago A 85 tokens original MIT

lsp

61

code-yeongyu/lazycodex

Skill Claude CodeCodex

Use when Codex needs language-server diagnostics, definitions, references, symbols, or rename safety checks in the current workspace.

3.4k 23d ago A 27 tokens original MIT

rules

62

code-yeongyu/lazycodex

Skill Claude CodeCodex

Use when the user asks about Codex Rules behavior, injected project rules, supported rule file locations, matching, or environment configuration.

3.4k 23d ago A 28 tokens original MIT

teammode

63

code-yeongyu/lazycodex

Skill Claude CodeCodex

Codex-only team orchestration: run a named team of cooperating Codex workers with durable, script-managed state. MUST USE when the user asks Codex to create, run, coordinate, inspect, archive, or delete a team of agents/threads/sessions, or to work on something as a team in parallel. FIRST inspects the active tool…

3.4k 23d ago A 238 tokens original MIT

ultrawork

64

code-yeongyu/lazycodex

Skill Claude CodeCodex

Binding ultrawork mode directive for omo on Codex. When a prompt contains ultrawork or ulw, the omo UserPromptSubmit hook injects a short bootstrap that points at this file. Read the whole file and follow every rule in it for the rest of the task.

3.4k 23d ago C 62 tokens original MIT

ulw-plan

65

code-yeongyu/lazycodex

Skill Claude CodeCodex

ACTIVATES ONLY on an explicit user request for the ulw-plan workflow: the user themselves saying ulw-plan, ulw plan, /skill:ulw-plan, or asking in their own words for a work plan before coding. NEVER self-activates: a bare ulw/ultrawork run, an agent-side routing decision, or reading this file is not a request, and…

3.4k 23d ago A 204 tokens original MIT

ulw-loop

66

code-yeongyu/lazycodex

Skill Claude CodeCodex

Goal-like loop that uses ultrawork mode to decompose work into systematic, evidence-bound steps.

3.4k 23d ago A 24 tokens original MIT

ast-grep

67

code-yeongyu/lazycodex

Skill Claude CodeCodex

Use ast-grep (sg) for AST-aware code search and rewrite across 25 languages. Trigger for structural code matching or deterministic codemods: find every function/call/class/import shaped like X, rewrite console.log to logger.info, strip as any, migrate require() to import, find empty catch blocks or missing await, and…

3.4k 23d ago A 110 tokens original MIT

code-yeongyu/lazycodex

Skill Claude CodeCodex

MUST USE when asked to find, read, list, search, inspect, fetch, export, or reconstruct coding-agent sessions across Codex, Claude Code/Desktop, OpenCode, Senpi/pi, oh-my-pi (omp), gajae-code (gjc), OpenClaw, Factory Droid, Amp, Gemini/Kimi/Qwen CLIs, Codebuff, Roo/Kilo/Cline, Kodu, Cursor CLI, Aider, Aside…

3.4k 23d ago A 247 tokens original MIT

data-scientist

69

code-yeongyu/lazycodex

Skill Claude CodeCodex

Expert data processing specialist with intelligent DuckDB/Polars selection for maximum performance. Always includes numpy, never uses pandas, runs everything through uv. Triggers: 'analyze the data', 'analyze this file', 'what is in this CSV/parquet/json', 'summarize this', 'group by', 'filter rows', 'sort by', 'join…

3.4k 23d ago A 173 tokens original MIT

debugging

70

code-yeongyu/lazycodex

Skill Claude CodeCodex

MUST USE for any real runtime debugging across ANY language or binary — crashes, silent failures, wrong responses, stuck processes, memory leaks, async misbehavior, unexplained timing, reverse engineering. Runs a hypothesis-driven loop: form ≥3 hypotheses, investigate in parallel, after 2 failed rounds spawn Oracles…

3.4k 23d ago A 248 tokens original MIT

frontend

71

code-yeongyu/lazycodex

Skill Claude CodeCodex

MUST USE for frontend/web UI/UX/visual work: building, styling, redesigning pages/components, React setup, performance audits, visual QA, taste, and polish. Routes four rulesets: design taste router and brand references; perfection for Playwright/Chromium Lighthouse/Core Web Vitals; ui-ux-db palettes/fonts/guidelines…

3.4k 23d ago A 183 tokens original MIT

git-master

72

code-yeongyu/lazycodex

Skill Claude CodeCodex

MUST USE whenever a task needs a commit or git-history investigation. Covers atomic commits, staging, commit-message style, rebase, squash, fixup/autosquash, blame, bisect, reflog, git log -S/-G, and questions like who wrote this or when was this added. Do not use for ordinary code edits unless the user asks for git…

3.4k 23d ago A 81 tokens original MIT