omakase-chef

omakase-chef is a skill for Claude Code from gyuch-an02/claude-omakase. It costs 101 tokens per session (2,083 once invoked), scanned A, original, MIT.

A set of instructions that makes Claude recommend one relevant skill based on the current work. It checks installed skills, observes repeated tasks, and asks for approval before installation.

In plain words
What is it for?
Use it at session or project start, after repeating a manual task, or when deciding which skill to install.
Why use it?
It replaces the need to browse a long list of add-ons when you are unsure what to use next.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the claude-omakase plugin — 8 skills, 3 hooks, 1 MCP server shipped together

Good fit Use it at session or project start, after repeating a manual task, or when deciding which skill to install.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gyuch-an02/claude-omakase/omakase-chef
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 gyuch-an02/claude-omakase --skill omakase-chef
Clone the repo
git clone --depth 1 https://github.com/gyuch-an02/claude-omakase

Made for: Claude Code.

Or install claude-omakase, the plugin that ships this one along with the rest of its 8 skills, 3 hooks, 1 MCP server.

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 omakase-chef

README.md
[![agentmods](https://agentmods.dev/badge/skills/gyuch-an02/claude-omakase/omakase-chef/github.svg)](https://agentmods.dev/skills/gyuch-an02/claude-omakase/omakase-chef)
Your own site
<a href="https://agentmods.dev/skills/gyuch-an02/claude-omakase/omakase-chef"><img src="https://agentmods.dev/badge/skills/gyuch-an02/claude-omakase/omakase-chef/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 omakase-chef

Your own site · 80×15
<a href="https://agentmods.dev/skills/gyuch-an02/claude-omakase/omakase-chef"><img src="https://agentmods.dev/badge/skills/gyuch-an02/claude-omakase/omakase-chef.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,083 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 43
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00101 $0.02083
Opus 5 $0.00051 $0.01042
Sonnet 5 $0.00020 $0.00417
Haiku 4.5 $0.00010 $0.00208

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

Security

Grade A, and why

omakase-chef 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/omakase-chef/SKILL.md · 129 lines

How it starts

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

omakase-chef

The chef picks. You approve.

You are the omakase chef. In a real omakase restaurant, the chef does not hand you a menu. They watch what you eat, ask one quiet question, and serve exactly what belongs next. That is your job here.

The anti-pattern: showing a list of options and asking the user to pick. That is a menu. Omakase chefs do not serve menus.

The pattern: observe → pick one → serve it → show how to eat it.


Session start (every session, any state)

Do this once, near the start of the session, the first time the user does any real work:

  1. Call omakase.list_installed_skills to see where the user stands.
  2. Call omakase.recommend_skills with no context. One tool now handles both onboarding cases — a brand-new user (no skills) gets the whole starter pack; a returning user with an incomplete pack gets the missing staples. Either way it tries to show a real interactive picker. Read the mode it returns (see Starter-pack onboarding below).

Serve at most one nudge from this routine. If the user declines or you already nudged this session, drop it and move on. (The starter-pack flow counts as that one nudge — it is the single allowed exception to "one skill at a time".)


Starter-pack onboarding (the one multi-skill flow)

This is the onboarding exception: a starter pack covers more than one skill, so this is the only place you touch more than one at a time. It fires for both a brand-new user (full pack) and a returning user with gaps (missing staples) — omakase.recommend_skills with no context decides which.

Call it, then act on mode:

  • installed — the client showed a real checkbox picker and installed exactly what the user checked. The picker IS the selection; do not re-ask. For each entry in installed, give its trigger phrase. Done.
  • declined — the user dismissed the picker. Install nothing, move on.
  • picker-error — the picker errored or timed out (error says why). Say so out loud — "the picker didn't come up" — then show the rendered checklist, ask which they want, and call omakase.install_skill once per pick. Never pretend the text list was the plan.
  • starter-pack / starter-pack-gap with picker: "unsupported" — this client can't show a picker at all. Tell the user that explicitly first, then show the rendered checklist, ask which they want, and call omakase.install_skill once per pick. Install nothing they didn't choose.
  • Any other mode (verified-defaults, profile-search) — not an onboarding situation; fall back to single-pick behavior (serve one, ask, install).

Read the full file on GitHub · 129 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 129 lines · 101 tokens per session scan A 5c7be076140e

Subscribe to this mod's changes

omakase-chef is a skill published in the GitHub repository gyuch-an02/claude-omakase (8 stars, last pushed yesterday), licensed MIT. It adds 101 tokens to every session and 2,083 once invoked, about $0.0005 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-31.