omarshahine

Restaurant Jobs — Development skill for Claude Code

Development community

Inspect or manage scheduled snipe jobs (list / cancel / logs).

How to install Restaurant Jobs

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

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

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

What Restaurant Jobs does


description: Inspect or manage scheduled snipe jobs (list / cancel / logs)

Restaurant Jobs

Invoke the CLI's `jobs` subcommand:

restaurant jobs list                   # show all queued snipes
restaurant jobs cancel         # cancel a queued snipe (prompts y/N)
restaurant jobs logs           # show the fire-time log (JSONL + book output)

Parse `$ARGUMENTS` to decide which sub-action:

  • If it looks like list / cancel X / logs X, run that directly.
  • I

Alternatives in Development

  • Cancel Pua Loop — 取消当前活跃的 PUA Loop(原子级联:state + worktree + 记录) 19.5k ★
  • Cancel Ralph Marketer Loop — The user wants to cancel the Ralph Marketer loop 721 ★
  • Maestro Session Manage — Manage a v3 Session — inspect status/resume-view, review knowledge candidates, complete, archive/unarchive 530 ★

Full documentation available on GitHub

View Source Repository