Agent Plugins Marketplace
All plugins

fitness-studio-gym-operations

v0.1.1

Gym / boutique-fitness-studio operations team — agents (fitness-studio-operations-lead, membership-retention-manager, class-schedule-coach-ops) for the three engines of a fitness business: the membership P&L (growth, churn/retention, member LTV, utilization, ancillary revenue from PT, retail, and café), the retention machine (onboarding, attendance triggers, churn prediction and saves, win-back, referral, pricing/tiers), and the class grid (scheduling on demand, instructor utilization and pay, capacity/fill, waitlist, no-show, sub coverage). ADVISORY operations knowledge, not legal/financial/medical advice; volatile specifics (churn norms, LTV math, class-fill and instructor-pay benchmarks) carry a retrieval date + verify-at-use; no member PII. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Seams to retail-store-operations, restaurant-operations, and people-operations-hr. 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 fitness-studio-gym-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 fitness-studio-gym-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/fitness-studio-gym-operations/.

Plugin files

plugins/fitness-studio-gym-operations/
├── .claude-plugin/plugin.json
├── skills/ancillary-revenue-mix/SKILL.md
├── skills/class-schedule-and-instructor-utilization/SKILL.md
├── skills/member-onboarding-and-retention/SKILL.md
└── skills/membership-growth-and-churn/SKILL.md

Included Skills4

ancillary-revenue-mixskills/ancillary-revenue-mix/SKILL.md

Grow the margin dues can't reach: personal training, small-group/semi-private, retail, and café/juice-bar revenue per member. Read revenue-per-member and contribution margin by line, and sequence ancillary growth on the retained base. Attach and margin benchmarks are verify-at-use.

class-schedule-and-instructor-utilizationskills/class-schedule-and-instructor-utilization/SKILL.md

Build and read a fitness class grid: fill rate by slot and class type, the per-class break-even headcount from instructor pay plus room cost, instructor utilization, and the no-show/waitlist mechanics that reclaim held seats. Fill and instructor-pay benchmarks are verify-at-use.

member-onboarding-and-retentionskills/member-onboarding-and-retention/SKILL.md

Build the first-30-days onboarding and the attendance-signal early-warning system that keep members: first-visit-at-signup, an early-frequency target, a check-in cadence, and a churn-save flow that matches the offer to the cancel cause instead of reflex-discounting. Retention benchmarks are verify-at-use.

membership-growth-and-churnskills/membership-growth-and-churn/SKILL.md

Read a fitness membership base as a subscription business: net member movement (joins minus churn), the retention/survival curve, member LTV = ARPU / churn, and the leaky-bucket diagnosis that tells you whether to fix acquisition or retention first. Churn/LTV benchmarks are verify-at-use.

Plugin manifests1

plugins/fitness-studio-gym-operations/.claude-plugin/plugin.json
{
  "name": "fitness-studio-gym-operations",
  "version": "0.1.1",
  "description": "Gym / boutique-fitness-studio operations team — agents (fitness-studio-operations-lead, membership-retention-manager, class-schedule-coach-ops) for the three engines of a fitness business: the membership P&L (growth, churn/retention, member LTV, utilization, ancillary revenue from PT, retail, and café), the retention machine (onboarding, attendance triggers, churn prediction and saves, win-back, referral, pricing/tiers), and the class grid (scheduling on demand, instructor utilization and pay, capacity/fill, waitlist, no-show, sub coverage). ADVISORY operations knowledge, not legal/financial/medical advice; volatile specifics (churn norms, LTV math, class-fill and instructor-pay benchmarks) carry a retrieval date + verify-at-use; no member PII. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Seams to retail-store-operations, restaurant-operations, and people-operations-hr. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "fitness-studio",
    "gym-operations",
    "boutique-fitness",
    "membership-retention",
    "member-churn",
    "member-ltv",
    "class-scheduling",
    "instructor-utilization",
    "ancillary-revenue",
    "personal-training",
    "onboarding",
    "no-show-policy",
    "capacity-fill",
    "unit-economics"
  ],
  "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.

[fitness-studio-gym-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fitness-studio-gym-operations)