rohitg00/agentmemory

Memória persistente número 1 para agentes de codificação de IA, baseada em benchmarks do mundo real.

O que é agentmemory?

O rohitg00/agentmemory é uma habilidade de memória persistente projetada especificamente para agentes de codificação de IA, como Claude Code, Cursor e Codex. Ela permite que os agentes mantenham contexto e informações entre sessões, melhorando significativamente a continuidade e eficiência das tarefas de desenvolvimento. Classificada como a melhor solução baseada em benchmarks do mundo real, esta skill resolve o problema crítico da perda de contexto em agentes de IA, armazenando e recuperando informações relevantes de forma automática. Compatível com múltiplas plataformas de agentes, ela funciona integrando-se ao fluxo de trabalho do desenvolvedor, garantindo que decisões anteriores, preferências de código e aprendizados sejam preservados ao longo do tempo. Isso resulta em uma experiência de desenvolvimento mais coesa e produtiva, eliminando a necessidade de repetir informações ou configurar manualmente o contexto do agente a cada nova sessão.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add rohitg00/agentmemory

Installed? Explore more Programação e Desenvolvimento skills: steipete/bluebubbles, steipete/eightctl, steipete/blucli · View all 6 →

Perguntar na sua IA favorita

Abre um novo chat com esta habilidade de agente já pré-carregada.

Documentação

O que agentmemory faz?

#1 Persistent memory for AI coding agents based on real-world benchmarks

Source: https://github.com/rohitg00/agentmemory

Discovered during the daily awesomeskills.dev agent-skill hunt.

Individual skills in this repo

This repo contains 8 individual skills — each has its own dedicated page.

rohitg00/commit-context

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", "who wrote this", or wants context on a specific location in the codebase.

rohitg00/commit-history

List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", "list linked commits", or wants commits with their session context.

rohitg00/forget

Delete specific observations or sessions from agentmemory. Use when user says "forget this", "delete memory", or wants to remove specific data for privacy.

rohitg00/handoff

Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

rohitg00/recall

Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions.

rohitg00/recap

Summarize the last N agent sessions for the current project, grouped by date, with highlight observations per session. Use when the user asks "recap", "what have we been doing", "today", "this week", or wants a rollup of recent work.

rohitg00/remember

Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.

rohitg00/session-history

Show what happened in recent past sessions on this project as a clean timeline. Use when the user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.

Habilidades Relacionadas