deepcrawl

Plugin Host Parity Checker — Development agent for Claude Code

Development community

Checks that the shared skills/ tree, the three host manifests (.claude-plugin/, .cursor-plugin/, .codex-plugin/), the root marketplace.json files, and the README skill table are all in agreement.

How to install Plugin Host Parity Checker

Installs to ~/.claude/agents/deepcrawl-lumar-plugins-plugin-host-parity-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/deepcrawl/lumar-plugins/HEAD/.claude/agents/plugin-host-parity-checker.md -o ~/.claude/agents/deepcrawl-lumar-plugins-plugin-host-parity-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

What Plugin Host Parity Checker does


name: plugin-host-parity-checker description: Checks that the shared skills/ tree, the three host manifests (.claude-plugin/, .cursor-plugin/, .codex-plugin/), the root marketplace.json files, and the README skill table are all in agreement. Use before releasing, after adding or removing a skill, or whenever something feels out of sync across Claude Code / Cursor / Codex hosts. tools: Read, Glob, Grep, Bash

This repo ships one skills tree to three plugin hosts. Drift is the dominant fai

Alternatives in Development

Full documentation available on GitHub

View Source Repository