lazycodex
Turn Codex into a full AI dev team with verified completion
All Skills in This Repository (11)
Pure Emerald Level Indicatorsulw-plan
Converts vague planning requests into a single decision-complete work plan.
teammode
Coordinate Codex threads as a named team with durable on-disk state.
lcx-report-bug
Route LazyCodex or Codex bugs to the correct repository with runtime evidence.
lcx-doctor
Diagnose LazyCodex/Codex installation health against latest upstream sources.
ast-grep
Perform AST-based code search and codemods with offline pattern validation.
frontend
Route frontend tasks through triage gates and load design references.
ultraresearch
Coordinate parallel research agents across codebases, web, docs, and OSS repositories.
visual-qa
Identify visual fidelity gaps between intended design and rendered UI.
lcx-contribute-bug-fix
Reproduce LazyCodex and Codex defects and generate minimal verified patches.
lsp-setup
Configure a Language Server for a project by detecting file extensions and writing per-project configs.
start-work
Orchestrates parallel subagent execution of Prometheus work plans with evidence tracking in Codex.
Frequently Asked Questions
FAQPage SchemaHow to install LazyCodex?โผ
Run `npx skills add code-yeongyu/lazycodex --all -g -y` in your terminal to install the full skill suite globally.
What does LazyCodex add to Codex?โผ
It adds project memory via AGENTS.md files, a planning command, durable plan execution, and self-verifying work loops. It also installs agent roles, hooks, and specialist skills so Codex behaves like a coordinated dev team.
How do I run a plan to completion with AI?โผ
Use $ulw-plan to produce a decision-complete plan, then $start-work to execute every checkbox with evidence. The $ulw-loop command keeps work moving until completion is verified by real proof, not status claims.
Can LazyCodex run multiple agents in parallel?โผ
Yes. The teammode skill coordinates a named team of Codex workers with durable shared state, and sub-agent roles like explorer, librarian, and reviewer can be spawned for parallel work.
Do I need coding experience to use LazyCodex?โผ
No. After installation you invoke skills with plain-English requests or simple $ commands, and the agent handles planning, execution, and verification for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core