hotel-hospitality-operations
v0.1.2Hotel & Hospitality Operations specialist team — agents (hotel-operations-lead, revenue-management-analyst, labor-productivity-specialist, guest-experience-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A hospitality-operations team for a GM, revenue manager, or owner accountable for RevPAR, GOPPAR, and guest satisfaction — it optimizes RevPAR as the product of ADR and occupancy, manages channel mix at net rate, reads the booking pace curve, staffs labor to occupancy, and scores profit on GOPPAR. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 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 hotel-hospitality-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hotel-hospitality-operations@agent-plugin-marketplacePaste 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/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hotel-hospitality-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/compare-channels/SKILL.md├── skills/link-experience-revenue/SKILL.md├── skills/read-booking-pace/SKILL.md├── skills/read-revpar/SKILL.md└── skills/size-labor/SKILL.md
Included Skills5
Compare channels at net rate after acquisition cost, not gross rate. Reach for this on a channel or OTA question.
Link guest satisfaction to rate power and channel margin — treat experience as a revenue input. Reach for this on a guest-experience question.
Read booking pace and pickup against the prior cycle to decide hold-rate vs stimulate. Reach for this on a forecast or pace question.
Read RevPAR as ADR × occupancy and test the rate-vs-occupancy trade-off; carry to GOPPAR if profit is given. Reach for this on a rate or RevPAR question.
Size labor to the occupancy forecast by hours-per-occupied-room and protect flow-through. Reach for this on a labor question.
Plugin manifests1
{
"name": "hotel-hospitality-operations",
"version": "0.1.2",
"description": "Hotel & Hospitality Operations specialist team — agents (hotel-operations-lead, revenue-management-analyst, labor-productivity-specialist, guest-experience-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A hospitality-operations team for a GM, revenue manager, or owner accountable for RevPAR, GOPPAR, and guest satisfaction — it optimizes RevPAR as the product of ADR and occupancy, manages channel mix at net rate, reads the booking pace curve, staffs labor to occupancy, and scores profit on GOPPAR. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"hospitality",
"hotel-operations",
"revpar",
"adr",
"channel-mix",
"booking-pace",
"labor-productivity",
"goppar",
"segment-mix"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hotel-hospitality-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hotel-hospitality-operations)