residential-real-estate-brokerage
v0.1.1Residential real-estate brokerage operations team — agents (residential-brokerage-lead, listing-and-transaction-coordinator, buyer-agent-advisor) for the engines of a residential brokerage: brokerage/team P&L and the lead-to-close pipeline (commission splits/caps, recruiting & retention, agency/fair-housing compliance, lead-gen), the listing lifecycle plus transaction coordination (CMA, prep, MLS, marketing, contract-to-close timeline, contingencies, deadlines), and buyer representation (needs analysis, showings, offer & negotiation, financing, closing). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, and commands. ADVISORY operations knowledge, not legal/financial/real-estate-license advice; fair-housing sensitive; no client PII; commission norms, contingency periods, and protected-class lists are volatile and jurisdiction-specific — each carries a retrieval date + verify-at-use. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 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 residential-real-estate-brokerage for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install residential-real-estate-brokerage@agent-plugin-marketplacePaste 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/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/residential-real-estate-brokerage/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cma-and-pricing-strategy/SKILL.md├── skills/commission-split-and-cap-economics/SKILL.md├── skills/listing-launch-and-marketing/SKILL.md└── skills/transaction-timeline-management/SKILL.md
Included Skills4
Build a defensible comparative market analysis and list price: select genuinely comparable sales, apply explicit adjustments, produce a supported price range, and script the seller conversation around the comps rather than their target. A CMA is not an appraisal; local figures are verify-at-use.
Model brokerage commission economics: compare split, cap, and fee models at an agent's expected GCI, compute company dollar per agent and the cap crossover point, and weigh the recruiting/retention trade-off. Commission rates and fees are business-agreement- and market-specific — verify-at-use. Not legal or tax advice.
Launch a listing to win the first weekend: sequence prep/staging, accurate and complete MLS entry, professional photography, and a coordinated marketing push to go-live. The listing gets one first-weekend of peak attention — everything happens before that, not after a price drop. Fair-housing-clean copy throughout.
Run contract-to-close as a dated deadline checklist: reconstruct every contingency and deadline from the effective date (inspection, appraisal, financing, title, closing), track each to resolution or the required notice, and surface at-risk items before they forfeit a remedy. Contingency periods are jurisdiction- and contract-specific — verify-at-use.
Plugin manifests1
{
"name": "residential-real-estate-brokerage",
"version": "0.1.1",
"description": "Residential real-estate brokerage operations team — agents (residential-brokerage-lead, listing-and-transaction-coordinator, buyer-agent-advisor) for the engines of a residential brokerage: brokerage/team P&L and the lead-to-close pipeline (commission splits/caps, recruiting & retention, agency/fair-housing compliance, lead-gen), the listing lifecycle plus transaction coordination (CMA, prep, MLS, marketing, contract-to-close timeline, contingencies, deadlines), and buyer representation (needs analysis, showings, offer & negotiation, financing, closing). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, and commands. ADVISORY operations knowledge, not legal/financial/real-estate-license advice; fair-housing sensitive; no client PII; commission norms, contingency periods, and protected-class lists are volatile and jurisdiction-specific — each carries a retrieval date + verify-at-use. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"residential-real-estate",
"real-estate-brokerage",
"listing-agent",
"buyer-agent",
"transaction-coordination",
"cma-pricing",
"commission-split-cap",
"agent-recruiting",
"fair-housing",
"agency-disclosure",
"contract-to-close",
"lead-to-close-pipeline",
"mls-marketing",
"brokerage-operations"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[residential-real-estate-brokerage on Agent Plugins Marketplace](https://pluginsmp.com/plugins/residential-real-estate-brokerage)