Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

History Insight

porai-native-camp·ai-native-camp· v1.0.0 · atualizado em 2026-04-10
80
Score

This skill should be used when user wants to access, capture, or reference Claude Code session history. Trigger when user says "capture session", "save session history", or references past/current conversation as a source - whether for saving, extracting, summarizing, or reviewing. This includes any mention of "what we discussed", "today's work", "session history", or when user treats the conversation itself as source material (e.g., "from our conversation").

session-historyclaude-codecontext-retrievalconversation-analysisdata-extractioninsight-generation
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdhistory-insight/workflow
1
Determine Scope: — Identify whether the user wants to analyze the current project or all sessions. Prompt the user if the scope is unclear.
2
Find Session Files: — Locate the relevant session files based on the determined scope, using `find` command.
3
Filter by Date: — Filter the session files based on their modification time (mtime).
4
Process Sessions: — Parse the session files directly if there are 1-3 files; otherwise, use the batch extract pipeline for 4+ files.
5
Extract Messages: — Extract user messages from the session files using `jq` or `extract-session.sh`.
6
Analyze Messages: — Analyze the extracted messages to identify key topics, patterns, and insights, potentially using parallel task execution for large files.
7
Report Results: — Generate a report summarizing the session capture, including the number of files processed, messages extracted, and insights generated.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aRemembering Conversations
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aInstaclaw 🦞
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aNotebookLM Automation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

History Insight
history-insight
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers10
capture sessionsave session historyaccess session historywhat we discussedtoday's worksession historyfrom our conversationsummarize our conversationextract information from the sessionreview the conversation

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download history-insight
$ synaptic skills detail history-insight
$ synaptic skills live history-insight

Dependências

jqTask(opus)

Links

GitHub Repository