context-pack

context-pack is a skill for Claude Code from kambleakash0/agent-skills. It costs 25 tokens per session (713 once invoked), scanned A, original, MIT.

A guide for creating a temporary handoff document that summarises the current conversation for another agent or a later session.

In plain words
What is it for?
Use it when handing off an unfinished task, continuing in a new agent session, or preparing a concise context file.
Why use it?
It preserves the decisions and next steps when work moves to a fresh conversation without turning temporary notes into permanent project documentation.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it when handing off an unfinished task, continuing in a new agent session, or preparing a concise context file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kambleakash0/agent-skills/context-pack
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 kambleakash0/agent-skills --skill context-pack
Clone the repo
git clone --depth 1 https://github.com/kambleakash0/agent-skills

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 context-pack

README.md
[![agentmods](https://agentmods.dev/badge/skills/kambleakash0/agent-skills/context-pack.svg)](https://agentmods.dev/skills/kambleakash0/agent-skills/context-pack)
Your own site
<a href="https://agentmods.dev/skills/kambleakash0/agent-skills/context-pack"><img src="https://agentmods.dev/badge/skills/kambleakash0/agent-skills/context-pack.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 713 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.00025 $0.00713
Opus 5 $0.00013 $0.00357
Sonnet 5 $0.00005 $0.00143
Haiku 4.5 $0.00003 $0.00071

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

Security

Grade A, and why

context-pack 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 8d 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.

skills/context-pack/SKILL.md · 71 lines

How it starts

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

Context Pack

Summarise the current conversation into a concise handoff document that a fresh agent can read to continue the work without losing context.

When to Use

Use this skill when:

  • The user asks you to create a context pack or handoff document.
  • The user wants to continue in a new agent session and needs context carried forward cleanly.
  • A task is being handed to a different agent or a different person.

Do not use this skill to create project documentation or permanent records — that belongs in PRDs, ADRs, or spec files. This is a transitional document, not an artifact.

Behavior and Rules

  1. Save to the OS temp directory, not the current workspace. Use $TMPDIR, /tmp, or the equivalent for the user's OS. Name the file descriptively: context-pack-<dash-case-topic>-<YYYYMMDD>.md.
  2. Don't duplicate existing artifacts. If a PRD, ADR, plan, spec, issue, commit, or diff already captures something, reference it by file path or URL — don't re-summarise it inline.
  3. Redact sensitive information. Strip any API keys, passwords, tokens, secrets, or personally identifiable information before writing.
  4. Tailor to the next session. If the user passed an argument describing what the next session will focus on, use it to weight what you include — surface the most relevant context for that goal and trim what won't matter.
  5. Be concise. The document should be scannable in under two minutes. Favour bullet points and short paragraphs over prose.

Document Structure

# Context Pack: {Topic or task}

## Context
{1–3 sentences: what this work is about and why it matters.}

## What was done this session
- {Key decision or action taken}
- {Another decision or action}

## Current state
{Where things stand right now — what is complete, what is in progress, what is blocked.}

## What to do next
- {The most important next step}
- {Other pending steps, in rough priority order}

## Key references
- {Path or URL to relevant PRD, spec, ADR, issue, commit, or diff}
- {Another reference}

## Suggested skills
- `/{skill-name}` — {one sentence on why it's relevant for the next session}

Read the full file on GitHub · 71 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. 8d ago First seen · 71 lines · 25 tokens per session scan A 7f487b4e1395

Subscribe to this mod's changes

context-pack is a skill published in the GitHub repository kambleakash0/agent-skills (9 stars, last pushed 21d ago), licensed MIT. It adds 25 tokens to every session and 713 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.

Related

Other skills, from other repositories

continuous-learning-v2

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.

sangrokjung/claude-forge · 33 tokens

continuous-attention

Use when the user asks to keep watching an external state, notify them when something changes or a condition is met, remember fresh external state across turns, or manage an existing Context Binding or Event Subscription.

Peiiii/nextclaw · 44 tokens

research-and-incorporate

Research external topics, create comprehensive analysis, and incorporate learnings into Serena and Forgetful memory systems. Use when you say "research and incorporate {topic}", "study {topic} and add to memory", "deep dive on {topic}", or "learn about {topic} for the project". Works on external concepts, frameworks…

rjmurillo/ai-agents · 111 tokens

using-forgetful-memory

Guidance for using Forgetful semantic memory effectively. Applies Zettelkasten atomic memory principles. Use when deciding whether to query or create memories, structuring memory content, or understanding memory importance scoring. Guidance only. Use when you say "how do I create a memory", "how do I link memories…

rjmurillo/ai-agents · 117 tokens

encode-repo-serena

Populates the Forgetful knowledge base using Serena's LSP-powered symbol analysis for accurate, comprehensive codebase understanding. Use when you say "encode this repository", "populate forgetful with this codebase", "onboard to this repo", "refresh project understanding", or "build knowledge base for this project".…

rjmurillo/ai-agents · 97 tokens

exploring-knowledge-graph

Guidance for deep knowledge graph traversal across memories, entities, and relationships. Use when needing comprehensive context before planning, investigating connections between concepts, or answering "what do you know about X" questions.

rjmurillo/ai-agents · 47 tokens