claude-code

A Claude Code add-on that lists saved coding sessions and helps you select one to continue.

In plain words
What is it for?
Use it to find sessions by coding agent or profile, preview a session, and get the command needed to continue it.
Why use it?
It avoids manually searching for session files or remembering session identifiers. Claude Code still requires you to run the printed resume command in a terminal.

Agent

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.

agentmods
npx agentmods add agents/alexei-led/resume-from/claude-code
Clone the repo
git clone --depth 1 https://github.com/alexei-led/resume-from
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00379
Opus 5 $0.00000 $0.00189
Sonnet 5 $0.00000 $0.00076
Haiku 4.5 $0.00000 $0.00038

Measured 3d ago against content hash cb4ecc3716f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-code 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 3d 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.

docs/agents/claude-code.md · 71 lines

What it actually says

Claude Code guide

The Claude Code plugin adds /resume-from and includes the matching command binary.

Install

claude plugin marketplace add alexei-led/resume-from
claude plugin install resume-from@alexei-led-resume-from

If the command does not appear, restart Claude Code.

Import a session

  1. Run /resume-from.
  2. Read the numbered list.
  3. Run /resume-from <row>.
  4. Read the preview.
  5. Run the token-bearing /resume-from <row> --confirm <token> command printed by the preview.

Claude Code cannot move the current process into the new session. The command prints the new session ID and the native resume command.

claude --resume <session-id>

Run that command in a terminal.

Filter the source list

List sessions from one agent:

/resume-from codex
/resume-from pi
/resume-from claude

List sessions from one home:

/resume-from --agent claude --home ~/.claude-team

Use --help to show all selectors and options.

/resume-from --help

Use another Claude Code profile

Claude Code reads CLAUDE_CONFIG_DIR. The default home is ~/.claude. When CLAUDE_CONFIG_DIR is set, resume-from also uses it as the default home for Claude Code sessions.

Start Claude Code with another target profile:

CLAUDE_CONFIG_DIR="$HOME/.claude-team" claude

Add other source profiles in the shared configuration file.

Runtime details

The plugin runs its bundled dist/bin.js. A separate global install of resume-from is not necessary.

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. 3d ago First seen · 71 lines · 0 tokens per session scan A cb4ecc3716f5

Subscribe to this mod's changes

claude-code is an agent published in the GitHub repository alexei-led/resume-from (5 stars, last pushed 17d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 379 tokens. 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.