Agent skill · AI & Agents

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcopilotMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill recallmax --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Declared author: christopherlhammer11-ai
Path: skills/recallmax/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Install
  3. When to Use This Skill
  4. How It Works
  5. Step 1: Context Injection
  6. Step 2: Adaptive Summarization
  7. Step 3: History Compression
  8. Step 4: Fact Verification
  9. Best Practices
  10. Related Skills
  11. Links
  12. Limitations
Commands it runs
npx skills add christopherlhammer11-ai/recallmax
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going