Agent Plugins Marketplace
All plugins

property-management

v0.1.2

Property Management Operations specialist team — agents (property-management-lead, occupancy-leasing-analyst, maintenance-operations-specialist, noi-financial-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A property-operations team for a property/asset manager accountable for occupancy, NOI, and resident retention — it reads occupancy as a leasing funnel plus renewals, treats delinquency as cash with an aging clock, manages unit-turn time as cost and retention, and scores the asset on NOI not gross rent. 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 property-management 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 property-management@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/property-management/.

Plugin files

plugins/property-management/
├── .claude-plugin/plugin.json
├── skills/age-delinquency/SKILL.md
├── skills/build-noi/SKILL.md
├── skills/diagnose-leasing-funnel/SKILL.md
├── skills/project-occupancy/SKILL.md
└── skills/quantify-turn-loss/SKILL.md

Included Skills5

age-delinquencyskills/age-delinquency/SKILL.md

Age delinquency into buckets and weight collections by collectability, not the total. Reach for this on a delinquency or cash question.

build-noiskills/build-noi/SKILL.md

Build the EGI-to-NOI bridge from gross potential rent and translate to value at a cap rate. Reach for this on an NOI or valuation question.

diagnose-leasing-funnelskills/diagnose-leasing-funnel/SKILL.md

Diagnose the leasing funnel step-by-step and split renewal-vs-acquisition need. Reach for this on a lease-up question.

project-occupancyskills/project-occupancy/SKILL.md

Project ending occupancy as a flow of move-ins, move-outs, and renewals against a target. Reach for this on an occupancy question.

quantify-turn-lossskills/quantify-turn-loss/SKILL.md

Quantify lost rent during unit turns and frame the work-order backlog as a retention risk. Reach for this on a turn or maintenance question.

Plugin manifests1

plugins/property-management/.claude-plugin/plugin.json
{
  "name": "property-management",
  "version": "0.1.2",
  "description": "Property Management Operations specialist team — agents (property-management-lead, occupancy-leasing-analyst, maintenance-operations-specialist, noi-financial-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A property-operations team for a property/asset manager accountable for occupancy, NOI, and resident retention — it reads occupancy as a leasing funnel plus renewals, treats delinquency as cash with an aging clock, manages unit-turn time as cost and retention, and scores the asset on NOI not gross rent. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "property-management",
    "occupancy",
    "leasing-funnel",
    "noi",
    "delinquency",
    "unit-turn",
    "renewals",
    "concessions",
    "cap-rate"
  ],
  "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.

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