context-compression

context-compression is a skill for Claude Code from sinhoneyy/master-skills. It costs 31 tokens per session (2,412 once invoked), scanned A, original, no licence file.

A guide to shortening long AI conversation histories while retaining useful information.

In plain words
What is it for?
Planning ways to reduce conversation size when an AI coding session contains very large amounts of history.
Why use it?
It helps manage sessions that become too large for the model to handle reliably.

Skill for Claude Code

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

Part of the master-skills-ai-agent-builder plugin — 195 skills, 1 plugin shipped together

Good fit Planning ways to reduce conversation size when an AI coding session contains very large amounts of history.

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

Made for: Claude Code.

Or install master-skills-ai-agent-builder, the plugin that ships this one along with the rest of its 195 skills, 1 plugin.

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-compression

README.md
[![agentmods](https://agentmods.dev/badge/skills/sinhoneyy/master-skills/context-compression.svg)](https://agentmods.dev/skills/sinhoneyy/master-skills/context-compression)
Your own site
<a href="https://agentmods.dev/skills/sinhoneyy/master-skills/context-compression"><img src="https://agentmods.dev/badge/skills/sinhoneyy/master-skills/context-compression.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,412 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 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.00031 $0.02412
Opus 5 $0.00015 $0.01206
Sonnet 5 $0.00006 $0.00482
Haiku 4.5 $0.00003 $0.00241

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

Security

Grade A, and why

context-compression 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 4d 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.

plugins/master-skills-ai-agent-builder/skills/context-compression/SKILL.md · 271 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 271 lines · 31 tokens per session scan A 8747e2d2c181

Subscribe to this mod's changes

context-compression is a skill published in the GitHub repository sinhoneyy/master-skills (11 stars, last pushed 2d ago), with no licence file. It adds 31 tokens to every session and 2,412 once invoked, about $0.0002 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

analyzing-memory-forensics-with-lime-and-volatility

Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux memory images. Use when performing incident response on compromised Linux systems.

marysatasselshaped667/skills-collection-1 · 71 tokens

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

marysatasselshaped667/skills-collection-1 · 26 tokens

agent-memory-systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

marysatasselshaped667/skills-collection-1 · 48 tokens

kb-answer

Answer questions using your project's knowledge base with evidence-backed citations. Every answer must cite literal quotes from KB files to prevent hallucinations. Use this for any question that should be answered from documented knowledge rather than general knowledge.

techwolf-ai/ai-first-toolkit · 46 tokens

kb-refresh

Add new sources to your knowledge base or re-scrape existing ones to pick up changes. Supports Notion, Slack, Confluence, and local files. Can be run anytime after /setup-knowledge-base.

techwolf-ai/ai-first-toolkit · 46 tokens

session-search

Find context from past Claude Code (CLI) and Claude Cowork (desktop) sessions on this Mac. Use when the user wants to recall something they did before but can't find it , phrasings like "where did I work on X", "find that session where I…", "when did I last do Y", "pull up the conversation about Z", "that time I…

techwolf-ai/ai-first-toolkit · 113 tokens