weekly-pacing

weekly-pacing is a skill for Claude Code, Codex from pnp/copilot-prompts. It costs 267 tokens per session (1,704 once invoked), scanned A, original, MIT.

A weekly work-pacing report based on calendar activity, email volume, and themes in work communications. It labels each day Rest, Light, Focus, or Heavy according to meetings, communication, and time for uninterrupted work.

In plain words
What is it for?
Use it to review the current or upcoming work week and identify rest, lighter, focused, and heavy days. It ends with one concrete suggestion for managing the week.
Why use it?
It makes the shape of a work week easier to understand, including where lighter or heavier days fall. It is designed to describe workload calmly without turning it into a numeric stress score.

Skill for Claude CodeCodex

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

Good fit Use it to review the current or upcoming work week and identify rest, lighter, focused, and heavy days. It ends with one concrete suggestion for managing the week.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/copilot-prompts/weekly-pacing
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.

Any agent
npx skills add pnp/copilot-prompts --skill weekly-pacing
Clone the repo
git clone --depth 1 https://github.com/pnp/copilot-prompts

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 weekly-pacing

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/copilot-prompts/weekly-pacing.svg)](https://agentmods.dev/skills/pnp/copilot-prompts/weekly-pacing)
Your own site
<a href="https://agentmods.dev/skills/pnp/copilot-prompts/weekly-pacing"><img src="https://agentmods.dev/badge/skills/pnp/copilot-prompts/weekly-pacing.svg" alt="Measured on agentmods" height="20"></a>
Per session 267 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,704 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00267 $0.01704
Opus 5 $0.00133 $0.00852
Sonnet 5 $0.00053 $0.00341
Haiku 4.5 $0.00027 $0.00170

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

Security

Grade A, and why

weekly-pacing 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.

samples/skills/weekly-pacing/SKILL.md · 130 lines

How it starts

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

Weekly Pacing Report

A calm, visual read on the user's week using Work IQ signals. The goal is clarity — never overwhelm.

Tone Rules (CRITICAL)

The user has anxiety about workload. Every output must:

  • Lead with the good news — name rest days and lighter days FIRST, before heavy ones.
  • Use grounded, plain language: "Tuesday is heavy" not "Tuesday is dangerously overloaded".
  • Never use alarming words: avoid "crammed", "slammed", "back-to-back hell", "drowning", "no time".
  • Always end with one concrete, gentle suggestion — not a list of warnings.
  • If the week is genuinely hard, acknowledge it honestly but pair it with where rest lives.
  • Frame the week as a shape, not a score. Never produce a numeric stress rating.

Workflow

1. Resolve the week

  • Determine the target week from the user's phrasing ("this week", "next week", "the week of May 25").
  • Use the user's local time zone from system context.
  • Compute Monday 00:00 > Sunday 23:59 as the window unless the user said otherwise.

2. Pull Work IQ signals in parallel

Run these tool calls in parallel — they are independent:

a. CalendarListCalendarView for the week, include attendees and showAs.

b. Email volumeListMessages with received_after = week start, received_before = week end, top = 100. Group by day received.

c. Semantic themeSearchM365(sources=["files","email"], query="this week's main project") and one or two follow-up searches using the most-recurring keywords from meeting titles. Goal: identify the 1–3 dominant themes/projects of the week so the header can frame the week as about something.

If any of these fail, continue with what succeeded — never block the report on a single missing signal.

3. Compute per-day signals

For each day:

  • Meeting hours: total accepted/organized event time (exclude declined, tentative, all-day OOO).
  • Back-to-back blocks: count of consecutive meetings with <15 min gap.
  • Largest contiguous free block during 9am–5pm (the user's "breathing room").
  • First / last meeting: signals early start or late end.
  • Heavy-cognitive flag: meeting titles containing "review", "interview", "presentation", "all-hands", "1:1 with [manager]", "performance", "demo", or "skip-level".
  • Email load: count of messages received that day. Weight lightly — only meaningful as a compounding signal.

Read the full file on GitHub · 130 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 130 lines · 267 tokens per session scan A d93ad025e5fe

Subscribe to this mod's changes

weekly-pacing is a skill published in the GitHub repository pnp/copilot-prompts (873 stars, last pushed today), licensed MIT. It adds 267 tokens to every session and 1,704 once invoked, about $0.0013 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

ask-short-answer-first

Master the Bottom Line Up Front (BLUF) prompting pattern to get the direct 2-line answer immediately, eliminating preamble fluff and saving reading time.

alivirgo/Major-AI-Skills · 36 tokens

be-specific-instead-of-vague

How to replace vague prompts with the 5-Variable Precision Formula to eliminate generic fluff, hit exact requirements, and get one-shot perfection.

alivirgo/Major-AI-Skills · 36 tokens

give-ai-direct-feedback

How to use the 3-Part Direct Feedback Formula to steer AI outputs without vague trial-and-error or starting chats from scratch.

alivirgo/Major-AI-Skills · 30 tokens

give-ai-situation-context

How to anchor prompts with the 4-Pillar Situation Framework (Role, Scale, Budget, Constraints) to stop AI from over-engineering or giving irrelevant advice.

alivirgo/Major-AI-Skills · 39 tokens

image-prompt-builder-nl

Craft high-quality natural-language image prompts for any modern text-to-image or image-edit model that accepts flowing English. Trigger when the user wants help writing, rewriting, improving, or translating an English natural-language image prompt — including "write me an image prompt", "improve this image prompt"…

jim60105/copilot-prompt · 125 tokens

partner-anthropic

Anthropic intelligence — Claude model family, Claude Code, MCP protocol, Claude for Work programs, May 2026 state, Frank's relationship state, integration patterns. Use when generating Anthropic content, writing about Claude/MCP/Claude Code, partnership-conversation prep for Anthropic, or evaluating new Anthropic…

frankxai/claude-skills-library · 69 tokens