Agent Plugins Marketplace
All plugins

commercial-real-estate

v0.2.3

Commercial Real Estate specialist team — agents (cre-engagement-lead, acquisitions-underwriter, asset-property-manager, cre-market-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An acquisitions-and-asset-management team for a CRE owner, operator, or advisor — it underwrites a deal to in-place NOI, prices the cap-rate-vs-Treasury spread, reads the bifurcated vacancy, decomposes net effective rent, and stress-tests the debt and refinance wall before a board sees the IC memo. 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 commercial-real-estate 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 commercial-real-estate@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/commercial-real-estate/.

Plugin files

plugins/commercial-real-estate/
├── .claude-plugin/plugin.json
├── skills/build-the-asset-plan/SKILL.md
├── skills/decompose-net-effective-rent/SKILL.md
├── skills/price-the-cap-rate-spread/SKILL.md
├── skills/stress-the-debt-and-refi/SKILL.md
└── skills/underwrite-to-in-place-noi/SKILL.md

Included Skills5

build-the-asset-planskills/build-the-asset-plan/SKILL.md

Sequence lease rollovers, recovery improvements, and capex against a quarterly NOI target so a held asset tracks (or beats) its acquisition underwriting. Reach for this once an asset is owned.

decompose-net-effective-rentskills/decompose-net-effective-rent/SKILL.md

Convert a face rent to net effective by netting TI, free rent, and leasing commissions, so comps and underwriting use the rent the landlord actually earns. Reach for this on any rent comp.

price-the-cap-rate-spreadskills/price-the-cap-rate-spread/SKILL.md

Frame a cap rate as a risk premium over the 10-yr Treasury, not an absolute level, so a 'compression' is read correctly. Reach for this whenever a cap rate enters a memo.

stress-the-debt-and-refiskills/stress-the-debt-and-refi/SKILL.md

Size the debt, schedule DSCR through the hold, and surface the refinance year and the rate at which the deal breaks. Reach for this before any levered return is quoted.

underwrite-to-in-place-noiskills/underwrite-to-in-place-noi/SKILL.md

Build a CRE base case on contractual in-place income before any pro-forma step-up — separating real income from assumed growth so the return rests on something sourced. Reach for this when a deal is being sold on stabilized rents.

Plugin manifests1

plugins/commercial-real-estate/.claude-plugin/plugin.json
{
  "name": "commercial-real-estate",
  "version": "0.2.3",
  "description": "Commercial Real Estate specialist team — agents (cre-engagement-lead, acquisitions-underwriter, asset-property-manager, cre-market-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An acquisitions-and-asset-management team for a CRE owner, operator, or advisor — it underwrites a deal to in-place NOI, prices the cap-rate-vs-Treasury spread, reads the bifurcated vacancy, decomposes net effective rent, and stress-tests the debt and refinance wall before a board sees the IC memo. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "commercial-real-estate",
    "cre",
    "underwriting",
    "cap-rate",
    "noi",
    "asset-management",
    "net-effective-rent",
    "dscr",
    "investment-committee"
  ],
  "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.

[commercial-real-estate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/commercial-real-estate)