prod-memory-management

Decode shorthand references into explicit people and project memory entries.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill prod-memory-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prod-memory-management
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/prod-memory-management
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill prod-memory-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude and other conversational agents often misinterpret shorthand, nicknames, acronyms, and internal codenames, causing ambiguous or incorrect actions; this Skill converts those shorthand references into explicit, contextual memory so the agent can act like a knowledgeable colleague. The two-tier approach (a compact hot cache plus a deep memory directory) ensures fast decoding for common requests and unlimited scale for full organizational context.

Core Features & Use Cases

  • Hot Cache (CLAUDE.md): Maintains the top ~30 people, ~30 common terms, active projects, and preferences for sub-second decoding in everyday conversations.
  • Deep Memory (memory/): Stores a full glossary, individual people profiles, project pages, company context, an index, append-only logs, and weekly trend snapshots for authoritative lookups.
  • Lookup Flow & Operations: Tiered lookup (CLAUDE.md → glossary → people/projects → ask user), automated ingest for bootstrapping, promotion/demotion between tiers, and weekly linting to detect contradictions and stale entries.
  • Use Cases: Drafting messages with correct recipient context, assigning tasks by codename, synthesizing reports that reference historical project facts, and automating daily routines that require accurate people/project identification.

Quick Start

Ask Claude to scan your recent chat, calendar, and email to build a CLAUDE.md hot cache and populate memory/glossary.md with people, projects, and frequently used terms.

Frequently Asked Questions about prod-memory-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop my AI assistant from misinterpreting internal acronyms and codenames?

To stop AI from misinterpreting shorthand, you need a memory management system that decodes acronyms and codenames into explicit people and project context. A two-tier hot cache and deep memory directory enables fast lookups so the agent acts like a knowledgeable colleague.

What is a two-tier memory model for conversational agents?

A two-tier memory model pairs a compact hot cache for rapid lookups of common terms with a deep memory directory storing full organizational context like people profiles and project pages. This ensures sub-second decoding for daily conversations and scalable authoritative lookups.

How do I build a knowledge base from chat and email history for my assistant?

You can build a knowledge base by scanning recent chats, calendars, and emails to populate a hot cache with top people, active projects, and common terms. This automated ingestion bootstraps a glossary and people profiles for accurate AI-driven actions.

Can I use a hot cache to speed up people and project lookups in multi-agent workflows?

Yes, a hot cache speeds up people and project lookups in multi-agent workflows by maintaining the top 30 people and frequent terms for sub-second decoding. If the cache misses, the system falls back to a deep memory directory for authoritative context.

How do you handle stale entries and contradictions in an AI knowledge base?

To handle stale entries and contradictions in an AI knowledge base, the system performs weekly linting operations across its memory directory. It also uses promotion and demotion operations to move frequently used items between the hot cache and deep memory tiers.

What is the best way to manage organizational memory for automated daily routines?

The best way to manage organizational memory for automated routines is using a tiered lookup flow that decodes shorthand into contextual memory entries. This ensures accurate people and project identification during task assignment, reporting, and automated workflows.