analizar-sesiones

analizar-sesiones is a command for Claude Code from doncheli/don-cheli-sdd. It costs 25 tokens per session (1,462 once invoked), scanned A, original, Apache-2.0.

A session-analysis command that scans local Claude sessions and turns repeated work patterns into recommendations for reusable skills, plugins, agents, or project rules.

In plain words
What is it for?
Use it to review past code generation, debugging, refactoring, testing, documentation, DevOps, and other session activity.
Why use it?
It helps identify recurring tasks and habits that could be organized into reusable development tools or instructions.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the don-cheli-sdd plugin — 28 skills, 115 commands, 1 agent shipped together

Good fit Use it to review past code generation, debugging, refactoring, testing, documentation, DevOps, and other session activity.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/doncheli/don-cheli-sdd/analizar-sesiones
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/doncheli/don-cheli-sdd

Made for: Claude Code.

Or install don-cheli-sdd, the plugin that ships this one along with the rest of its 28 skills, 115 commands, 1 agent.

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 analizar-sesiones

README.md
[![agentmods](https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/analizar-sesiones/github.svg)](https://agentmods.dev/commands/doncheli/don-cheli-sdd/analizar-sesiones)
Your own site
<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/analizar-sesiones"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/analizar-sesiones/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 analizar-sesiones

Your own site · 80×15
<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/analizar-sesiones"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/analizar-sesiones.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,462 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.01462
Opus 5 $0.00013 $0.00731
Sonnet 5 $0.00005 $0.00292
Haiku 4.5 $0.00003 $0.00146

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

Security

Grade A, and why

analizar-sesiones 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 9d 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.

scripts/.claude/commands/dc/analizar-sesiones.md · 159 lines

How it starts

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

/dc:analizar-sesiones

Objetivo

Escanear todas las sesiones de Claude en el equipo local, analizar patrones de uso, y generar recomendaciones concretas sobre qué debería convertirse en habilidades reutilizables, plugins, agentes autónomos o instrucciones de proyecto.

Uso

/dc:analizar-sesiones
/dc:analizar-sesiones --periodo <dias>
/dc:analizar-sesiones --formato <resumen|detallado|ejecutivo>

Comportamiento

  1. Escanear todas las sesiones de Claude en el equipo

    • Ubicación típica: ~/.claude/projects/ y sesiones en ficheros JSONL
    • Incluye: prompts del usuario, respuestas del agente, herramientas usadas, archivos editados
  2. Clasificar cada interacción por tipo:

    • Generación de código
    • Debugging / corrección de bugs
    • Refactoring
    • Code review
    • Documentación
    • Pregunta / Q&A
    • Configuración / DevOps
    • Diseño / Arquitectura
    • Testing
    • Scripting / Automatización
  3. Analizar patrones de frecuencia:

    • ¿Qué tipo de tareas se repiten más?
    • ¿Qué archivos se editan con más frecuencia?
    • ¿Qué comandos/herramientas se usan más?
    • ¿Qué patrones de prompt se repiten?
    • ¿Cuántos tokens se consumen por tipo de tarea?
  4. Generar recomendaciones en 5 categorías

Output

# Análisis de Sesiones de Claude

## 📊 Resumen de Uso

| Métrica | Valor |
|---------|-------|
| Sesiones analizadas | 47 |
| Período | Últimos 30 días |
| Tokens consumidos | ~2.4M |
| Tipo más frecuente | Generación de código (38%) |

## 🔁 Lo que Hago Más Frecuentemente

| # | Actividad | Frecuencia | Tokens/Sesión |
|---|----------|------------|---------------|
| 1 | Crear componentes React | 23 veces | ~8K |
| 2 | Corregir tests fallidos | 18 veces | ~5K |
| 3 | Escribir endpoints API | 15 veces | ~12K |
| 4 | Refactorizar funciones | 12 veces | ~6K |
| 5 | Generar documentación | 9 veces | ~3K |

## 🧠 Debería Convertirse en HABILIDAD (Skill)

Flujos de trabajo reutilizables que repito constantemente:

| Skill Propuesta | Basada en | Ahorro Estimado |
|----------------|-----------|-----------------|
| `crear-componente-react` | 23 sesiones de creación de componentes | ~40% tokens |
| `fix-test-pattern` | 18 sesiones de debugging de tests | ~30% tokens |
| `api-endpoint-scaffold` | 15 sesiones de creación de APIs | ~50% tokens |

**Formato de skill:**
```yaml

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

Subscribe to this mod's changes

analizar-sesiones is a command published in the GitHub repository doncheli/don-cheli-sdd (57 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 1,462 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-03.