briefing-du-jour

briefing-du-jour is a skill for Claude Code from PrendsTaPart/Plugin-Claude-MCP-BraindCode-. It costs 63 tokens per session (1,181 once invoked), scanned A, original, Apache-2.0.

Résumé quotidien pour directeur de restaurant, réunissant les alertes, l'hygiène alimentaire, les réservations, l'équipe, les productions et les stocks.

In plain words
What is it for?
Préparer le point du matin, repérer les problèmes de sécurité alimentaire ou d'organisation et afficher les trois priorités de la journée.
Why use it?
Il évite de consulter plusieurs registres séparément pour savoir ce qui demande une attention immédiate.

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 Préparer le point du matin, repérer les problèmes de sécurité alimentaire ou d'organisation et afficher les trois priorités de la journée.

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 briefing-du-jour

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/prendstapart/plugin-claude-mcp-braindcode-/briefing-du-jour"><img src="https://agentmods.dev/badge/skills/prendstapart/plugin-claude-mcp-braindcode-/briefing-du-jour.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,181 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.00063 $0.01181
Opus 5 $0.00032 $0.00590
Sonnet 5 $0.00013 $0.00236
Haiku 4.5 $0.00006 $0.00118

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

Security

Grade A, and why

briefing-du-jour 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 9d 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/briefing-du-jour/SKILL.md · 86 lines

How it starts

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

Briefing du jour

É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.

Workflow — collecte (lecture seule, date du jour)

Dérouler dans l'ordre des priorités maison (HACCP > client > rentabilité) :

  1. Cadre du jour — UN appel serveurget_daily_brief (establishment_id) : le brief agrégé côté serveur (alertes du jour, établissement actif). Il ouvre la collecte mais ne la remplace pas — les étapes suivantes vérifient le détail dans chaque registre.
  2. Notifications non lueslist_notifications (establishment_id seul ; pas de filtre serveur : filtrer les non lues dans la réponse) — elles ouvrent le briefing : ce sont les alertes déposées par le système et les routines (dont Loop Engine).
  3. Conformité HACCPlist_haccp_temperatures (date du jour) : relevés faits ? valeurs hors seuil ? list_haccp_reception : réceptions à contrôler ? Toute non-conformité passe EN TÊTE du briefing.
  4. Salle & réservations — UN appel temps réelfloor_plan_status (compteurs par statut + commande active par table) remplace tout appel séparé aux tables/zones. list_reservations (date du jour) reste la source des couverts, gros groupes et notes (allergies, VIP) — l'outil de disponibilité ne renvoie pas les réservations du jour. Puis créneaux chauds du midi : reservation_availability teste UN créneau à la fois (date, time HH:MM, party_size) — sonder 12:00 / 12:30 / 13:00 avec la taille de groupe typique et annoncer la capacité restante (« complet à 12:30, reste 2 tables à 13:00 »).
  5. Staffinglist_plannings (jour) : qui est présent par service ; croiser avec la charge (couverts attendus) et signaler un sous/sur-staffing.
  6. Productions planifiéeslist_production_plans (date du jour) : quoi produire, en quelle quantité, à quelle heure.
  7. Alertes ingrédientslist_production_alerts : ingrédients manquants pour les productions à venir.
  8. Stocks baslist_low_stocks : articles sous le seuil.
  9. Publier les alertes (seule écriture, sur confirmation) — pour chaque alerte retenue du briefing (non-conformité HACCP, relevé manquant, stock critique, surbooking), PROPOSER create_notification (establishment_id, title court, message factuel, typewarning | danger) pour qu'elle atteigne toute l'équipe dans FoodEatUp. Une confirmation PAR notification ; IDs récapitulés.

Read the full file on GitHub · 86 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. 9d ago First seen · 86 lines · 63 tokens per session scan A a288da4c1ff4

Subscribe to this mod's changes

briefing-du-jour 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 63 tokens to every session and 1,181 once invoked, about $0.0003 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

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens