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.
git clone --depth 1 https://github.com/lckx777/copy-chief-blackWrote 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.
[](https://agentmods.dev/commands/lckx777/copy-chief-black/resume)<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.
<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>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.
| Model | Per session | Once 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 |
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 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
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.
- 10d ago First seen · 423 lines · 14 tokens per session scan B 5404dc394d82
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.
Other commands, from other repositories
minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
learn
Force claude-smart to extract learnings from this session now.
memory-store
Store an insight, decision, or pattern to memory.
cc-memory
Configure persistent memory that survives across sessions using a layered approach: split rule files for always-loaded context, auto-memory for organic learning, and optional MCP-backed long-term memory for large codebases.
analyze-context
USE WHEN you want to analyze project context before starting work on a task. Calls context + recall, then synthesizes goals, decisions, gotchas, and relevant memories into a pre-task brief.
lians-recall
Recall current (non-stale) facts from Lians memory, optionally as-of a past date.