Agent Plugins Marketplace
All plugins

platform-engineering-idp

v0.1.2

Platform Engineering (IDP) specialist team — agents (platform-eng-lead, golden-path-architect, developer-experience-analyst, platform-reliability-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A platform-engineering team for a platform lead or eng director accountable for developer productivity and adoption — it treats the platform as a product with developers as customers, paves golden paths over mandates, measures DevEx with DORA and lead time, and runs the platform on SLOs and an error budget. Inherits ravenclaude-core protocols.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 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 platform-engineering-idp 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 platform-engineering-idp@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/mcorbett51090/RavenClaude

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

Plugin files

plugins/platform-engineering-idp/
├── .claude-plugin/plugin.json
├── skills/classify-dora/SKILL.md
├── skills/design-golden-path/SKILL.md
├── skills/measure-adoption/SKILL.md
├── skills/quantify-toil/SKILL.md
└── skills/set-platform-slos/SKILL.md

Included Skills5

classify-doraskills/classify-dora/SKILL.md

Compute the four DORA keys and classify the org against the bands with windows and baselines. Reach for this on a DevEx-measurement question.

design-golden-pathskills/design-golden-path/SKILL.md

Design a paved road that is the lowest-friction compliant option, with self-service actions and guardrails. Reach for this on a paved-road question.

measure-adoptionskills/measure-adoption/SKILL.md

Read adoption as teams-on-golden-path ÷ total, name the gap, and segment the un-adopted teams. Reach for this on an adoption question.

quantify-toilskills/quantify-toil/SKILL.md

Quantify manual toil and the automation ROI in engineer-hours per year. Reach for this on an automate-or-not question.

set-platform-slosskills/set-platform-slos/SKILL.md

Define platform SLIs/SLOs and an error budget that gates platform change. Reach for this on a platform-reliability question.

Plugin manifests1

plugins/platform-engineering-idp/.claude-plugin/plugin.json
{
  "name": "platform-engineering-idp",
  "version": "0.1.2",
  "description": "Platform Engineering (IDP) specialist team — agents (platform-eng-lead, golden-path-architect, developer-experience-analyst, platform-reliability-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A platform-engineering team for a platform lead or eng director accountable for developer productivity and adoption — it treats the platform as a product with developers as customers, paves golden paths over mandates, measures DevEx with DORA and lead time, and runs the platform on SLOs and an error budget. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "platform-engineering",
    "internal-developer-platform",
    "golden-path",
    "developer-experience",
    "dora-metrics",
    "self-service",
    "cognitive-load",
    "platform-slo"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

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

[platform-engineering-idp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/platform-engineering-idp)