Add Memory Backend banner
temm1e-labs temm1e-labs

Add Memory Backend

Development community

Description

# Skill: Add a new memory backend to TEMM1E ## When to use Use this skill when the user asks to add a new memory/storage backend (e.g., PostgreSQL, Redis, DynamoDB, Qdrant, ChromaDB, Pinecone) to TEMM1E. ## Reference implementation Study the existing backends: - `crates/temm1e-memory/src/sqlite.rs` -- full Memory trait implementation with SQLite via sqlx - `crates/temm1e-memory/src/markdown.rs` -- file-based Memory implementation for OpenClaw compatibility - `crates/temm1e-core/src/traits/me

Installation

Installs to ~/.claude/skills/temm1e-labs-temm1e-add-memory-backend/SKILL.md

Terminal
mkdir -p ~/.claude/skills/temm1e-labs-temm1e-add-memory-backend && curl -fsSL https://raw.githubusercontent.com/temm1e-labs/temm1e/HEAD/.claude/skills/add-memory-backend.md -o ~/.claude/skills/temm1e-labs-temm1e-add-memory-backend/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository