Agent Plugins Marketplace
All plugins

auto-mdp-solver

v0.11.4

Build a trained, deployable RL policy from a verbal description of a dynamic decision-making problem: formalize it into an MDP-IR, generate a spec-conformant simulator domain, baselines, PPO training and tuning, and a policy-structure readback, with executable gates between stages.

Claude Code9 Skills

By Tong WangLicense: MIT1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 22, 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 auto-mdp-solver for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install auto-mdp-solver@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/tong-wang/auto-mdp-solver

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/mdp-build/SKILL.md
├── skills/mdp-contribute/SKILL.md
├── skills/mdp-escalate/SKILL.md
├── skills/mdp-formalize/SKILL.md
├── skills/mdp-interpret/SKILL.md
├── skills/mdp-package/SKILL.md
├── skills/mdp-propose/SKILL.md
├── skills/mdp-solve/SKILL.md
└── skills/mdp-solver/SKILL.md

Included Skills9

mdp-buildskills/mdp-build/SKILL.md

Stages 1–2 of the MDP pipeline: generate the spec-conformant domain (_uncertainty/_scenarios/_mdp/_gym, adapter, tests, campaign docs) from a frozen IR, gated by conformance + laws + differential. Use when {name}.signoff.json exists beside the schema and the domain code does not, or must be regenerated. Full pipeline: mdp-solver.

mdp-contributeskills/mdp-contribute/SKILL.md

Contribute a finished MDP case, its playbook riding in the folder, upstream to github.com/tong-wang/auto-mdp-solver — optionally re-skinned to hide business context; a case too sensitive even re-skinned is not contributed. Use on "contribute this case", "share this upstream", "submit to auto-mdp-solver". Spec/schema extensions go through mdp-propose. Nothing is sent without the user's approval of the final content.

mdp-escalateskills/mdp-escalate/SKILL.md

L2+ rounds of the MDP pipeline (hp / gym / arch levers) after mdp-solve's L1 gate shows a gap with a healthy build — playbook-consulted, ledger-addressed, within the run plan's budget. Use when an L1 leaderboard row underperforms. Full pipeline: mdp-solver.

mdp-formalizeskills/mdp-formalize/SKILL.md

Phase A of the MDP pipeline: a guided interview (or faithful paper translation) that turns a verbal decision problem into a validated, human-signed-off MDP-IR. Use when no signed-off IR exists yet, or a model change re-opens the mdp block. Full pipeline: mdp-solver.

mdp-interpretskills/mdp-interpret/SKILL.md

Stage 5 of the MDP pipeline: read the winning policy back into the domain's policy-structure vocabulary (spec §14) — probe, fitted rule scored paired, overlay figure — anchored to a reference when one exists. Use when a winning artifact exists and a declared confirm/discover stance owes the readback. Full pipeline: mdp-solver.

mdp-packageskills/mdp-package/SKILL.md

Stage 6 of the MDP pipeline: wrap the winning artifact as a deployable {domain}_policy.py (spec §12) and finish the campaign README in its §1.3 shape. Use when eval TSVs exist for the run plan's target and the winning artifact is chosen. Full pipeline: mdp-solver.

mdp-proposeskills/mdp-propose/SKILL.md

File an upstream extension proposal against the auto-mdp-solver spec, IR schema or pipeline process, as one GitHub issue, when a campaign hits a wall the current version cannot express. Use on "propose this upstream", "file a proposal", "this needs a spec/schema change", or when UPSTREAM_PROPOSAL_*.md drafts exist in scratch/. Nothing is sent without the user's approval of the final body.

mdp-solveskills/mdp-solve/SKILL.md

Stages 0+3–4 of the MDP pipeline: confirm a run plan, run baselines, train PPO at L0 and L1, eval under the shared seed protocol, diagnose. Use when a built domain passes its gates and a leaderboard row is wanted, or to re-enter for another target. L2+ is mdp-escalate; full pipeline: mdp-solver.

mdp-solverskills/mdp-solver/SKILL.md

Build a trained, deployable RL policy from a verbal description of a dynamic decision problem: formalize it into an MDP-IR, generate the domain, baselines, PPO training, a policy-structure readback and a {domain}_policy.py wrapper, with executable gates between stages. Use when the user describes a sequential decision problem ("build a domain for...", "train a policy for...", "formalize this problem"), names an existing {name}/{name}_schema.json, or asks for "the MDP pipeline" / "Phase A" / "Phase B".

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "auto-mdp-solver",
  "description": "Build a trained, deployable RL policy from a verbal description of a dynamic decision-making problem: formalize it into an MDP-IR, generate a spec-conformant simulator domain, baselines, PPO training and tuning, and a policy-structure readback, with executable gates between stages.",
  "version": "0.11.4",
  "author": {
    "name": "Tong Wang"
  },
  "homepage": "https://github.com/tong-wang/auto-mdp-solver",
  "repository": "https://github.com/tong-wang/auto-mdp-solver",
  "license": "MIT"
}

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

[auto-mdp-solver on Agent Plugins Marketplace](https://pluginsmp.com/plugins/auto-mdp-solver)