Agent skill · Business & Finance

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.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/shop-restaurant/table-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Core Principles
  2. The Four Levers of Table Revenue
  3. Skill Workflow
  4. Step 1 — Audit Current Table Configuration
  5. Step 2 — Calculate RevPASH Metrics
  6. Step 3 — Reservation Optimization
  7. Step 4 — Dynamic Table Assignment
  8. Step 5 — Waitlist & Flow Management
  9. Step 6 — Table Mix Recommendations
  10. Step 7 — Service Recovery
  11. Trigger Phrases
  12. Key Instructions Summary
  13. Common Mistakes
More from mercury-agent-skills
All skills →
About this skill
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.

Keep going