Agent Plugins Marketplace
All plugins

meridian

v0.8.1

Source-grounded Paper Wiki, Lab idea graph, and incremental coding context for research agents.

Agent Plugins4 Skills1 MCP serverstdio

By ShawnLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Sep 20, 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

Get the plugin

git clone https://github.com/shawnyin128/meridian

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/agent/meridian/
├── plugin.json
├── skills/lab/SKILL.md
├── skills/meridian/SKILL.md
├── skills/meridian-coding/SKILL.md
├── skills/wiki/SKILL.md
└── mcp.json

Included Skills4

labskills/lab/SKILL.md

Use by default for research and research-development work in a repo with `.meridian/`: run Lab-first preflight, place/ground ideas, maintain approach trees, attach experiment evidence, inject Paper Wiki implementation grounding before coding, and create reusable findings for wiki write-back. Pure mechanical engineering may skip Lab. Do not use for code implementation, debugging, test repair, release, or git convergence; hand those to the normal coding workflow.

meridianskills/meridian/SKILL.md

Use when the user wants to initialize Meridian, check Meridian plugin/core/MCP status, repair setup drift, or migrate local Meridian configuration after a plugin update. Do not use for normal Paper Wiki work or Lab idea-graph work; delegate those to wiki and lab.

meridian-codingskills/meridian-coding/SKILL.md

Use when implementing, debugging, or testing code in a repository connected to a Meridian project. Read the incremental Meridian change cursor first, then expand only relevant project, idea, or Lab-node context.

wikiskills/wiki/SKILL.md

Product-facing entry for Meridian Paper Wiki. Use when the user wants to update the Paper Wiki or use the Paper Wiki for research, coding, paper understanding, retrieval, synthesis, or personalized paper insights.

MCP servers1

meridian-paper-wikistdio
command
python
args
-m meridian.mcp serve

Plugin manifests1

plugins/agent/meridian/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "meridian",
  "version": "0.8.1",
  "description": "Source-grounded Paper Wiki, Lab idea graph, and incremental coding context for research agents.",
  "author": {
    "name": "Shawn",
    "url": "https://github.com/shawnyin128/meridian"
  },
  "homepage": "https://github.com/shawnyin128/meridian",
  "repository": "https://github.com/shawnyin128/meridian",
  "license": "MIT",
  "keywords": [
    "paper-wiki",
    "grounding",
    "retrieval",
    "research",
    "mcp",
    "lab"
  ]
}

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

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