Guide for effectively using persistent memory in Claude Code sessions
/plugin marketplace add linehaul-ai/libsql-memory/plugin install linehaul-ai-libsql-memory@linehaul-ai/libsql-memoryThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill guides effective use of the libsql-memory persistent storage.
DO store:
DON'T store:
Search before:
Use namespaces to organize memories:
Storing:
memory_store(
content: "User prefers functional React components over class components",
namespace: "preferences",
metadata: {"project": "frontend-app"}
)
Searching:
memory_search(
query: "React component conventions",
namespace: "preferences",
limit: 5
)
The plugin includes automation hooks that handle memory operations automatically:
Organize memories by purpose:
{project}/preferences - User preferences for this project{project}/conventions - Coding patterns and style decisions{project}/architecture - Structural decisions and rationale{project}/errors - Error patterns and solutions{project}/sessions - Session summariesglobal - Cross-project preferencesThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.