Agent Plugins Marketplace
All plugins

ldo

v2.34.1

Planner, Coder, Reviewer pipeline with a different model per role. Route implementation to a cheap model and review to a strong one.

Claude Code17 Skills

By Alexander DegtyarevLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ldo@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/aadegtyarev/ldo-ai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ldo/
├── .claude-plugin/plugin.json
├── skills/ldo-agent-ux/SKILL.md
├── skills/ldo-code-audit/SKILL.md
├── skills/ldo-coder/SKILL.md
├── skills/ldo-config/SKILL.md
├── skills/ldo-contract/SKILL.md
├── skills/ldo-docs-audit/SKILL.md
├── skills/ldo-feedback/SKILL.md
├── skills/ldo-init/SKILL.md
├── skills/ldo-note/SKILL.md
├── skills/ldo-planner/SKILL.md
├── skills/ldo-researcher/SKILL.md
├── skills/ldo-resume/SKILL.md
├── skills/ldo-reviewer/SKILL.md
├── skills/ldo-security/SKILL.md
├── skills/ldo-ship/SKILL.md
├── skills/ldo-tui/SKILL.md
└── skills/ldo-vendor/SKILL.md

Included Skills17

ldo-agent-uxskills/ldo-agent-ux/SKILL.md

Design the interface a model works in — context blocks, labels, markers, command names, state — the way you'd design a dense console interface

ldo-code-auditskills/ldo-code-audit/SKILL.md

Read the codebase cold for what accretion did to it — file bloat, comment sprawl, duplicated logic, decomposition candidates — then route findings into real fixes, not just a report

ldo-coderskills/ldo-coder/SKILL.md

Set up the environment, implement the plan with tests, update user-facing docs

ldo-configskills/ldo-config/SKILL.md

Configure LDO model routing — which model runs which role, and when the optional agents fire

ldo-contractskills/ldo-contract/SKILL.md

Record a project contract — a rule that must hold regardless of task size, read only when a change touches the area it governs

ldo-docs-auditskills/ldo-docs-audit/SKILL.md

Read the project's documentation cold, as a newcomer would, and find what has drifted — contradictions, stale claims, undefined jargon, wrong ordering

ldo-feedbackskills/ldo-feedback/SKILL.md

File a bug or observation about LDO itself — structured, secrets redacted, as a GitHub issue in the LDO repo

ldo-initskills/ldo-init/SKILL.md

Write LDO's working instructions into the project CLAUDE.md so the agent self-routes real work through the pipeline without manual /ldo

ldo-noteskills/ldo-note/SKILL.md

Record an operational note (deploy quirk, environment gotcha) or a decision/mandate (why something was overridden or chosen) — not a rule, just a fact worth remembering

ldo-plannerskills/ldo-planner/SKILL.md

Read the codebase and produce an implementation plan with complexity and security ratings

ldo-researcherskills/ldo-researcher/SKILL.md

Multi-source web research with cross-verification — decompose, search from several angles, verify claims, report confidence

ldo-resumeskills/ldo-resume/SKILL.md

Track and recover LDO pipeline runs across an interrupted session — check for runs left in progress, resume from cache instead of restarting cold

ldo-reviewerskills/ldo-reviewer/SKILL.md

Review the diff and drive the running app to prove acceptance criteria hold

ldo-securityskills/ldo-security/SKILL.md

Threat-model an implementation plan before code is written — OWASP top 10, injection, auth, data exposure, supply chain

ldo-shipskills/ldo-ship/SKILL.md

Ship the pipeline's changes — branch, commit, push, PR, optional squash-merge — with the review report as the PR body

ldo-tuiskills/ldo-tui/SKILL.md

Design and build terminal interfaces that earn the screen — keyboard-first, honest, degrading gracefully — in Textual (Python) or Ink (TypeScript)

ldo-vendorskills/ldo-vendor/SKILL.md

Copy LDO directly into a project's .claude/ directory so it ships with the repo, for use without a local plugin install — e.g. claude.ai/code sessions that just clone a repo

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "ldo",
  "displayName": "LDO — Lightweight Dev Orchestrator",
  "description": "Planner, Coder, Reviewer pipeline with a different model per role. Route implementation to a cheap model and review to a strong one.",
  "version": "2.34.1",
  "author": {
    "name": "Alexander Degtyarev",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/aadegtyarev/ldo-ai",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "workflow",
    "code-review",
    "model-routing",
    "pipeline"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ldo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ldo)