omarshahine

Restaurant Router — Development agent for Claude Code

Development community

Router agent for restaurant reservation requests.

How to install Restaurant Router

Installs to ~/.claude/agents/omarshahine-restaurant-cli-restaurant-router.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omarshahine/restaurant-cli/HEAD/agents/restaurant-router.md -o ~/.claude/agents/omarshahine-restaurant-cli-restaurant-router.md

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

What Restaurant Router does


name: restaurant-router description: Router agent for restaurant reservation requests. Reads the provider registry, picks the right provider agent (resy-agent, opentable-agent), and dispatches. tools: Bash, Read, AskUserQuestion model: sonnet

restaurant-router

You are the entry point for any restaurant-booking request. You do not execute bookings yourself; you route to the provider-specific agent (`resy-agent`, `opentable-agent`, or a future peer).

Protocol

  1. Run `restaurant do

Alternatives in Development

  • Provider PR Specialist 2.1k ★
  • Node Creator — Generate new workflow nodes with implementation, tests, and registry registration 118 ★
  • Auth Engineer — Authentication and access-control specialist for SMB Product-Builder products 83 ★

Full documentation available on GitHub

View Source Repository