closing-stale-packets

closing-stale-packets is a skill for Claude Code from FlyFission/nuclear-grade-context-engineering. It costs 84 tokens per session (1,976 once invoked), scanned A, original, MIT.

A process for resolving an abandoned or incomplete change packet—a record of a proposed change—by completing it, closing it with a reason, or deleting an empty draft.

In plain words
What is it for?
Use it when status checks find a scaffold or invalid packet, or when work was abandoned mid-packet, and record its honest final state.
Why use it?
It prevents silent half-finished records from looking like active work while hiding unproven claims and unclear ownership.

Skill for Claude Code

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

Part of the nuclear-grade plugin — 29 skills, 28 commands, 5 agents shipped together

Good fit Use it when status checks find a scaffold or invalid packet, or…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flyfission/nuclear-grade-context-engineering/closing-stale-packets
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 FlyFission/nuclear-grade-context-engineering --skill closing-stale-packets
Clone the repo
git clone --depth 1 https://github.com/FlyFission/nuclear-grade-context-engineering

Made for: Claude Code.

Or install nuclear-grade, the plugin that ships this one along with the rest of its 29 skills, 28 commands, 5 agents.

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 closing-stale-packets

README.md
[![agentmods](https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/closing-stale-packets.svg)](https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/closing-stale-packets)
Your own site
<a href="https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/closing-stale-packets"><img src="https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/closing-stale-packets.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,976 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.00084 $0.01976
Opus 5 $0.00042 $0.00988
Sonnet 5 $0.00017 $0.00395
Haiku 4.5 $0.00008 $0.00198

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

Security

Grade A, and why

closing-stale-packets 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 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.

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/closing-stale-packets/SKILL.md · 122 lines

How it starts

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

Closing Stale Packets

Overview

A change packet that is started and then abandoned is a quiet integrity problem. It looks like work in progress, but no one owns it, its claims were never proven, and a reader cannot tell whether the change shipped, was dropped, or is still pending. ng status now surfaces these: a scaffold packet is an untouched draft still carrying the placeholder marker; an invalid packet fails validation for another reason. This skill turns that signal into a decision. Every stale packet must reach one honest terminal state: completed (filled and validating), closed (deliberately abandoned with a recorded reason), or deleted (never a real change). The forbidden state is the one most packets drift into: half-done and silent, where a green-looking directory hides an unproven claim. Closing a packet with a written rationale is a first-class successful outcome, not a failure to ship.

Decision contract

  • Claim checked: every stale packet reached one honest terminal state -- completed and validating, closed with a recorded reason and decider, or deleted as a genuinely empty scaffold -- none left half-done and silent.
  • Artifact observed: ng status ./validate output and the packet against its originating issue/PR/anchor -> a NUCLEAR-GRADE-CLOSED: rationale line and an ng status . where every packet is ok or closed.
  • Decision affected: block -- bring the stale packet to a terminal state so ng status reports ok/closed, not scaffold/invalid.
  • Failure class: silent-stale-packet (a half-done packet hiding an unproven claim, or a faked pass by deleting the marker).
  • Next action: complete, close-with-reason, or delete; escalate to the owner before deleting any packet whose change is not confirmed dead.

When to Use

  • ng status reports a scaffold or invalid packet and you are deciding what to do about it.
  • A long or interrupted session left a packet directory behind that was never finished.
  • A packet's underlying change was dropped, superseded, or merged elsewhere, but the packet still sits in .nuclear/changes/.
  • A periodic cleanup or release-readiness sweep finds packets that do not map to live work.
  • A packet was scaffolded to explore an idea that was then abandoned.

Read the full file on GitHub · 122 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 · 122 lines · 84 tokens per session scan A 03d4542da24f

Subscribe to this mod's changes

closing-stale-packets is a skill published in the GitHub repository FlyFission/nuclear-grade-context-engineering (33 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 1,976 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-30.