omarshahine

Restaurant Book — Development skill for Claude Code

Development community

Book a restaurant reservation now (not a snipe — immediate booking).

How to install Restaurant Book

Installs to ~/.claude/skills/omarshahine-restaurant-cli-restaurant-book/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omarshahine-restaurant-cli-restaurant-book && curl -fsSL https://raw.githubusercontent.com/omarshahine/restaurant-cli/HEAD/commands/restaurant-book.md -o ~/.claude/skills/omarshahine-restaurant-cli-restaurant-book/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Restaurant Book does


description: Book a restaurant reservation now (not a snipe — immediate booking)

Restaurant Book

Delegate to the `restaurant-router` agent with an explicit "book now" intent:

The user wants to BOOK (not snipe) a reservation immediately. Arguments: $ARGUMENTS

Router protocol summary:

  1. Run restaurant doctor to pick a provider with book capability.
  2. If the user gave a name not an id, search first and confirm the venue.
  3. Run restaurant availability to see open slots

Alternatives in Development

  • Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
  • Claurst — Your favorite Terminal Coding Agent, now in Rust 9.2k ★
  • Analyze Codebase To Book — Prompt: Turn Any Codebase Into a Technical Book 1.7k ★

Full documentation available on GitHub

View Source Repository