code-yeongyu

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

ulw-loop

121

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

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

18 3mo ago C 24 tokens original MIT

ai-slop-remover

122

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

Removes AI-generated code smells from a SINGLE file while preserving functionality. For multiple files, call in PARALLEL per file.

18 3mo ago A 32 tokens original MIT

debugging

123

code-yeongyu/lazyclaudecode

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…

18 3mo ago A 244 tokens copy · 94% MIT

planing-prometheustic

126

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

Strategic planning consultant that produces decision-complete work plans through Socratic interview, codebase exploration, Metis gap analysis, and optional Momus high-accuracy review. MUST USE when the task has 5+ steps, scope is ambiguous, multiple modules are involved, or the user asks for a plan. Triggers: plan…

18 3mo ago A 104 tokens original MIT

programming

127

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

MUST USE for ANY work on .py .pyi .rs .ts .tsx .mts .cts .go files. One philosophy: strict types, modern stacks (Pydantic v2 / serde+thiserror / Zod / gin+sqlc+pgx+slog), modern toolchains (uv+basedpyright+ruff / cargo+clippy+miri / Bun+Biome+tsc / gofumpt+golangci-lint v2+nilaway+go-race), parse-don't-validate…

18 3mo ago A 261 tokens original MIT

refactor

128

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

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

18 3mo ago A 29 tokens copy · 86% MIT

remove-ai-slops

129

code-yeongyu/lazyclaudecode

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…

18 3mo ago A 182 tokens original MIT

review-work

130

code-yeongyu/lazyclaudecode

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 after…

18 3mo ago A 116 tokens original MIT

start-work

131

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

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

18 3mo ago A 63 tokens original MIT

codex-rules AGENTS.md

132

code-yeongyu/codex-rules

Instructions file CodexOpenCode

Instructions for code-yeongyu/codex-rules, covering repository conventions, style, commands, constraints and don'ts.

11 4d ago A 377 tokens original MIT

SessionStart

133

code-yeongyu/codex-rules

Hook

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

11 4d ago A tokens not measured original MIT

UserPromptSubmit

134

code-yeongyu/codex-rules

Hook

Runs when you submit a prompt, before the agent sees it, executing cli.js via node. From code-yeongyu/codex-rules.

11 4d ago A tokens not measured original MIT

PostToolUse

135

code-yeongyu/codex-rules

Hook

Runs after a tool call finishes for ^apply_patch$ tool calls, executing cli.js via node. From code-yeongyu/codex-rules.

11 4d ago A tokens not measured original MIT

PostCompact

136

code-yeongyu/codex-rules

Hook

Runs after the context is compacted for manual and auto tool calls, executing cli.js via node. From code-yeongyu/codex-rules.

11 4d ago A tokens not measured original MIT

rules

137

code-yeongyu/codex-rules

Skill Claude CodeCodex

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

11 4d ago A 28 tokens copy · 89% MIT

pi-rules AGENTS.md

138

code-yeongyu/pi-rules

Instructions file CodexOpenCode

Instructions for code-yeongyu/pi-rules, covering agents.md, code style, test conventions, architecture and when adding a new rule source.

10 6d ago A 670 tokens original MIT

ui

139

code-yeongyu/pi-rules

Cursor rule Cursor

React components must be functional and prop-typed.

10 6d ago A 0 tokens original MIT

web-search

142

code-yeongyu/ultimate-web-search-skill

Skill Claude CodeCodex

MUST USE when the user needs current, online, or web-derived information — news, latest releases, vendor docs, real-world examples, recent changes, or anything not in the model's training set. LLM-neutral skill that exposes a unified web search CLI behind a single command. Runs single or multi-provider in parallel…

9 2mo ago A 209 tokens original MIT