context-optimize

context-optimize is a command for Claude Code from gonzalezpazmonica/savia. It costs 19 tokens per session (938 once invoked), scanned A, original, MIT.

A context-usage analyzer that studies which files and instructions are loaded together and how often they are used.

In plain words
What is it for?
Use it to find frequently loaded files, rarely used files, repeated command combinations, and places where context should be added or removed.
Why use it?
It helps reveal unnecessary, missing, or poorly organized context so the project’s context map can be improved.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: agent in frontmatter.

Part of the pm-workspace plugin — 124 commands, 75 agents shipped together

Good fit Use it to find frequently loaded files, rarely used files, repeated command combinations, and places where context should be added or removed.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/gonzalezpazmonica/savia/context-optimize
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.

Clone the repo
git clone --depth 1 https://github.com/gonzalezpazmonica/savia

Made for: Claude Code.

Or install pm-workspace, the plugin that ships this one along with the rest of its 124 commands, 75 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 context-optimize

README.md
[![agentmods](https://agentmods.dev/badge/commands/gonzalezpazmonica/savia/context-optimize/github.svg)](https://agentmods.dev/commands/gonzalezpazmonica/savia/context-optimize)
Your own site
<a href="https://agentmods.dev/commands/gonzalezpazmonica/savia/context-optimize"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/savia/context-optimize/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 context-optimize

Your own site · 80×15
<a href="https://agentmods.dev/commands/gonzalezpazmonica/savia/context-optimize"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/savia/context-optimize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 938 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.00019 $0.00938
Opus 5 $0.00010 $0.00469
Sonnet 5 $0.00004 $0.00188
Haiku 4.5 $0.00002 $0.00094

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

Security

Grade A, and why

context-optimize 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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/commands/context-optimize.md · 131 lines

How it starts

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

/context-optimize

🦉 Savia analiza cómo usas el contexto y sugiere cómo mejorarlo.


Cargar perfil de usuario

Grupo: Memory & Context — cargar:

  • identity.md — slug (para aislar datos por usuario)

Ver .claude/profiles/context-map.md.


Flujo

Paso 1 — Leer log de uso de contexto

  1. Verificar que existe $HOME/.pm-workspace/context-usage.log
  2. Si no existe → informar que el tracking no está activo
  3. Si existe → parsear entradas (formato: timestamp|comando|fragmentos|tokens_est)

Paso 2 — Analizar patrones

  1. Fragmentos más cargados: Ranking de ficheros por frecuencia de carga
  2. Fragmentos menos cargados: Ficheros que se cargan pero raramente se usan
  3. Co-ocurrencias: Pares de comandos que se ejecutan juntos frecuentemente
  4. Cargas innecesarias: Fragmentos cargados por el context-map pero que no aparecen en outputs
  5. Cargas faltantes: Comandos seguidos de recarga inmediata (señal de contexto insuficiente)

Paso 3 — Generar recomendaciones

Para cada hallazgo, generar recomendación con nivel de confianza:

  • Alta confianza (>20 ocurrencias): Sugerir cambio en context-map
  • Media confianza (10-20): Sugerir revisión por el usuario
  • Baja confianza (<10): Solo informar, no recomendar cambio

Tipos de recomendación:

  1. Degradar: Mover fragmento de carga obligatoria a opcional
  2. Promover: Mover fragmento de NO-cargar a cargar
  3. Agrupar: Fusionar grupos del context-map que siempre se usan juntos
  4. Separar: Dividir un grupo que carga fragmentos con uso desigual
  5. Pre-mapear: Añadir comandos al context-map que siempre se ejecutan en secuencia

Paso 4 — Mostrar informe

Banner: 🦉 Context Optimization — análisis de {N} sesiones

📊 Resumen de uso

Sesiones analizadas: {N}
Período: {fecha_inicio} — {fecha_fin}
Tokens estimados consumidos: {total}
Tokens estimados ahorrables: {ahorro} ({porcentaje}%)

🔍 Hallazgos

{lista de hallazgos con nivel de confianza}

💡 Recomendaciones

{lista de recomendaciones priorizadas}

Read the full file on GitHub · 131 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. 2d ago First seen · 131 lines · 19 tokens per session scan A 80dfff0534dc

Subscribe to this mod's changes

context-optimize is a command published in the GitHub repository gonzalezpazmonica/savia (50 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 938 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-09-06.