briefing

briefing is a skill for Claude Code, Codex from rlacombe/switchback-running. It costs 14 tokens per session (521 once invoked), scanned A, original, MIT.

A coaching-note workflow for Intervals.icu, a training platform that records workouts and fitness data. It posts a short briefing as a calendar note for the day.

In plain words
What is it for?
Reading the training knowledge base, checking today's workouts and wellness data, reviewing seven-day fitness trends, and posting concise workout guidance.
Why use it?
It combines planned workouts, recovery information, and recent fitness trends into one note the athlete can read alongside the day's training.

Skill for Claude CodeCodex

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/rlacombe/switchback-running/briefing
Any agent
npx skills add rlacombe/switchback-running --skill briefing
Clone the repo
git clone --depth 1 https://github.com/rlacombe/switchback-running

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 briefing

README.md
[![agentmods](https://agentmods.dev/badge/skills/rlacombe/switchback-running/briefing.svg)](https://agentmods.dev/skills/rlacombe/switchback-running/briefing)
Your own site
<a href="https://agentmods.dev/skills/rlacombe/switchback-running/briefing"><img src="https://agentmods.dev/badge/skills/rlacombe/switchback-running/briefing.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 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 $0.00014 $0.00521
Opus 5 $0.00007 $0.00260
Sonnet 5 $0.00003 $0.00104
Haiku 4.5 $0.00001 $0.00052

Measured 4d ago against content hash aafcc06d34bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

briefing 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 4d 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.

.claude/skills/briefing/SKILL.md · 51 lines

How it starts

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

/briefing — Post Coaching Note to Calendar

Creates a NOTE event on the Intervals.icu calendar with a coaching summary for today. The note appears alongside your planned workout — visible in Intervals.icu and any synced calendar (Google, Apple, Outlook).

Step 1: Read knowledge base

Read knowledge/recovery-overtraining.md and knowledge/workout-types.md to inform the coaching note with relevant training science.

Step 2: Gather data

Fetch data using MCP tools (call them directly, in parallel where possible):

  • Events endpoint for today (oldest=today, newest=today) — planned workouts
  • Wellness endpoint for today (oldest=today, newest=today) — sleep, HRV, RHR, fatigue, mood
  • Fitness endpoint for the last 7 days — CTL/ATL/TSB trend
  • Zones are cached in athlete/profile.md — skip the athlete endpoint unless zones are missing

Step 3: Write the coaching note

Compose a concise, actionable coaching note. Keep it short — this will be read on a calendar card, not a terminal. Structure:

[Wellness] Sleep Xh | HRV XX (vs avg XX) | RHR XX
[Form] TSB X (fresh/neutral/tired/fatigued) — CTL XX, ATL XX
[Today] {workout name}: {brief coaching cue for execution}
{one-line recommendation or flag if anything needs attention}

Guidelines:

  • If wellness data suggests caution (poor sleep, low HRV, high fatigue), say so directly
  • If the workout has structured intervals, include the key intensity targets using the athlete's actual zones
  • If it's a rest day, note it and mention what's coming next
  • Keep the entire note under ~150 words — it needs to fit a calendar card
  • No greetings, no sign-offs — just the coaching content

Step 4: Post to calendar

Call the create event endpoint with:

  • category: "NOTE"
  • start_date_local: today's date in YYYY-MM-DD format
  • name: "Coach's Notes"
  • description: the coaching note from Step 2

Step 5: Confirm

Tell the user the note has been posted. Mention that it will show up in Intervals.icu and any synced calendars.

Read the full file on GitHub · 51 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. 4d ago First seen · 51 lines · 14 tokens per session scan A aafcc06d34bf

Subscribe to this mod's changes

briefing is a skill published in the GitHub repository rlacombe/switchback-running (11 stars, last pushed 9d ago), licensed MIT. It adds 14 tokens to every session and 521 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

qmd

Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…

breferrari/obsidian-mind · 142 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens

unity-vrc-skills-renovator

VRChat skill renovator for knowledge fill, refresh, and quality improvement. Use this skill when updating VRChat skills to new SDK versions, filling missing knowledge, fixing outdated information, or improving skill quality. Targets unity-vrc-udon-sharp and unity-vrc-world-sdk-3 skills. Triggers on: update skills, SDK…

niaka3dayo/agent-skills-vrc-udon · 101 tokens

neo4j-snowflake-graph-analytics-skill

Run Neo4j Graph Analytics algorithms (PageRank, Louvain, WCC, Dijkstra, KNN, Node2Vec, FastRP, GraphSAGE) directly inside Snowflake without moving data. Use when running graph algorithms against Snowflake tables via the Neo4j Snowflake Native App ("GDS Snowflake", "graph algorithms in Snowflake", "Neo4j Graph…

neo4j-contrib/neo4j-skills · 222 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-driver-dotnet-skill

Neo4j .NET Driver v6 — IDriver lifecycle, DI registration (singleton), ExecutableQuery fluent API, ExecuteReadAsync/ExecuteWriteAsync managed transactions, IResultCursor (FetchAsync/ ToListAsync), record value access (.Get /As ), null safety, UNWIND batching, temporal types, await using, EagerResult, object mapping…

neo4j-contrib/neo4j-skills · 187 tokens