session-resume

session-resume is a skill for Codex from Eliyce/paqad-ai. It costs 15 tokens per session (576 once invoked), scanned A, original, MIT.

A skill for rebuilding essential working context after a session is resumed or its conversation has been compacted.

In plain words
What is it for?
Use it at the start of a resumed session. It reads the preserved handoff and project metadata, reconciles conflicts, and produces a concise continuation context.
Why use it?
It avoids rescanning the whole project and restores the current phase, objective, warnings, and key references from saved handoff files.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it at the start of a resumed session. It reads the preserved handoff and project metadata, reconciles conflicts, and produces a concise continuation context.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/session-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.

Any agent
npx skills add Eliyce/paqad-ai --skill session-resume
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: Codex.

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 session-resume

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/session-resume/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/session-resume)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/session-resume"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/session-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 session-resume

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/session-resume"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/session-resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 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.00015 $0.00576
Opus 5 $0.00008 $0.00288
Sonnet 5 $0.00003 $0.00115
Haiku 4.5 $0.00002 $0.00058

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

Security

Grade A, and why

session-resume 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/lint-output.sh, scripts/load-resume-bundle.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

runtime/base/skills/session-resume/SKILL.md · 72 lines

What it actually says

What It Does

Rebuilds the minimum viable working context after compaction by reading the preserved handoff and the canonical project identity artifacts instead of rescanning .paqad/ manually.

Use This When

Use this immediately after a context compaction or when a resumed session needs the current lane, stack, warnings, and key references without spending tokens rediscovering them.

Inputs

  • Read the preserved handoff at handoff_path.
  • Read the canonical project metadata at onboarding_manifest_path and project_profile_path.
  • Read references/resume-template.md before composing the reconstructed state.

Procedure

  1. Run scripts/load-resume-bundle.sh — it reads handoff.md, project-profile.yaml, and onboarding-manifest.json into one stream, exit 1 when any is missing.
  2. Reconcile any conflict between handoff and project metadata; preserve uncertainty explicitly rather than picking arbitrarily.
  3. Surface only facts needed to safely continue work: phase, objective, blockers, canonical references.
  4. Format per assets/output.template.md; validate with scripts/lint-output.sh.

Output Contract

  • Match assets/output.template.md: ## Session State, ## Project Context, ## Resume Targets.
  • Resume Targets must list backticked file paths only — no inferred next steps.
  • Output must pass scripts/lint-output.sh (exit 0).

Escalate / Stop Conditions

  • Ask when any required handoff or project metadata file is missing.
  • Warn when the handoff conflicts with the stored project profile or onboarding manifest.
  • Do not infer new workstreams beyond what the handoff and canonical metadata already establish.

Resources

  • references/resume-template.md
  • scripts/load-resume-bundle.sh
  • scripts/lint-output.sh
  • assets/output.template.md
  • .paqad/session/handoff.md
  • agents/openai.yaml
Files

What ships with it

5 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. 12d ago First seen · 72 lines · 15 tokens per session scan A 724567459753

Subscribe to this mod's changes

session-resume is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 15 tokens to every session and 576 once invoked, about $0.0001 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.