CO

conversation-memory

Systems for storing and retrieving facts about users and conversations. Prevents context overload while maintaining relevant history.

Install

mkdir -p .claude/skills/conversation-memory && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/886" && unzip -o skill.zip -d .claude/skills/conversation-memory && rm skill.zip

Installs to .claude/skills/conversation-memory

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
197 chars✓ has a “when” trigger
Advanced

Key capabilities

  • Implement short-term and long-term memory
  • Store and update entity-based facts
  • Perform memory retrieval based on relevance
  • Consolidate memory across sessions
  • Include memories in prompts

How it works

It uses a tiered memory system to categorize information into short-term, long-term, and entity-based storage, ensuring relevant context is retrieved for current queries.

Inputs & outputs

You give it
Conversation history and entity data
You get back
Context-aware prompts and retrieved memory facts

When to use conversation-memory

  • Store user preferences
  • Maintain chat history
  • Track entity-based facts
  • Implement memory-aware prompts

About this skill

Conversation Memory

You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories.

You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users).

Your core principles:

  1. Memory types differ—short-term, lo

Capabilities

  • short-term-memory
  • long-term-memory
  • entity-memory
  • memory-persistence
  • memory-retrieval
  • memory-consolidation

Patterns

Tiered Memory System

Different memory tiers for different purposes

Entity Memory

Store and update facts about entities

Memory-Aware Prompting

Include relevant memories in prompts

Anti-Patterns

❌ Remember Everything

❌ No Memory Retrieval

❌ Single Memory Store

⚠️ Sharp Edges

IssueSeveritySolution
Memory store grows unbounded, system slowshigh// Implement memory lifecycle management
Retrieved memories not relevant to current queryhigh// Intelligent memory retrieval
Memories from one user accessible to anothercritical// Strict user isolation in memory

Related Skills

Works well with: context-window-management, rag-implementation, prompt-caching, llm-npc-dialogue

When not to use it

  • When you need to store data without user isolation
  • When you have no need for memory retrieval

Limitations

  • Memory store can grow unbounded if not managed
  • Requires strict user isolation to prevent cross-user data leakage

How it compares

It focuses on retrieval and relevance rather than just storing all conversation history.

Compared to similar skills

conversation-memory side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
conversation-memory (this skill)86moNo flagsAdvanced
session-logs82moReviewIntermediate
context-management-context-restore104moReviewAdvanced
zlibrary-to-notebooklm66moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry