code-yeongyu

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

rules

25

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

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

69k +28 today A 28 tokens

teammode

26

code-yeongyu/oh-my-openagent

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…

69k +28 today A 238 tokens

ultrawork

27

code-yeongyu/oh-my-openagent

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.

69k +28 today C 62 tokens

ulw-plan

28

code-yeongyu/oh-my-openagent

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…

69k +28 today A 204 tokens

ulw-loop

29

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

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

69k +28 today A 24 tokens

agents-directory

31

code-yeongyu/oh-my-openagent

Agent

Developer reference for all 11 Oh My OpenAgent agent definitions, factory patterns, tool restrictions, and model routing.

69k +28 today A 26 tokens

agent-browser

32

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

69k +28 today A 51 tokens

dev-browser

33

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

69k +28 today A 84 tokens

frontend

34

code-yeongyu/oh-my-openagent

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…

69k +28 today A 183 tokens

git-master

35

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', loadskills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

69k +28 today A 91 tokens

dag-library

37

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Store a dag definition once and re-run it in one or two lines, instead of pasting the full definition JSON into every eval cell. MUST USE whenever the user wants to save a DAG for reuse, run a previously saved/named DAG, schedule the same graph repeatedly (nightly/weekly audits, recurring multi-agent pipelines), or…

69k +28 today A 128 tokens

give-me-tips

38

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Explains any senpi tip in depth - startup tips, working tips, and any Tip: line shown in the TUI (including the Fable-5-refusal fallback tip). Use when the user asks about a Tip: line, says give-me-tips, asks what a tip means, how a tipped feature works, or which tips they can see. Queries the live tip list (senpi…

69k +28 today A 110 tokens

mass-ulw

39

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Run a dependency graph of child agents in one call with the native workflow tool. Use when the user asks for mass-ulw, a DAG of tasks, fan-out/fan-in work, or multi-agent execution where some tasks must wait on others.

69k +28 today A 54 tokens

ulw-research

40

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Team-first maximum-saturation research orchestration. ALWAYS asks which final format to render (PDF+DOCX default), then stands up a max-size cooperating team (teamcreate): one member per axis plus skeptic/red-team members for ultradebate/hyperdebate cross-critique, explore/librarian lanes, live journaling, an EXPAND…

69k +28 today A 224 tokens

AGENTS

41

code-yeongyu/oh-my-openagent

Command

The thirteen memory slash commands, registered once by the memory component through register.ts (registerMemoryCommands(pi, deps)). MEMORYCOMMANDNAMES: /memory /memfs /remember /init /doctor /recompile /memory-repository /sleeptime /reflect /dream /search /people /facts. Score 24 (53 files, DI surface, central…

69k +28 today A 0 tokens

pi-goal

42

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Persistent Codex-style goal tracking for pi. Use when the user explicitly asks to set, continue, audit, pause, resume, complete, or inspect a long-running goal.

69k +28 today A 39 tokens

ast-grep

43

code-yeongyu/oh-my-openagent

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…

69k +28 today A 110 tokens

code-yeongyu/oh-my-openagent

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, OMO/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…

69k +28 today A 252 tokens

data-scientist

45

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Expert data processing with a hybrid engine strategy: resident-kernel engines first - DuckDB plus a resident Python stack (Polars/numpy/matplotlib) in persistent js/py eval kernels where the harness has them, bun/uv one-shots elsewhere - and per-action placement judgment (in-memory vs streaming vs remote-in-place).…

69k +28 today A 198 tokens

debugging

46

code-yeongyu/oh-my-openagent

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…

69k +28 today A 248 tokens

lsp-setup

47

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Configure a Language Server (LSP) for a specific language so editor/agent tooling — diagnostics, go-to-definition, find-references, rename — works. Use when you need to: configure LSP, lsp setup, set up or install a language server, fix 'no LSP server configured' / 'server not installed', choose between servers…

69k +28 today C 239 tokens

programming

48

code-yeongyu/oh-my-openagent

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…

69k +28 today A 282 tokens