weekly-brief

weekly-brief is a skill for Claude Code from jaredlangleycc/nightshift-os. It costs 116 tokens per session (1,778 once invoked), scanned B, original, MIT.

A recurring one-page business summary covering sales pipeline, published and planned content, finances, and the week ahead.

In plain words
What is it for?
Running weekly or daily business reviews, checking the sales pipeline, and planning revenue-related work.
Why use it?
It brings scattered business information into one regular check-in so you can spot stale deals, content gaps, and upcoming priorities.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the nightshift-os plugin — 43 skills shipped together

Good fit Running weekly or daily business reviews, checking the sales pipeline, and planning revenue-related work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/weekly-brief
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 jaredlangleycc/nightshift-os --skill weekly-brief
Clone the repo
git clone --depth 1 https://github.com/jaredlangleycc/nightshift-os

Made for: Claude Code.

Or install nightshift-os, the plugin that ships this one along with the rest of its 43 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-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/weekly-brief.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/weekly-brief)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/weekly-brief"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/weekly-brief.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,778 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00116 $0.01778
Opus 5 $0.00058 $0.00889
Sonnet 5 $0.00023 $0.00356
Haiku 4.5 $0.00012 $0.00178

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

Security

Grade B, and why

weekly-brief scanned grade B with 1 finding 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 7d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

### Don't moralize
skills/ops/weekly-brief/SKILL.md · 226 lines

How it starts

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

Weekly Brief

The repeat-use anchor of NightShiftOS. The first command a new user runs after /customize-from-assessment. The Monday-morning ritual that keeps the OS active.

This skill produces a 1-page brief covering:

  1. Pipeline (deals, prospects, stages)
  2. Content (what shipped, what's queued)
  3. Finance (revenue MTD, burn, runway)
  4. Week ahead (tagged with revenue-mapper)
  5. One question to sit with

When this skill triggers

  • /weekly-brief
  • /monday-brief
  • /daily-brief
  • "Give me the weekly pulse"
  • "What's my week looking like"
  • "Pipeline check"
  • Monday mornings by default (if cron is configured)

The 1-page brief format

GROUNDWORK BRIEF, <date>
Profile: <Stage · Coach · Risk archetypes from CLAUDE.md>

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PIPELINE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
<Deals by stage, count and $ value>
<Stale flags (>14 days no movement)>
<New since last brief>

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CONTENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Shipped last 7d: <list>
Queued next 7d: <list>
Gap: <if cadence is off, name it>

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FINANCE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Revenue MTD: $<X>
Burn MTD: $<Y>
Runway at current burn: <Z> months

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WEEK AHEAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[run revenue-mapper on the user's stated tasks]

Mix: $$$ N% · $$ N% · $ N% · distraction N%
Floor ($$$ + $$): N% [✓ / ✗ vs {stage_floor}%]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
THE QUESTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
<1 open question tied to the gaps surfaced above>

Data sources (in priority order)

The skill adapts to whatever the user has configured. Read from CLAUDE.md Stack section to know which sources are available.

Pipeline data

Priority 1: HubSpot (if user has crm: HubSpot in stack)

  • Use HubSpot MCP tools if available
  • Query deals across all pipelines
  • Filter by stage, last activity date, owner

Priority 2: Google Sheet (if user has crm: Google Sheet in stack)

  • Read the CRM sheet (sheet ID stored in CLAUDE.md)
  • Use templates/crm-sheet.csv schema as expected columns

Read the full file on GitHub · 226 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. 7d ago First seen · 226 lines · 116 tokens per session scan B 50e8e654ddde

Subscribe to this mod's changes

weekly-brief is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 116 tokens to every session and 1,778 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

Brand Guidelines Generator

Create and maintain brand style guides for consistent visual identity.

claude-office-skills/skills · 14 tokens

web-vid

Turn a web app or marketing site into a recreated (not screen-recorded) Remotion promo video — pixel-faithful to the site's own design system, choreographed clicks/scrolls/zooms, rendered to MP4. Use when the user asks for a product demo video, a promo/teaser for LinkedIn or social, an "walkthrough video" of their…

naidx0/web-vid · 145 tokens

pitchdocs

Generate marketing-quality repository documentation from codebase analysis. Scans 10 signal categories, extracts features with file-level evidence, and produces README, CHANGELOG, ROADMAP, and 15+ more docs. Zero runtime dependencies. For AI context file management, see ContextDocs.

littlebearapps/pitchdocs · 58 tokens

demo-video-factory

Generate a custom 26s product-demo video from any SaaS URL — brand-matched scenes, a recreated product-UI "wow" scene, real screenshots, and a soundtrack. Use whenever the user wants a demo, promo, launch, or marketing video for a website or product.

jonny-1812/demo-video-factory · 63 tokens

brand

Brand context management for marketing sessions with continuity across conversations.

itsbariscan/claude-code-marketing · 12 tokens

liking-factor-engineer

Analyze and engineer liking to increase rapport, persuasion, and compliance in marketing, sales, and communication contexts. Use this skill when the user wants to improve how much an audience likes them, their brand, or their message — including writing sales copy, designing onboarding flows, crafting brand voice…

bookforge-ai/bookforge-skills · 175 tokens