Agent Plugins Marketplace
All plugins

hoa-community-association-management

v0.1.1

Community-association management team — agents (association-management-lead, community-operations-specialist) running HOAs, condo associations (COAs), and POAs: board governance & fiduciary advisory, the annual budget & assessment (dues) setting, reserve studies & funding, covenant/CC&R enforcement & architectural review, assessment collections & the delinquency/lien process, vendor & common-area maintenance, meetings & official records, insurance, and developer-to-homeowner transition. skills, a knowledge bank, and templates. Distinct from property-management (a landlord's rental units & leases), commercial-real-estate (CRE brokerage), and residential-real-estate-brokerage (buying/selling homes) — this owns the COMMUNITY ASSOCIATION and its common-interest governance. Not legal, financial, or insurance advice; volatile HOA/condo statutes, lien/foreclosure procedures, reserve-study standards, and fair-housing/collection rules carry a retrieval date + verify-at-use. Needs ravenclaude-core.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 hoa-community-association-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 hoa-community-association-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/hoa-community-association-management/.

Plugin files

plugins/hoa-community-association-management/
├── .claude-plugin/plugin.json
├── skills/build-budget-and-reserve-plan/SKILL.md
├── skills/manage-board-and-vendor-operations/SKILL.md
└── skills/run-covenant-and-collections-workflow/SKILL.md

Included Skills3

build-budget-and-reserve-planskills/build-budget-and-reserve-plan/SKILL.md

Build an annual operating + reserve budget, set the assessment (dues) level, and set the reserve-funding policy by traversing the community-association decision tree (association authority & governing docs → operating budget → reserve study & percent-funded target → funding method → assessment level → major-project funding: raise reserves / special assessment / association loan / phase), then return the budget, the dues level, the reserve-funding recommendation, the major-project plan, and the conditions that change it. Reach for this when the user asks 'build our annual budget', 'what should the assessments be?', 'how much do we fund the reserves?', 'are our reserves underfunded?', or 'special assessment, loan, or phase the project?'. Used by association-management-lead (primary) and community-operations-specialist.

manage-board-and-vendor-operationsskills/manage-board-and-vendor-operations/SKILL.md

Run board/annual meetings, official records, vendor coordination, and common-area maintenance by traversing the community-association decision tree (meeting notice per the bylaws → agenda & board packet → quorum/proxy → minutes (motions/votes/decisions) → official-records retention & owner-inspection; and for vendors: scope → competitive bids with insurance/license verification → board-approval threshold → work-order & preventive-maintenance schedule → inspection loop), then return the meeting package + minutes and the vendor/maintenance plan within budget and spending authority. Reach for this when the user asks 'prepare our annual meeting', 'take the minutes', 'get bids for a contract', 'schedule the common-area maintenance', or 'what records must we keep?'. Used by community-operations-specialist (primary) and association-management-lead.

run-covenant-and-collections-workflowskills/run-covenant-and-collections-workflow/SKILL.md

Process a covenant violation, an architectural-review request, or a delinquent-assessment account by traversing the community-association decision tree (find the governing-document authority → for a violation: notice → cure period → hearing → fine/remedy, applied evenly and documented; for ARC: application vs the design guidelines → decision → record; for collections: reminder → late fee → demand notice → lien-referral / escalation-to-counsel gate), then return the processed decision, the due-process trail, and the escalation point. Reach for this when the user asks 'process this covenant violation', 'review this architectural change request', 'work our delinquency list', 'can we fine / lien this owner?', or 'what's our collections sequence?'. Even-handed, documented process is the whole point; lien/foreclosure mechanics route to counsel. Used by community-operations-specialist (primary) and association-management-lead (policy).

Plugin manifests1

plugins/hoa-community-association-management/.claude-plugin/plugin.json
{
  "name": "hoa-community-association-management",
  "version": "0.1.1",
  "description": "Community-association management team — agents (association-management-lead, community-operations-specialist) running HOAs, condo associations (COAs), and POAs: board governance & fiduciary advisory, the annual budget & assessment (dues) setting, reserve studies & funding, covenant/CC&R enforcement & architectural review, assessment collections & the delinquency/lien process, vendor & common-area maintenance, meetings & official records, insurance, and developer-to-homeowner transition. skills, a knowledge bank, and templates. Distinct from property-management (a landlord's rental units & leases), commercial-real-estate (CRE brokerage), and residential-real-estate-brokerage (buying/selling homes) — this owns the COMMUNITY ASSOCIATION and its common-interest governance. Not legal, financial, or insurance advice; volatile HOA/condo statutes, lien/foreclosure procedures, reserve-study standards, and fair-housing/collection rules carry a retrieval date + verify-at-use. Needs ravenclaude-core.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "hoa",
    "condo-association",
    "community-association",
    "reserve-study",
    "assessments",
    "cc-and-r",
    "covenant-enforcement",
    "architectural-review",
    "board-governance",
    "delinquency-collections",
    "common-area-maintenance",
    "special-assessment"
  ],
  "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.

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