recallmax
FREE — God-tier long-context memory for AI agents. Injects 500K-1M clean tokens, auto-summarizes with tone/intent preservation, compresses 14-turn history into 800 tokens.
npx skills add sickn33/agentic-awesome-skills --skill recallmax --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RecallMax — God-Tier Long-Context Memory ## Overview RecallMax enhances AI agent memory capabilities dramatically. Inject 500K to 1M clean tokens of external context without hallucination drift. Auto-summarize conversations while preserving tone, sarcasm, and intent. Compress multi-turn histories into high-density token sequences. Free forever. Built by the Genesis Agent Marketplace. ## Install ```bash npx skills add christopherlhammer11-ai/recallmax ``` ## When to Use This Skill - Use when your agent loses context in long conversations (50+ turns) - Use when injecting large RAG/external documents into agent context - Use when you need to compress conversation history without losing meaning - Use when fact-checking claims across a long thread - Use for any agent that needs to remember everything ## How It Works ### Step 1: Context Injection RecallMax cleanly injects external context (documents, RAG results, prior conversations) into the agent's working memory. Unlike naive concatenation, it: - Deduplicates overlapping content - Preserves source attribution - Prevents hallucination drift from context pollution ### Step 2: Adaptive Summarization As conversations grow, RecallMax aut
- Overview
- Install
- When to Use This Skill
- How It Works
- Step 1: Context Injection
- Step 2: Adaptive Summarization
- Step 3: History Compression
- Step 4: Fact Verification
- Best Practices
- Related Skills
- Links
- Limitations
npx skills add christopherlhammer11-ai/recallmax
What does the recallmax skill do?
FREE — God-tier long-context memory for AI agents. Injects 500K-1M clean tokens, auto-summarizes with tone/intent preservation, compresses 14-turn history into 800 tokens.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill recallmax --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.