recette-cout-marge

recette-cout-marge is a skill for Claude Code from PrendsTaPart/Plugin-Claude-MCP-BraindCode-. It costs 47 tokens per session (955 once invoked), scanned A, original, Apache-2.0.

A restaurant recipe and pricing workflow for recording recipes, calculating their cost, applying French restaurant VAT rules, and working out margins.

In plain words
What is it for?
Creating recipes, recording raw ingredient quantities and preparation details, calculating recipe costs and margins, and choosing VAT rates for dishes and drinks.
Why use it?
It helps set prices from actual ingredient costs and the correct tax treatment instead of relying on rough estimates.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the foodeatup plugin — 22 skills, 5 agents shipped together

Good fit Creating recipes, recording raw ingredient quantities and preparation details, calculating recipe costs and margins, and choosing VAT rates for dishes and drinks.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add PrendsTaPart/Plugin-Claude-MCP-BraindCode-
Claude Code
/plugin install foodeatup

Made for: Claude Code.

Or install foodeatup, the plugin that ships this one along with the rest of its 22 skills, 5 agents.

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 recette-cout-marge

README.md
[![agentmods](https://agentmods.dev/badge/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge/github.svg)](https://agentmods.dev/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge)
Your own site
<a href="https://agentmods.dev/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge"><img src="https://agentmods.dev/badge/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge/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 recette-cout-marge

Your own site · 80×15
<a href="https://agentmods.dev/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge"><img src="https://agentmods.dev/badge/skills/prendstapart/plugin-claude-mcp-braindcode-/recette-cout-marge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 955 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.00047 $0.00955
Opus 5 $0.00023 $0.00477
Sonnet 5 $0.00009 $0.00191
Haiku 4.5 $0.00005 $0.00096

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

Security

Grade A, and why

recette-cout-marge 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 10d 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.

foodeatup/skills/recette-cout-marge/SKILL.md · 65 lines

How it starts

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

Recette, coût et marge

Étape 0 — Références et établissement (obligatoire)

  1. Charger ${CLAUDE_PLUGIN_ROOT}/reference/directives-outils.md et appliquer ses règles pendant toute l'exécution (IDs, confirmations, données, formats, erreurs).
  2. S'assurer d'avoir l'establishment_id (le demander si absent) avant tout appel.
  3. Règle « Résolution des noms » (directives § 1 ter) : tout nom parlé ou écrit (produit, ingrédient, plat, équipement, table, recette) se résout via search_entities AVANT tout autre appel — fuzzy FR géré par le serveur (accents, pluriels) ; si ambiguous=true, présenter les candidats et DEMANDER confirmation avant d'agir. Jamais d'ID deviné.

Workflow

  1. Collecter la recette : nom, portions (how_many_people), ingrédients avec quantités en poids BRUT (avant cuisson/parage) et unités (g, kg, ml, L, pièce), étapes de préparation, temps, difficulté (1-3), coefficient/rendement de cuisson si pertinent.
  2. Déterminer la TVA selon la nature du plat (règles françaises) :
    • immediate (consommation immédiate : plat servi, boisson sans alcool ouverte) → 10 % ;
    • conservable (produit vendu emballé, conservable) → 10 % sur place / 5,5 % à emporter — demander le canal de vente si ambigu ;
    • alcohol (boisson alcoolisée) → 20 %. Toujours choisir la bonne nature AVANT de fixer tax_rate ; en cas de doute, demander à l'utilisateur.
  3. Créer la recettecreate_recipe avec :
    • establishment_id, name, desc (courte description générale UNIQUEMENT — ne JAMAIS mettre les étapes ni la liste d'ingrédients dans desc) ;
    • ingredients : tableau {name ou ingredient_id, quantity (poids BRUT), unit, price_per_unit si l'ingrédient doit être créé} — les ingrédients sont retrouvés par nom ou créés s'ils n'existent pas ;
    • steps : tableau {description, preparation_time} dans l'ordre (numérotation automatique) ;
    • tax_rate (en %, selon l'étape 2), price_includes_tax (préciser si le prix discuté est HT ou TTC — défaut HT) ;
    • marge : target_margin_rate (%) avec margin_basis = marge ((PV−coût)/coût, défaut) ou coefficient ; ou bien recommended_price si l'utilisateur impose un prix ;
    • optionnels : how_many_people, preparation_time, dificulty, category_names (créées si absentes).
  4. Restituer : coût matière calculé, prix conseillé, marge obtenue. Vérifier avec get_recipe / list_recipes si besoin.

Read the full file on GitHub · 65 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. 10d ago First seen · 65 lines · 47 tokens per session scan A af8f59dc3a0f

Subscribe to this mod's changes

recette-cout-marge is a skill published in the GitHub repository PrendsTaPart/Plugin-Claude-MCP-BraindCode- (8 stars, last pushed 16d ago), licensed Apache-2.0. It adds 47 tokens to every session and 955 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-31.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens