Agent skill · AI & Agents

session-analyzer

Analisa sessoes do Claude Code para extrair learnings e persistir conhecimento. Le arquivos de sessao em ~/.claude/projects/ e extrai decisoes, bloqueios e resolucoes. Invocado automaticamente pelo gate-check e orchestrator. Use quando: fim de fase, retrospectiva, analise de progresso.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill session-analyzer-arbgjr-satra-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.1.0
Allowed tools: -Read-Write-Bash-Glob
Path: skills/analysis/session-analyzer-arbgjr-satra-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Session Analyzer Skill ## Proposito Esta skill analisa sessoes do Claude Code para: 1. **Extrair decisoes** - Identificar escolhas feitas durante a sessao 2. **Capturar bloqueios** - Registrar problemas encontrados e como foram resolvidos 3. **Persistir learnings** - Salvar conhecimento em `.agentic_sdlc/sessions/` 4. **Alimentar RAG** - Adicionar ao corpus para consultas futuras ## Scripts Disponíveis ### analyze.sh (wrapper) ```bash # Analisar sessão mais recente .claude/skills/session-analyzer/scripts/analyze.sh # Analisar e persistir .claude/skills/session-analyzer/scripts/analyze.sh --persist # Extrair learnings para RAG corpus .claude/skills/session-analyzer/scripts/analyze.sh --extract-learnings # Especificar projeto .claude/skills/session-analyzer/scripts/analyze.sh --project /path/to/project ``` ### extract_learnings.py ```bash # Uso direto do Python python3 .claude/skills/session-analyzer/scripts/extract_learnings.py # Com opções python3 .claude/skills/session-analyzer/scripts/extract_learnings.py \ --session-id <uuid> \ --persist \ --project /path/to/project ``` ## Integração Automática ### Com gate-check O gate-check invoca session-analyzer automaticamente após aprova

What's inside
Steps it walks through
  1. Proposito
  2. Scripts Disponíveis
  3. analyze.sh (wrapper)
  4. extractlearnings.py
  5. Integração Automática
  6. Com gate-check
  7. Com orchestrator
  8. Com memory-manager
  9. Localizacao das Sessoes
  10. Formato dos Arquivos de Sessao
  11. Tipos de Eventos Relevantes
  12. Processo de Analise
  13. Formato de Output
  14. Palavras-chave para Deteccao
Ships with 1 file
  • metadata.json
Commands it runs
Analisar sessão mais recente
Analisar e persistir
Extrair learnings para RAG corpus
Especificar projeto
Uso direto do Python
python3 .claude/skills/session-analyzer/scripts/extract_learnings.py
Com opções
python3 .claude/skills/session-analyzer/scripts/extract_learnings.py \
Em gate-check.md
if [ $RESULT -eq 0 ]; then
More from claude-skill-registry
All skills →
About this skill
What does the session-analyzer skill do?

Analisa sessoes do Claude Code para extrair learnings e persistir conhecimento. Le arquivos de sessao em ~/.claude/projects/ e extrai decisoes, bloqueios e resolucoes. Invocado automaticamente pelo gate-check e orchestrator. Use quando: fim de fase, retrospectiva, analise de progresso.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill session-analyzer-arbgjr-satra-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going