ship-it-friday

ship-it-friday is a skill for Claude Code from jaredlangleycc/nightshift-os. It costs 132 tokens per session (4,608 once invoked), scanned A, original, MIT.

A Friday close-out routine that records decisions, reviews the week, and prepares a handoff for the following week.

In plain words
What is it for?
It helps recap shipped work, review recent decisions, run file checks, and queue next actions.
Why use it?
It reduces the uncertainty and unfinished planning that can make the next week start without a clear queue.

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 It helps recap shipped work, review recent decisions, run file checks, and queue next actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/ship-it-friday
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 ship-it-friday
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 ship-it-friday

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/ship-it-friday.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/ship-it-friday)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/ship-it-friday"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/ship-it-friday.svg" alt="Measured on agentmods" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,608 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.00132 $0.04608
Opus 5 $0.00066 $0.02304
Sonnet 5 $0.00026 $0.00922
Haiku 4.5 $0.00013 $0.00461

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

Security

Grade A, and why

ship-it-friday 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 8d 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/ops/ship-it-friday/SKILL.md · 458 lines

How it starts

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

Ship It Friday

The weekly close-out ritual. The handoff between this week and next.

Solopreneurs without a Friday close-out lose the compounding effect of weekly rhythm. The week ends in drift. Monday starts in fog. Ship-it-friday is the ritual that turns Friday into a real handoff so Monday opens in a queue.

This skill does not produce new work. It calls four other skills in sequence and ties their output into a single close-out log.

When this skill triggers

  • /ship-it-friday
  • /friday-close
  • /friday-wrap-up
  • /close-out-the-week
  • /end-of-week
  • /week-recap
  • "Ship it Friday"
  • "Close out the week"
  • "Friday wrap up"
  • Optional cron: scheduled task on Friday 5pm local (user opts in via CLAUDE.md)

The orchestration

Run these in order. Each step delegates to a dedicated skill. Capture each step's output into the final log.

Step 1: Decision-logger (this week's decisions)

Call decision-logger to surface all decisions logged in the last 7 days. The skill returns a list of:

  • Decision title
  • Decision date
  • One-line summary
  • Revisit date (if set)

The user reviews. The user can add a decision they did not log mid-week ("I decided not to take the Acme deal, log it now"). The skill writes any new entries.

Output to capture for the close-out log:

## Decisions logged this week

- 2026-05-19: Override family floor for Alex discovery call
- 2026-05-20: Kill Blotato subscription (cancel May 29)
- 2026-05-21: Ship Trust the Process essay Sun May 24
- 2026-05-23 (new): Pass on Acme partnership (timing not right)

Step 2: File-sweep

Call file-sweep. The skill runs the six-task weekly sweep and returns a short summary.

Capture summary for the close-out log:

## File sweep

- Inbox files sorted: 7
- Stale drafts flagged: 4
- Backups rotated: 3 days → cold archive
- Loose root files surfaced: 1
- Cloud sync: 2 uploads

Log: reports/file-sweep-2026-W21.md

Do not re-print the full file-sweep log here. The link suffices.

Read the full file on GitHub · 458 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. 8d ago First seen · 458 lines · 0 tokens per session scan A 47e29fd84789

Subscribe to this mod's changes

ship-it-friday is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 132 tokens to every session and 4,608 once invoked, about $0.0007 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-plan

Create work plan from design document and obtain plan approval.

shinpr/claude-code-workflows · 13 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

alive:bundle

Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.

alivecontext/alive · 34 tokens

recruit-init

Uma habilidade que prepara um espaço de trabalho para recrutamento, com pastas, documentos de referência, registros e instruções para agentes de programação. Ela verifica dependências como Node.js, ferramentas de vagas e, opcionalmente, o Feishu.

Viy1204/recruiting-copilot · 136 tokens

revenue-team-onboarding

Revenue team onboarding — security access provisioning, ramp schedules, 30-60-90 plans, Slack engagement, shadowing, certification, and time-to-first-meeting reduction. Use when onboarding SDRs, AEs, managers, or RevOps hires. Triggers on: "sales onboarding", "SDR ramp", "30-60-90 sales", "reduce ramp time", "Slack…

LeadMagic/gtm-skills · 104 tokens

job

Daily routines for a corporate software engineering job. Start mode triages the inbound review queue, your own open PRs, and the issue tracker's plan for today. End mode clears the outbox, surfaces review debt, sweeps worktrees for unpushed work, and tidies tracker state for tomorrow. Use via /job, /job start, /job…

bendrucker/claude · 82 tokens