plan-menu

plan-menu is a skill for Claude Code, Codex from RiggdAI/uniqent. It costs 20 tokens per session (254 once invoked), scanned A, original, Apache-2.0.

A menu-planning guide creates a seasonal menu for specified days and meal periods while tracking food cost and dietary requirements. Food cost is the share of menu revenue spent on ingredients.

In plain words
What is it for?
Use it to draft dishes with ingredients, portions, allergen labels, and estimated costs, then check vegan and halal coverage and calculate the overall food-cost percentage.
Why use it?
It helps balance variety, seasonal availability, dietary coverage, and a target ingredient budget before the menu is finalised.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/riggdai/uniqent/plan-menu
Any agent
npx skills add RiggdAI/uniqent --skill plan-menu
Clone the repo
git clone --depth 1 https://github.com/RiggdAI/uniqent

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 plan-menu

README.md
[![agentmods](https://agentmods.dev/badge/skills/riggdai/uniqent/plan-menu.svg)](https://agentmods.dev/skills/riggdai/uniqent/plan-menu)
Your own site
<a href="https://agentmods.dev/skills/riggdai/uniqent/plan-menu"><img src="https://agentmods.dev/badge/skills/riggdai/uniqent/plan-menu.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 254 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00020 $0.00254
Opus 5 $0.00010 $0.00127
Sonnet 5 $0.00004 $0.00051
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

plan-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 6d 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.

examples/menu-planner/skills/plan-menu/SKILL.md · 21 lines

What it actually says

Plan Menu

When asked to plan a menu:

  1. Clarify the brief. Confirm: number of days, meal periods (breakfast/lunch/dinner), food-cost target (default 30%), and any hard dietary requirements (vegan, halal, allergen-free).
  2. Select seasonal ingredients. Use web fetch to check what is in season for the current month and region. Prefer items with short supplier lead-times.
  3. Draft the menu. For each dish include: name, main ingredients, estimated food cost %, portion sizes (protein / starch / vegetable), and allergen labels.
  4. Check coverage. Verify at least one vegan and one halal option appears in every service period. Flag any period where this is not met.
  5. Confirm cost compliance. Calculate the blended food-cost % across the full menu. If any dish exceeds the target, flag it and suggest a swap before finalising.
  6. Output a clean table per day/meal, followed by a summary row showing overall food-cost %.
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. 6d ago First seen · 21 lines · 20 tokens per session scan A faf1b9b9265c

Subscribe to this mod's changes

plan-menu is a skill published in the GitHub repository RiggdAI/uniqent (15 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 20 tokens to every session and 254 once invoked, about $0.0001 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

honcho

Configure and use Honcho memory with Zorro -- cross-session user modeling, multi-profile peer isolation, observation config, and dialectic reasoning. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation and recall settings.

braxtonROSE4/zorro-agent · 55 tokens

webhook-subscriptions

Create and manage webhook subscriptions for event-driven agent activation. Use when the user wants external services to trigger agent runs automatically.

braxtonROSE4/zorro-agent · 29 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

braxtonROSE4/zorro-agent · 69 tokens

jupyter-live-kernel

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a…

braxtonROSE4/zorro-agent · 76 tokens

himalaya

CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

braxtonROSE4/zorro-agent · 52 tokens

telephony

Give Zorro phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.

braxtonROSE4/zorro-agent · 45 tokens