Agent Plugins Marketplace
All plugins

funeral-home-operations

v0.1.1

Funeral-home & deathcare operations team — grief-aware agents for a funeral director, owner, or manager. `funeral-operations-lead` runs the business: case flow (first call → removal → arrangement → preparation → services → billing → aftercare), staffing & on-call, capacity, pre-need, aftercare, and margins. `funeral-arrangement-and-compliance-specialist` owns the arrangement conference and the FTC Funeral Rule: General/Casket/Outer-Burial-Container price lists, itemization, telephone-price and embalming-not-required disclosures, cremation authorization & chain-of-custody, vital records, and permits across burial, cremation, aquamation, and green burial. skills, a knowledge bank (Mermaid compliance decision tree + 2026 operations patterns), templates. Not cemetery interment (out of scope), not clinical grief therapy (behavioral-health-practice), not bookkeeping (accounting-bookkeeping). Requires ravenclaude-core@>=0.7.0. Not legal advice — deathcare law varies by state/country.

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 funeral-home-operations 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 funeral-home-operations@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/funeral-home-operations/.

Plugin files

plugins/funeral-home-operations/
├── .claude-plugin/plugin.json
├── skills/ensure-deathcare-compliance-and-pricing/SKILL.md
├── skills/manage-case-logistics-and-fulfillment/SKILL.md
└── skills/run-funeral-arrangement-and-intake/SKILL.md

Included Skills3

ensure-deathcare-compliance-and-pricingskills/ensure-deathcare-compliance-and-pricing/SKILL.md

Audit a funeral home's pricing and disclosures against the FTC Funeral Rule and clear the cremation-authorization and vital-records gates. Check the General Price List, Casket Price List, and Outer Burial Container list for required disclosures and itemization (no forced packages, embalming-not-required, telephone-price disclosure, no misrepresentation); confirm the cremation authorizing agent, positive ID, written authorization, and unbroken chain-of-custody before any irreversible step; and sequence the death certificate, certification, and disposition permits. Reach for this when the user asks "is our GPL compliant?", "what authorizes a cremation?", or "what vital records/permits do we need?". Used by `funeral-arrangement-and-compliance-specialist` (primary). Not legal advice — verify the current Rule + state law with counsel.

manage-case-logistics-and-fulfillmentskills/manage-case-logistics-and-fulfillment/SKILL.md

Read and manage the funeral-home case-flow pipeline (first call → removal/transfer → arrangement → preparation → services → billing → aftercare), find the constraint stage that gates throughput, size staffing and on-call/removal capacity against call volume, decide build-vs-contract for removals or preparation, and produce the fulfillment plan for the arranged services — all while protecting the family experience, not just the margin. Reach for this when the user asks "why are families waiting?", "are we staffed right for our volume?", "where's the bottleneck in our case flow?", or "can we fulfill these services on our capacity?". Used by `funeral-operations-lead` (primary). Not legal/financial advice — verify licensing and benchmarks.

run-funeral-arrangement-and-intakeskills/run-funeral-arrangement-and-intake/SKILL.md

Run a grief-aware, FTC-Funeral-Rule-compliant arrangement — from first-call intake through the arrangement conference to documented, itemized selections and disposition. Traverse the deathcare-compliance decision tree so the right disclosures (GPL, CPL, Outer Burial Container list, telephone-price, embalming-not-required, no-misrepresentation) are given at the right moment, itemize without forcing a package, select the disposition and its requirements, and capture it in the arrangement worksheet. Reach for this when the user asks "walk me through the arrangement conference", "how do we handle a first call", or "arrange this service correctly". Used by `funeral-arrangement-and-compliance-specialist` (primary). Not legal advice — verify jurisdiction-specific items with counsel.

Plugin manifests1

plugins/funeral-home-operations/.claude-plugin/plugin.json
{
  "name": "funeral-home-operations",
  "version": "0.1.1",
  "description": "Funeral-home & deathcare operations team — grief-aware agents for a funeral director, owner, or manager. `funeral-operations-lead` runs the business: case flow (first call → removal → arrangement → preparation → services → billing → aftercare), staffing & on-call, capacity, pre-need, aftercare, and margins. `funeral-arrangement-and-compliance-specialist` owns the arrangement conference and the FTC Funeral Rule: General/Casket/Outer-Burial-Container price lists, itemization, telephone-price and embalming-not-required disclosures, cremation authorization & chain-of-custody, vital records, and permits across burial, cremation, aquamation, and green burial. skills, a knowledge bank (Mermaid compliance decision tree + 2026 operations patterns), templates. Not cemetery interment (out of scope), not clinical grief therapy (behavioral-health-practice), not bookkeeping (accounting-bookkeeping). Requires ravenclaude-core@>=0.7.0. Not legal advice — deathcare law varies by state/country.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "funeral-home",
    "deathcare",
    "ftc-funeral-rule",
    "general-price-list",
    "arrangement-conference",
    "cremation",
    "pre-need",
    "at-need",
    "vital-records",
    "disposition",
    "funeral-operations"
  ],
  "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.

[funeral-home-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/funeral-home-operations)