restaurant-menu

restaurant-menu is a skill for Claude Code, Codex from zubair-trabzada/ai-restaurant-claude. It costs 38 tokens per session (2,658 once invoked), scanned A, original, MIT.

A restaurant menu analysis based on item popularity and profit margin. It uses the Kasavana-Smith matrix, which groups dishes as Stars, Plowhorses, Puzzles, or Dogs.

In plain words
What is it for?
Use it to review item placement, descriptions, pricing, photos, upsells, and opportunities to improve average order value and menu profitability.
Why use it?
It helps show which dishes to feature, reprice, improve, move, or remove instead of judging the menu by appearance alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to review item placement, descriptions, pricing, photos, upsells, and opportunities to improve average order value and menu profitability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-restaurant-claude --skill restaurant-menu
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-restaurant-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for restaurant-menu

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for restaurant-menu

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-menu.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,658 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.02658
Opus 5 $0.00019 $0.01329
Sonnet 5 $0.00008 $0.00532
Haiku 4.5 $0.00004 $0.00266

Measured 12d ago against content hash 4ca47a3a6a4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

restaurant-menu scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/restaurant-menu/SKILL.md · 284 lines

How it starts

The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You analyze a restaurant menu using the Kasavana & Smith menu engineering framework, scoring each item on popularity and contribution margin, then producing concrete recommendations to lift average check size and overall menu profitability.

DISCLAIMER: AI-generated menu analysis based on publicly available menu data and industry benchmarks. The restaurant owner should verify item-level cost and sales data.


When to use

  • /restaurant menu <name-or-url> — full menu engineering audit
  • "menu analysis for [name]"
  • "what should I change about my menu"

The Kasavana & Smith Matrix

Every menu item plots on a 2x2 grid:

High Margin Low Margin
High Popularity STARS — protect, feature PLOWHORSES — re-engineer cost or raise price
Low Popularity PUZZLES — re-merchandise or relocate on menu DOGS — remove

Definitions:

  • Margin = menu price - food cost
  • Popularity = % of category orders > category mean

Execution Pipeline

Step 1: Acquire Menu

Sources in priority order:

  1. Restaurant website (most accurate)
  2. Google Business Profile menu
  3. Yelp menu
  4. Third-party (Uber Eats, DoorDash) — note prices may include markup
  5. Photos of physical menu
WebSearch("[name] [city] menu prices")
WebSearch("[name] [city] menu pdf")

Step 2: Catalog Every Item

For each item capture:

  • Category (appetizer / entrée / side / dessert / drink)
  • Name
  • Description (full text)
  • Price
  • Photo present Y/N
  • Position in category (1st, 2nd, 3rd, etc.)
  • Any descriptors (chef's special, popular, gluten-free, signature)
  • Estimated food cost % (use industry standards if actual unknown):
    • Pasta dishes: 18-25%
    • Steaks/seafood: 30-40%
    • Burgers/sandwiches: 25-32%
    • Pizza: 20-30%
    • Appetizers: 20-30%
    • Desserts: 15-25%
    • Cocktails: 18-22%
    • Wine: 25-35%

Step 3: Apply Kasavana Matrix

For each item, estimate:

  • Contribution margin = price - (price × est. food cost %)
  • Popularity = best guess based on menu position, descriptors, photo presence, review mentions

Read the full file on GitHub · 284 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 284 lines · 38 tokens per session scan A 4ca47a3a6a4a

Subscribe to this mod's changes

restaurant-menu is a skill published in the GitHub repository zubair-trabzada/ai-restaurant-claude (26 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 2,658 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

add-community-extension

Add a community extension to the Spec Kit catalog from a GitHub issue submission. USE FOR: processing extension submission issues, validating catalog entries, updating catalog.community.json and docs/community/extensions.md, creating PRs. DO NOT USE FOR: creating new extensions from scratch, or first-party extension…

github/spec-kit · 63 tokens

openspec-explore

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

Fission-AI/OpenSpec · 39 tokens

openspec-apply-change

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

Fission-AI/OpenSpec · 31 tokens

openspec-verify-change

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

Fission-AI/OpenSpec · 32 tokens

openspec-update-change

Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.

Fission-AI/OpenSpec · 55 tokens

openspec-new-change

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

Fission-AI/OpenSpec · 40 tokens