g-resume

g-resume is a skill for Claude Code from onlygian/G-Forge. It costs 128 tokens per session (2,291 once invoked), scanned A, original, GPL-3.0.

A context-recovery workflow for starting a fresh coding session with the relevant project history, decisions, journal entries, and handoff notes.

In plain words
What is it for?
Use it when resuming work on a branch, milestone, or first task after the previous session ended.
Why use it?
It reduces the time needed to understand where earlier work stopped and what matters for the current task.

Skill for Claude Code

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

Part of the g-forge plugin — 38 skills, 1 command, 69 agents shipped together

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 skills/onlygian/g-forge/g-resume
Any agent
npx skills add onlygian/G-Forge --skill g-resume
Clone the repo
git clone --depth 1 https://github.com/onlygian/G-Forge

Made for: Claude Code.

Or install g-forge, the plugin that ships this one along with the rest of its 38 skills, 1 command, 69 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 g-resume

README.md
[![agentmods](https://agentmods.dev/badge/skills/onlygian/g-forge/g-resume.svg)](https://agentmods.dev/skills/onlygian/g-forge/g-resume)
Your own site
<a href="https://agentmods.dev/skills/onlygian/g-forge/g-resume"><img src="https://agentmods.dev/badge/skills/onlygian/g-forge/g-resume.svg" alt="Measured on agentmods" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00128 $0.02291
Opus 5 $0.00064 $0.01145
Sonnet 5 $0.00026 $0.00458
Haiku 4.5 $0.00013 $0.00229

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

Security

Grade A, and why

g-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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/sync-check.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.

skills/g-resume/SKILL.md · 81 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 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. 3d ago First seen · 81 lines · 128 tokens per session scan A b68fd80d8862

Subscribe to this mod's changes

g-resume is a skill published in the GitHub repository onlygian/G-Forge (3 stars, last pushed 4d ago), licensed GPL-3.0. It adds 128 tokens to every session and 2,291 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

dream

Prunes and consolidates the project's auto-memory to keep it minimal — deletes stale, wrong, or redundant memories, merges overlapping ones into existing files, and trims the index. Strong bias against growth: never creates new memory files and never stores new facts. Verifies staleness against the current codebase…

oprogramadorreal/optimus-claude · 85 tokens

ccc-resume-session

Load the last saved session file from /.claude/sessions/ and orient fully before doing any work. Reads the complete file, formats a structured briefing (project,…

KevinZai/commander · 38 tokens

scout-consolidation

Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.

Raven-Scout/scout-plugin · 36 tokens

usage-guard

Arm proactive 5-hour usage protection for long Claude Code sessions (batch, subagents, high window % at start). Daemon reads account-level 5-hour window usage (not per-session). User types /usage-guard at session start. Re-arm every sitting. If user mentions usage-guard by name, read this file and run arm.sh.

shirley-xue-2025/usage-guard · 75 tokens

knowledge-graph

Local code knowledge-graph + cache (no MCP, no network) — index a repo and retrieve ranked file:line for a topic instead of grepping whole files; show graph/cache status; blast-radius / dependents of a file; refresh or reset. Use for "knowledge graph status", "index this repo", "what depends on ", "find the code for ".

Alexander-Tyagunov/magician · 83 tokens

chronicle

Memory & context steward — session-learning history, the global reference store (repos/projects/ideas), AND live context management (size status, post-compaction resume capsule, project learnings, promotion). Use to review past sessions, remember/recall/forget a reference, check context size, resume after compaction…

Alexander-Tyagunov/magician · 74 tokens