Agent Plugins Marketplace
All plugins

med-spa-aesthetics

v0.1.1

Medical-aesthetics (med spa) practice operations team — agents (med-spa-operations-lead, patient-coordinator-lead, aesthetics-compliance-advisor) across the three engines of a med spa: the practice P&L (injector/room utilization, service mix across injectables / devices / skincare / memberships, device payback, pricing per provider-hour), the patient front line (consult-to-treatment conversion, no-show / deposit, rebooking on the clinical cadence, memberships), and operational compliance structure (scope of practice, good-faith exam / supervision, consent and adverse-event protocols). Operations and financial decision-support, not legal, tax, or medical advice; no clinical/legal determinations and no patient PHI/PII; benchmarks carry a retrieval date + verify-at-use; scope/supervision rules are state-specific and flagged for a professional. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.

Claude Code4 Skills

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 med-spa-aesthetics 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 med-spa-aesthetics@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/med-spa-aesthetics/.

Plugin files

plugins/med-spa-aesthetics/
├── .claude-plugin/plugin.json
├── skills/consult-to-treatment-conversion/SKILL.md
├── skills/scope-of-practice-and-supervision/SKILL.md
├── skills/service-mix-injectables-devices-memberships/SKILL.md
└── skills/treatment-room-and-injector-utilization/SKILL.md

Included Skills4

consult-to-treatment-conversionskills/consult-to-treatment-conversion/SKILL.md

Turn aesthetic consults into booked treatments: read where conversion leaks (offer clarity, provider-set treatment plan, transparent pricing, financing, same-day booking, follow-up cadence) and fix the highest-leak step first — without making a clinical or pricing determination.

scope-of-practice-and-supervisionskills/scope-of-practice-and-supervision/SKILL.md

Map the med-spa compliance structure — scope of practice, good-faith exam / medical supervision, consent and adverse-event protocols, product handling — as operational structure, flagging every state-specific rule [verify-at-use] and routing the actual determination to the medical director and a licensed professional. Flag, never decide.

service-mix-injectables-devices-membershipsskills/service-mix-injectables-devices-memberships/SKILL.md

Tilt the med-spa service mix toward contribution: read revenue and margin per provider-hour and per room-hour across injectables, energy devices, skincare retail, and memberships; model capital-device payback on realistic volume; size memberships on redemption and the capacity they pre-commit.

treatment-room-and-injector-utilizationskills/treatment-room-and-injector-utilization/SKILL.md

Read a med spa on its two scarce inventories — injector-hours and treatment-room-hours. Utilization = productive hours booked / available, read by provider and by room and by daypart; confirm the current capacity is full before adding an injector, a room, or a device.

Plugin manifests1

plugins/med-spa-aesthetics/.claude-plugin/plugin.json
{
  "name": "med-spa-aesthetics",
  "version": "0.1.1",
  "description": "Medical-aesthetics (med spa) practice operations team — agents (med-spa-operations-lead, patient-coordinator-lead, aesthetics-compliance-advisor) across the three engines of a med spa: the practice P&L (injector/room utilization, service mix across injectables / devices / skincare / memberships, device payback, pricing per provider-hour), the patient front line (consult-to-treatment conversion, no-show / deposit, rebooking on the clinical cadence, memberships), and operational compliance structure (scope of practice, good-faith exam / supervision, consent and adverse-event protocols). Operations and financial decision-support, not legal, tax, or medical advice; no clinical/legal determinations and no patient PHI/PII; benchmarks carry a retrieval date + verify-at-use; scope/supervision rules are state-specific and flagged for a professional. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "med-spa",
    "medical-aesthetics",
    "injectables",
    "aesthetic-devices",
    "injector-utilization",
    "consult-conversion",
    "treatment-cadence-rebooking",
    "membership-revenue",
    "device-payback",
    "skincare-retail",
    "scope-of-practice",
    "good-faith-exam",
    "medical-supervision",
    "patient-coordinator"
  ],
  "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.

[med-spa-aesthetics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/med-spa-aesthetics)