If you're building an AI agent that needs to remember things across conversations, this skill walks you through Redis Agent Memory (RAM), the managed memory layer on Redis Cloud. It covers the two-tier setup: session memory for appending conversation events and long-term memory for semantic search, plus the background promotion worker that extracts durable facts automatically. The rules are organized by priority and map directly to the official Python and TypeScript SDKs, so you get working code for authentication, event logging, bulk memory creation, and search with filters. Good coverage of when to use session events versus writing directly to long-term memory, which is the decision you'll hit first.
npx -y skills add redis/agent-skills --skill iris-development --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills