Lazyclaudecode banner
code-yeongyu code-yeongyu

Lazyclaudecode

Development community

Description

omo for Claude Code — native Claude Code plugin marketplace (Sisyphus Labs / omo): rules, comment-checker, LSP, ultrawork, ultragoal, start-work continuation, telemetry + bundled ast-grep & LSP MCP servers.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

omo for Claude Code

**The lazy way to run omo inside Claude Code.** A native Claude Code plugin marketplace by Sisyphus Labs.

Stars License: MIT

What it is · Install · Components · MCP · Telemetry · omo


What it is

**omo for Claude Code** brings the omo experience — rule injection, comment checking, LSP intelligence, ultrawork orchestration, durable ultragoal tracking, and start-work continuation — into [Claude Code](https://www.anthropic.com/claude-code) through Claude Code's native plugin system.

This repository is the **distribution surface**: a native Claude Code plugin marketplace. The marketplace is named **`sisyphuslabs`** and ships a single plugin named **`omo`**. The repository name (`lazyclaudecode`) is the install alias and the home of this marketplace — it is **not** the marketplace name.

The marketplace name is `sisyphuslabs`. The plugin name is `omo`. You install the plugin as `omo@sisyphuslabs`.

Everything is self-contained: hooks, skills, subagents, and the bundled MCP servers all resolve from `${CLAUDE_PLUGIN_ROOT}`, so the plugin runs correctly straight from the Claude Code plugin cache.

Install

Native (recommended)

Add this marketplace, then install the `omo` plugin:

/plugin marketplace add code-yeongyu/lazyclaudecode
/plugin install omo@sisyphuslabs

Via the omo CLI

#