rag-tracking
Installation
SKILL.md
rag-tracking Skill
External persistent memory for document ingestion and issues, designed for agents without built-in memory. This skill uses ctx under the hood for cross-session persistence.
When to Use This Skill
Use this skill when:
- Working with agents that lack persistent memory (Claude Code, Codex, OpenCode, etc.)
- Sharing ingestion state across multiple agents or team members
- Running in CI/CD environments where agent memory doesn't persist
NOT needed for:
- Letta Code — has built-in persistent memory (system, progressive, recall)
- Any agent platform with native long-term memory support
For Letta Code users, simply store collection state in your agent's memory files instead.