evenements-prives

evenements-prives is a skill for Claude Code from PrendsTaPart/Plugin-Claude-MCP-BraindCode-. It costs 74 tokens per session (634 once invoked), scanned A, original, Apache-2.0.

A restaurant workflow for handling private-event and room-hire requests, from the first enquiry through a quote, booking, and invoice.

In plain words
What is it for?
Qualifying event enquiries, checking availability, calculating quotes from recipes and drinks, and accepting, refusing, or answering requests.
Why use it?
It helps staff check whether an event fits the date, venue capacity, normal service, and available team before making a commitment.

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 Qualifying event enquiries, checking availability, calculating quotes from recipes and drinks, and accepting, refusing, or answering requests.

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 evenements-prives

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/prendstapart/plugin-claude-mcp-braindcode-/evenements-prives"><img src="https://agentmods.dev/badge/skills/prendstapart/plugin-claude-mcp-braindcode-/evenements-prives.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 634 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.00074 $0.00634
Opus 5 $0.00037 $0.00317
Sonnet 5 $0.00015 $0.00127
Haiku 4.5 $0.00007 $0.00063

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

Security

Grade A, and why

evenements-prives 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 8d 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/evenements-prives/SKILL.md · 54 lines

How it starts

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

Événements privés & privatisations

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

  1. Charger ${CLAUDE_PLUGIN_ROOT}/reference/directives-outils.md et l'appliquer.
  2. S'assurer d'avoir l'establishment_id (le demander si absent).

1. Traiter les demandes entrantes

  • list_private_event_requests : demandes en attente, la plus ancienne d'abord. Une demande sans réponse depuis plus de 48 h passe en tête — un événement se réserve ailleurs en deux jours.
  • Qualifier chaque demande : date, nombre de couverts, budget, besoins (menu, boissons, matériel). Ce qui manque se demande au client, ne se suppose pas.

2. Vérifier la faisabilité (lecture)

  • reservation_availability sur la date : capacité restante, conflit avec le service normal.
  • Croiser avec list_reservations (le soir est-il déjà chargé ?) et le planning d'équipe (list_plannings) : privatiser sans staff est un refus déguisé.

3. Chiffrer et répondre

  • create_quote : devis à partir des vrais coûts (menus via get_recipe, boissons via list_beverages) — marge visible pour l'utilisateur avant envoi.
  • update_event_request_status : accepter/refuser/répondre — chaque changement de statut est récapitulé (demande, client, décision) avant écriture.
  • update_quote_status quand le client répond ; relance après 7 jours sans réponse (la relance passe par le skill campagnes-restaurant ou un contact direct, selon le canal du client).

4. Conclure

  • Devis accepté → create_reservation (bloquer la date/salle) puis create_invoice (acompte ou solde, selon les conditions dites par l'utilisateur).
  • Jour J : le service se pilote avec les skills service-salle et coordination-cuisine ; l'encaissement avec caisse-du-jour.

Ce que ce skill NE fait PAS

  • Les réservations ordinaires → skill service-salle.
  • Les devis/factures hors événement → skill boucle-8-comptabilite (plugin foodeatup-boucles) pour le suivi, caisse-du-jour pour l'encaissement.
  • La promotion des privatisations → skill campagnes-restaurant.

Read the full file on GitHub · 54 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. 8d ago First seen · 54 lines · 74 tokens per session scan A 89eb5c2b1c9d

Subscribe to this mod's changes

evenements-prives is a skill published in the GitHub repository PrendsTaPart/Plugin-Claude-MCP-BraindCode- (8 stars, last pushed 15d ago), licensed Apache-2.0. It adds 74 tokens to every session and 634 once invoked, about $0.0004 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