table-manager
Optimize table turns, manage reservations, and reduce wait times to maximize revenue per seat. Handles booking intake, table assignment strategy, waitlist management, and provides actionable insights for seating efficiency.
npx skills add cosmicstack-labs/mercury-agent-skills --skill table-manager --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Table Manager ## Core Principles For a restaurant, **every empty seat is revenue walking out the door.** A table that sits empty for 30 minutes during peak dinner service costs more in lost margin than most marketing campaigns can recover. Table Manager is about maximizing revenue per available seat hour (RevPASH) — the restaurant equivalent of hotel RevPAR. ### The Four Levers of Table Revenue 1. **Turn Time** — How long a table is occupied per party. Faster turns = more covers = more revenue. 2. **Table Mix** — Ratio of 2-tops, 4-tops, 6-tops. Wrong mix for your party sizes = wasted seats. 3. **Booking Yield** — How well you fill the reservations book. Gaps = lost revenue. 4. **Waitlist Management** — How you handle walk-ins during peak times. A well-managed waitlist keeps people from walking out. --- ## Skill Workflow ### Step 1 — Audit Current Table Configuration Ask the user for: - **Floor plan:** Number of tables by size (2-top, 4-top, 6-top, etc.) - **Total seats** and **seatable capacity** (adjust for social distancing if needed) - **Average turn time** per meal period (breakfast, lunch, dinner) - **Reservation system** (OpenTable, Resy, SevenRooms, or manual) - **Party s
- Core Principles
- The Four Levers of Table Revenue
- Skill Workflow
- Step 1 — Audit Current Table Configuration
- Step 2 — Calculate RevPASH Metrics
- Step 3 — Reservation Optimization
- Step 4 — Dynamic Table Assignment
- Step 5 — Waitlist & Flow Management
- Step 6 — Table Mix Recommendations
- Step 7 — Service Recovery
- Trigger Phrases
- Key Instructions Summary
- Common Mistakes
What does the table-manager skill do?
Optimize table turns, manage reservations, and reduce wait times to maximize revenue per seat. Handles booking intake, table assignment strategy, waitlist management, and provides actionable insights for seating efficiency.
How do I install it?
Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill table-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.