weekly-report

weekly-report is a skill for Claude Code from TheCraigHewitt/cowork-starter-pack. It costs 75 tokens per session (1,075 once invoked), scanned A, original, MIT.

A weekly review that combines meetings, messages, work logs, and the previous report into a one-page recap.

In plain words
What is it for?
It helps summarize what moved, what stalled, important changes, and priorities for the following week.
Why use it?
It replaces scattered notes and memory with a clear record of progress, delays, decisions, and upcoming work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cowork-starter-pack plugin — 7 skills shipped together

Good fit It helps summarize what moved, what stalled, important changes, and priorities for the following week.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thecraighewitt/cowork-starter-pack/weekly-report
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 TheCraigHewitt/cowork-starter-pack --skill weekly-report
Clone the repo
git clone --depth 1 https://github.com/TheCraigHewitt/cowork-starter-pack

Made for: Claude Code.

Or install cowork-starter-pack, the plugin that ships this one along with the rest of its 7 skills.

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-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/thecraighewitt/cowork-starter-pack/weekly-report/github.svg)](https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/weekly-report)
Your own site
<a href="https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/weekly-report"><img src="https://agentmods.dev/badge/skills/thecraighewitt/cowork-starter-pack/weekly-report/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 weekly-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/weekly-report"><img src="https://agentmods.dev/badge/skills/thecraighewitt/cowork-starter-pack/weekly-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,075 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.00075 $0.01075
Opus 5 $0.00037 $0.00537
Sonnet 5 $0.00015 $0.00215
Haiku 4.5 $0.00007 $0.00108

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

Security

Grade A, and why

weekly-report 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 11d 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.

skills/weekly-report/SKILL.md · 84 lines

How it starts

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

Weekly Report

Turn a week of meetings, messages, and scattered notes into a one-page recap the user can send to themselves, a manager, or a team — without spending 45 minutes writing it.

Before starting

  1. Read context/about-me.md — who is this report for, what does the user own?
  2. Read context/preferences.md — what format does the user want? Who is the audience?
  3. Read context/voice.md — for any narrative prose in the report.
  4. Check /output/ for last week's report — continuity matters. Did last week's priorities get done?

What to produce

A markdown file saved to /output/weekly-report-{YYYY-MM-DD}.md, covering Monday through today (or a 7-day window if today isn't Friday).

Four sections:

  1. What moved this week — 3–6 bullets. The wins, the meaningful progress, the decisions made. Specific. No vague "worked on X" — say what shipped, what got decided, what changed.
  2. What stalled or slipped — 1–4 bullets. Honest. Don't cover things up. If something was on last week's list and didn't happen, say so and say why.
  3. Decisions & notable changes — decisions taken this week that someone might want to know about later. One line each. (This section feeds a decision log over time.)
  4. Next week's focus — 3 priorities, ranked. Each with one sentence of why.

Inputs

  • Calendar from the last 7 days
  • Messages / Slack DMs from the last 7 days
  • Last week's weekly report (if exists) — for continuity
  • Any /output/ files created this week — these are the trail of work done
  • Any decision-journal entries in the project folder (if used)

How it works

  1. Pull the week's calendar — identify meetings that produced outputs (reviews, 1-1s, decisions)
  2. Pull message/Slack history — look for commitments made, decisions mentioned, items closed
  3. Scan /output/ for files created/modified this week — this is the actual work trail
  4. Compare to last week's "Next week's focus" — did those priorities move?
  5. Draft the four sections
  6. If the user specified an audience in preferences.md or about-me.md, tune the tone to that audience
  7. Save the file, tell the user one-line what was notable

Read the full file on GitHub · 84 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. 11d ago First seen · 84 lines · 75 tokens per session scan A 6c5b9ac0abbc

Subscribe to this mod's changes

weekly-report is a skill published in the GitHub repository TheCraigHewitt/cowork-starter-pack (5 stars, last pushed 4mo ago), licensed MIT. It adds 75 tokens to every session and 1,075 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

give-me-tips

Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.

code-yeongyu/oh-my-openagent · 45 tokens

suede-onboarding

Suede-affiliated onboarding and activation strategy for first-run sequencing, empty states, setup checklists, activation milestones, time to value, and retention-linked measurement. Use when users sign up but fail to reach first value or the product needs a new first-session flow. NOT FOR: registration optimization…

JasonColapietro/suede-creator-skills · 88 tokens

google-apps-script

Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…

jezweb/claude-skills · 89 tokens

google-chat-messages

Send Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript types, card builder utility, widget reference inline. Use whenever the user wants to post to Google Chat from a script, build a chatbot reply, send a notification card, build a Google Chat webhook integration, or…

jezweb/claude-skills · 76 tokens

parcel-tracking

Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border…

jezweb/claude-skills · 112 tokens

knowledge-base-builder

FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking.

OneWave-AI/claude-skills · 31 tokens