lazy-claudecode
v0.2.1
Published
Agent harness for Claude Code — hooks, skills, MCP servers, and systematic work modes. Ported from LazyClaude.
Maintainers
Readme
lazy-claudecode ☤
🚀 Quick Start
# Requires Bun (https://bun.sh)
curl -fsSL https://bun.sh/install | bash
npm install -g lazy-claudecode
lazy-claudecode installVerify everything is set up:
lazy-claudecode doctorThat's it. Next time you open Claude Code, the hooks are active.
git clone https://github.com/effortprogrammer/lazy-claudecode.git
cd lazy-claudecode
bun install && bun link
lazy-claudecode install⚡ Ultrawork Mode
Add ulw anywhere in your prompt:
> implement the auth module ulwClaude will:
- Explore the codebase to understand what exists
- Plan a decision-complete work breakdown
- Execute with a test → code → verify loop
- Review the result with parallel QA agents
- Loop until everything actually works — no babysitting needed
🤝 Cross-Call: Claude Code ↔ Codex
If you have both CLIs installed, the installer sets up bidirectional delegation automatically.
Claude Code → Codex
Use the /lazycodex slash command inside Claude Code:
/lazycodex refactor the auth module to use dependency injectionCodex → Claude Code
Use the $lazycc skill inside Codex:
$lazycc review this PR for security issuesNote: Claude Code uses
/commandsyntax, Codex uses$skillsyntax — that's just how each tool works.
Each agent runs the other's CLI under the hood and returns the result as-is — no context lost, no copy-paste.
Requirements
| Direction | You need |
| --- | --- |
| Claude Code → Codex | @openai/codex installed (LazyCodex recommended) |
| Codex → Claude Code | @anthropic-ai/claude-code installed |
If the target CLI is missing, the command shows installation instructions instead of failing silently.
🧬 Origins
Built by Hojin Yang. Inspired by LazyCodex (@code-yeongyu).
License
MIT
