Agent Plugins Marketplace
All plugins

meridian

v0.8.0

Agent enforcement framework — context injection, planning gates, session learning

Claude Code6 Skills

By Mark MorganLicense: MIT181 GitHub starsUpdated 6 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Mar 11, 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 meridian 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 meridian@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/markmdev/meridian

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

meridian/
├── .claude-plugin/plugin.json
├── skills/add-frontmatter/SKILL.md
├── skills/create-docs/SKILL.md
├── skills/error-audit/SKILL.md
├── skills/observability-audit/SKILL.md
├── skills/planning/SKILL.md
└── skills/ux-states-audit/SKILL.md

Included Skills6

add-frontmatterskills/add-frontmatter/SKILL.md

Scan all .md files in the project and add or fix YAML frontmatter (summary + read_when) so they can be discovered by context routers like Reflex.

create-docsskills/create-docs/SKILL.md

Create or update .meridian/docs/ knowledge files for a module or directory. Produces reference docs with frontmatter for context routing.

error-auditskills/error-audit/SKILL.md

Audit code for silent error swallowing, fallbacks to degraded alternatives, backwards compatibility shims, and UI that fails to show errors to the user. Finds and fixes all occurrences in the specified scope.

observability-auditskills/observability-audit/SKILL.md

Audit code for observability gaps — debug logs left in, errors caught without being logged, missing context on log entries, untracked slow operations. Uses the app's existing observability tooling exclusively.

planningskills/planning/SKILL.md

Interview-driven planning methodology that produces implementation-ready plans. Always use this skill INSTEAD of EnterPlanMode — it provides structured interviewing (20-40 clarifying questions), exhaustive parallel codebase exploration (5-15 Explore agents), verbatim requirements capture, and automated plan validation via plan-reviewer (must score 9+). Use for new features, refactoring, architecture changes, migrations, or any non-trivial implementation work.

ux-states-auditskills/ux-states-audit/SKILL.md

Audit UI code for missing loading states, empty states, and error states. Every async operation and data-driven UI must handle all three. Finds gaps and implements the missing states using the app's existing patterns.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "meridian",
  "version": "0.8.0",
  "description": "Agent enforcement framework — context injection, planning gates, session learning",
  "author": {
    "name": "Mark Morgan",
    "url": "https://github.com/markmdev"
  },
  "repository": "https://github.com/markmdev/meridian",
  "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.

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