resume

resume is a command for Claude Code from lckx777/copy-chief-black. It costs 14 tokens per session (3,391 once invoked), scanned B, original, MIT.

A work-restoration command that reloads saved information about an offer, an agent, or a previous coding session.

In plain words
What is it for?
Use it to resume a named offer, restore an agent’s memory, or reopen session-level notes.
Why use it?
It helps you continue work without manually reconstructing the earlier context. With no clear selection, it can show available saved work to choose from.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to resume a named offer, restore an agent’s memory, or reopen session-level notes.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/lckx777/copy-chief-black/resume
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.

Clone the repo
git clone --depth 1 https://github.com/lckx777/copy-chief-black

Made for: Claude Code.

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 resume

README.md
[![agentmods](https://agentmods.dev/badge/commands/lckx777/copy-chief-black/resume/github.svg)](https://agentmods.dev/commands/lckx777/copy-chief-black/resume)
Your own site
<a href="https://agentmods.dev/commands/lckx777/copy-chief-black/resume"><img src="https://agentmods.dev/badge/commands/lckx777/copy-chief-black/resume/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 resume

Your own site · 80×15
<a href="https://agentmods.dev/commands/lckx777/copy-chief-black/resume"><img src="https://agentmods.dev/badge/commands/lckx777/copy-chief-black/resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,391 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.00014 $0.03391
Opus 5 $0.00007 $0.01695
Sonnet 5 $0.00003 $0.00678
Haiku 4.5 $0.00001 $0.00339

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

Security

Grade B, and why

resume 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 10d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/memory/episodic/{offer_name}.yaml 2>/dev/null
framework/commands/resume.md · 423 lines

How it starts

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

/resume — Resume Work

Input: $ARGUMENTS

Loads state and restores context so work can continue from where it left off. Supports three modes: offer (default), agent, and session.

Mode Detection

Parse $ARGUMENTS to determine mode:

Input Pattern Mode Example
agent:{name} Agent agent:hawk, agent:echo
session (no args, or literal "session") Session /resume session, /resume with no offers
anything else Offer florayla, neuvelys
empty Auto-detect Show selection menu with all modes

Instructions

Step 0: Auto-detect Mode (if $ARGUMENTS empty)

Scan all sources and present unified menu:

# Discover active offers
find ~/copywriting-ecosystem -name "helix-state.yaml" -type f 2>/dev/null

# Discover agents with memory
ls ~/.claude/agent-memory/ 2>/dev/null

# Check for session memory
ls ~/.claude/memory/episodic/ ~/.claude/memory/gotchas.json ~/.claude/memory/user-decisions.json 2>/dev/null

Display:

Resume what?

OFFERS:
  1. florayla (saude) — Phase: Production
  2. neuvelys (saude) — Phase: Research PENDING
  3. quimica-amarracao (relacionamento) — Phase: Research

AGENTS (with memory):
  4. agent:forge — 1 episodic entry
  5. agent:hawk — techniques available

SESSION (cross-cutting):
  6. session — Global gotchas, decisions, cross-offer patterns

Enter name or number:

Only show agents that have at least one non-empty memory file (episodic.yaml, technique-register.yaml, or execution-log.yaml).


Mode: Offer (default)

Step 1: Locate the Offer

Search for the offer by name (case-insensitive):

find ~/copywriting-ecosystem -name "CONTEXT.md" -path "*$ARGUMENTS*" 2>/dev/null | head -5
find ~/copywriting-ecosystem -name "helix-state.yaml" -path "*$ARGUMENTS*" 2>/dev/null

If not found:

Offer "$ARGUMENTS" not found.
Run /status to see all active offers, or /create-offer to start a new one.

Step 2: Load Core State Files

Read the full file on GitHub · 423 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. 10d ago First seen · 423 lines · 14 tokens per session scan B 5404dc394d82

Subscribe to this mod's changes

resume is a command published in the GitHub repository lckx777/copy-chief-black (5 stars, last pushed 6mo ago), licensed MIT. It adds 14 tokens to every session and 3,391 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.