ldo
v2.34.1Planner, Coder, Reviewer pipeline with a different model per role. Route implementation to a cheap model and review to a strong one.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ldo@agent-plugin-marketplacePaste 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-aiClone 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
├── .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
Design the interface a model works in — context blocks, labels, markers, command names, state — the way you'd design a dense console interface
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
Set up the environment, implement the plan with tests, update user-facing docs
Configure LDO model routing — which model runs which role, and when the optional agents fire
Record a project contract — a rule that must hold regardless of task size, read only when a change touches the area it governs
Read the project's documentation cold, as a newcomer would, and find what has drifted — contradictions, stale claims, undefined jargon, wrong ordering
File a bug or observation about LDO itself — structured, secrets redacted, as a GitHub issue in the LDO repo
Write LDO's working instructions into the project CLAUDE.md so the agent self-routes real work through the pipeline without manual /ldo
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
Read the codebase and produce an implementation plan with complexity and security ratings
Multi-source web research with cross-verification — decompose, search from several angles, verify claims, report confidence
Track and recover LDO pipeline runs across an interrupted session — check for runs left in progress, resume from cache instead of restarting cold
Review the diff and drive the running app to prove acceptance criteria hold
Threat-model an implementation plan before code is written — OWASP top 10, injection, auth, data exposure, supply chain
Ship the pipeline's changes — branch, commit, push, PR, optional squash-merge — with the review report as the PR body
Design and build terminal interfaces that earn the screen — keyboard-first, honest, degrading gracefully — in Textual (Python) or Ink (TypeScript)
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
{
"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"
]
}For maintainers
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)