Skip to main content

← All sources

AgentMemory skills

#1 Persistent memory for AI coding agents based on real-world benchmarks. 17 skills. skills-hub.ai mirrors 17 skills from AgentMemory daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/rohitg00/agentmemory

Installing a AgentMemory skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a AgentMemory skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all AgentMemory skills via API
curl https://skills-hub.ai/api/v1/skills?source=agentmemory

# Browse all sources
open https://skills-hub.ai/sources

Top AgentMemory skills

See all →

The most-installed skills from AgentMemory, ranked by adoption.

  1. 01agentmemory-architecture

    How agentmemory is built, the iii engine primitives it runs on, its storage model, ports, and the viewer. Use when reasoning about how memory is stored or retrieved end to end, when extending the system, or when answering how agentmemory works under the hood.

    Buildfrom AgentMemory
  2. 02agentmemory-hooks

    The agentmemory plugin hooks that capture observations automatically across the agent session lifecycle. Use when explaining how memory gets captured without manual saves, when debugging missing observations, or when tuning what gets recorded.

    Buildfrom AgentMemory
  3. 03handoff

    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.

    Buildfrom AgentMemory
  4. 04recall

    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.

    Buildfrom AgentMemory
  5. 05remember

    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.

    Buildfrom AgentMemory
  6. 06session-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.

    Buildfrom AgentMemory
  7. 07write-agentmemory-skill

    The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring an existing one, or reviewing a skill contribution for consistency.

    Buildfrom AgentMemory
  8. 08agentmemory-agents

    How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.

    Buildfrom AgentMemory
  9. 09agentmemory-config

    agentmemory configuration, environment variables, ports, and feature flags. Use when enabling a feature, changing ports, setting an API key, configuring auth, or explaining why a feature is off by default.

    Buildfrom AgentMemory
  10. 10agentmemory-mcp-tools

    Map of every agentmemory MCP tool, what each does, and its parameters. Use when choosing which memory tool to call, when a tool name or argument is unclear, or when answering what agentmemory can do via MCP.

    Buildfrom AgentMemory
  11. 11agentmemory-rest-api

    The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when MCP is unavailable and you need a fallback, or when integrating a host that does not speak MCP.

    Buildfrom AgentMemory
  12. 12commit-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.

    Buildfrom AgentMemory
  13. 13commit-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.

    Buildfrom AgentMemory
  14. 14forget

    Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.

    Buildfrom AgentMemory
  15. 15lesson

    Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the user corrects your approach, says "learn this", "always" or "never do X", or you notice yourself repeating a past mistake.

    Buildfrom AgentMemory
  16. 16memory-discipline

    The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.

    Buildfrom AgentMemory
  17. 17recap

    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.

    Buildfrom AgentMemory

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 5:22 PM (success).

AgentMemory skills, frequently asked

What are AgentMemory skills?

AgentMemory skills are AI coding skills published by AgentMemory (#1 Persistent memory for AI coding agents based on real-world benchmarks. 17 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many AgentMemory skills are available?

skills-hub.ai indexes 17 skills from AgentMemory, synced daily from the upstream GitHub repository (https://github.com/rohitg00/agentmemory).

How do I install a AgentMemory skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official AgentMemory skills?

Yes. Every skill from this source is mirrored from AgentMemory's own GitHub repository (https://github.com/rohitg00/agentmemory). Each skill page links back to the upstream source of truth, so you can verify the original.