Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Lazy Claudecode

БесплатноНе проверен

Agent harness for Claude Code — hooks, skills, MCP servers, and systematic work modes. Ported from LazyClaude.

GitHubEmbed

Описание

Agent harness for Claude Code — hooks, skills, MCP servers, and systematic work modes. Ported from LazyClaude.

README

Make Claude Code work like it means it.

Get Started MIT License npm

Built because Codex hit its limits and we needed something that doesn't stop working.
Inspired by LazyCodex by @code-yeongyu — rebuilt from scratch on Claude Code's native hook system.


🚀 Quick Start

# Requires Bun (https://bun.sh)
curl -fsSL https://bun.sh/install | bash

npm install -g lazy-claudecode
lazy-claudecode install

Verify everything is set up:

lazy-claudecode doctor

That's it. Next time you open Claude Code, the hooks are active.

📦 Install from source
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 ulw

Claude will:

  1. Explore the codebase to understand what exists
  2. Plan a decision-complete work breakdown
  3. Execute with a test → code → verify loop
  4. Review the result with parallel QA agents
  5. 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 injection

Codex → Claude Code

Use the $lazycc skill inside Codex:

$lazycc review this PR for security issues

Note: Claude Code uses /command syntax, Codex uses $skill syntax — 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

from github.com/effortprogrammer/lazy-claudecode

Установить Lazy Claudecode в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install lazy-claudecode

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add lazy-claudecode -- npx -y lazy-claudecode

FAQ

Lazy Claudecode MCP бесплатный?

Да, Lazy Claudecode MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Lazy Claudecode?

Нет, Lazy Claudecode работает без API-ключей и переменных окружения.

Lazy Claudecode — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Lazy Claudecode в Claude Desktop, Claude Code или Cursor?

Открой Lazy Claudecode на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Lazy Claudecode with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development