Agent Plugins Marketplace
All plugins

salon-spa-operations

v0.1.1

Salon / spa / barbershop operations team — agents (salon-spa-operations-lead, front-desk-booking-manager, stylist-chair-economics-advisor) for the three engines of a service-chair business: the owner-level P&L (chair and room utilization, service mix, retail attach, membership and package revenue, the staffing model), the front desk (online booking, no-show / late-cancel policy and deposits, rebooking at checkout, waitlist, reminders), and provider economics (commission tiers vs booth rent vs hourly, back-bar / product cost, prebooking, clientele building and retention). Operations and financial decision-support, not legal, tax, or employment-classification advice; volatile benchmarks (utilization, retail-attach, no-show norms) carry a retrieval date + verify-at-use; no client PII. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, and 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 salon-spa-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 salon-spa-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/salon-spa-operations/.

Plugin files

plugins/salon-spa-operations/
├── .claude-plugin/plugin.json
├── skills/booking-and-no-show-control/SKILL.md
├── skills/chair-and-room-utilization/SKILL.md
├── skills/compensation-models-commission-vs-booth-rent/SKILL.md
└── skills/retail-attach-and-service-mix/SKILL.md

Included Skills4

booking-and-no-show-controlskills/booking-and-no-show-control/SKILL.md

Control the perishable-inventory leak: design a no-show / late-cancel policy with deposits or card-on-file, a rebook-at-checkout habit, a reminder cadence, and a waitlist that backfills cancellations. Prevent the no-show first; enforce the policy second.

chair-and-room-utilizationskills/chair-and-room-utilization/SKILL.md

Read the salon/spa as a stack of perishable chair-hours and room-hours. Compute utilization (productive hours booked / available), test whether current capacity is full before adding a chair, room, or provider, and tie utilization to the staffing model and demand pattern.

compensation-models-commission-vs-booth-rentskills/compensation-models-commission-vs-booth-rent/SKILL.md

Model provider pay deliberately: commission tiers vs hourly-plus-commission vs booth rent vs hybrid. Compare risk, upside, control, and cost against the provider's book — and flag the worker-classification (employee vs 1099) consequence for a licensed professional. Economics only, not legal advice.

retail-attach-and-service-mixskills/retail-attach-and-service-mix/SKILL.md

Lift the two margin levers the chair controls: retail attach (product sold alongside the service, on trust the provider already earned) and service mix (tilting the book toward higher-margin services). Read revenue and margin per service hour, not just bodies through the door.

Plugin manifests1

plugins/salon-spa-operations/.claude-plugin/plugin.json
{
  "name": "salon-spa-operations",
  "version": "0.1.1",
  "description": "Salon / spa / barbershop operations team — agents (salon-spa-operations-lead, front-desk-booking-manager, stylist-chair-economics-advisor) for the three engines of a service-chair business: the owner-level P&L (chair and room utilization, service mix, retail attach, membership and package revenue, the staffing model), the front desk (online booking, no-show / late-cancel policy and deposits, rebooking at checkout, waitlist, reminders), and provider economics (commission tiers vs booth rent vs hourly, back-bar / product cost, prebooking, clientele building and retention). Operations and financial decision-support, not legal, tax, or employment-classification advice; volatile benchmarks (utilization, retail-attach, no-show norms) carry a retrieval date + verify-at-use; no client PII. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, and commands. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "salon-operations",
    "spa-operations",
    "barbershop",
    "chair-utilization",
    "no-show-policy",
    "rebooking",
    "retail-attach",
    "service-mix",
    "commission-vs-booth-rent",
    "booth-rent",
    "prebooking",
    "membership-revenue",
    "service-menu-pricing",
    "front-desk-booking"
  ],
  "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.

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