LazyCodex
LazyCodexv4.12.1

Skills

Specialist playbooks LazyCodex layers on top of Commands.

LazyCodex installs the OmO plugin's Skills into Codex. Commands ($ulw-plan, $start-work, $ulw-loop, $init-deep) shape the workflow; Skills provide the specialist judgment used inside that workflow.

Skills load inside a Codex session. The user can explicitly ask for a Skill, and Codex can also follow a playbook when the task matches the Skill description.

Documented Skills

SkillUse it for
review-workMulti-angle post-implementation review
remove-ai-slopsBehavior-preserving cleanup of AI-looking code
debuggingSystematic root-cause debugging
frontendDesigned UI work instead of generic layout filling
programmingStrict TypeScript, Rust, Python, and Go discipline
refactorTest-verified refactoring, including structural search and rewrite with AST-grep
LSPDiagnostics, definitions, references, symbols, and rename
rulesProject instructions from AGENTS, rules, and instruction files
comment-checkerFeedback after edit-like work

Other Installed Skills

As of 4.12.1, the plugin also includes the Skills below. This docs site does not have a page for each yet, but they can load inside a Codex session.

SkillUse it for
ast-grepAST-aware structural search and rewrite
git-masterCommits, history investigation, rebase/squash/fixup git work
lsp-setupLanguage server installation and configuration
lcx-doctorLazyCodex/Codex install health diagnosis
lcx-report-bugLazyCodex/Codex bug issue drafting
lcx-contribute-bug-fixVerified bug-fix contribution workflow
teammodeCoordinating several Codex threads as a team
ultraresearchExplicitly requested deep research
visual-qaScreenshot and visual verification after UI/TUI changes

Commands themselves are also installed as Skills, but the user-facing docs collect them separately under Commands.

Where Skills Fit

  • Commands own the flow: planning, execution, and verified completion.
  • Skills add specialist judgment around that flow: review, cleanup, UI work, language discipline, and code intelligence.
  • Skills load only for relevant work, then drop away, keeping the agent prompt lighter.

Skill Docs

On this page