Agent Plugins Marketplace
All plugins

mdloop-sync

v0.4.0

Closes both halves of the mdloop review loop for a repo's markdown specs, PRDs, plans and ADRs. The mdloop-sync skill (plus an opt-in Stop hook and a link command) pushes artifacts into mdloop with a change note a human reviewer can actually read; the mdloop-review skill pulls the resulting feedback back over the mdloop MCP tools — comments, suggested edits, sign-off — and turns it into a revision.

Claude Code2 Skills

By mdloop1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 16, 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 mdloop-sync 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 mdloop-sync@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/mdloop/mdloop

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

Plugin files

claude-plugin/
├── .claude-plugin/plugin.json
├── skills/mdloop-review/SKILL.md
└── skills/mdloop-sync/SKILL.md

Included Skills2

mdloop-reviewskills/mdloop-review/SKILL.md

Use when a human has left feedback on a document in mdloop and it needs acting on — pulling the comments, applying suggested edits, uploading the revision, replying, resolving threads, and handling sign-off. Use this whenever the user mentions mdloop feedback, comments, reviewers, suggestions, or approval — including "what did the reviewer say", "address the comments on the spec", "did that get signed off", "someone reviewed the PRD", "check mdloop", or a bare document id after a review — even if they never say the word "review". Works over the mdloop MCP tools alone; no repo, CLI, or local files required.

mdloop-syncskills/mdloop-sync/SKILL.md

Use when a significant change has been made to a markdown spec, PRD, design doc, plan, or ADR in a repo with a .mdloop/ directory — at meaningful mid-session checkpoints as well as when finishing a round of edits. Also use when asked to "push to mdloop", "sync the spec", "send this for review", or similar.

Plugin manifests1

claude-plugin/.claude-plugin/plugin.json
{
  "name": "mdloop-sync",
  "description": "Closes both halves of the mdloop review loop for a repo's markdown specs, PRDs, plans and ADRs. The mdloop-sync skill (plus an opt-in Stop hook and a link command) pushes artifacts into mdloop with a change note a human reviewer can actually read; the mdloop-review skill pulls the resulting feedback back over the mdloop MCP tools — comments, suggested edits, sign-off — and turns it into a revision.",
  "version": "0.4.0",
  "author": {
    "name": "mdloop"
  },
  "keywords": [
    "mdloop",
    "sync",
    "specs",
    "markdown",
    "review",
    "mdloop-review",
    "feedback",
    "comments",
    "suggestions",
    "sign-off",
    "mcp"
  ]
}

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

[mdloop-sync on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mdloop-sync)