By memoryrelay
Guided workflows for MemoryRelay — persistent memory, architectural decisions, reusable patterns, project orchestration, and knowledge graphs for AI agents.
Use when making architectural choices, evaluating alternatives, revisiting past decisions, or needing to check whether a decision already exists before committing to a direction.
Use when building relationship maps between people, organizations, projects, or concepts that appear across multiple memories, or when recalling information that benefits from entity connections rather than flat search.
Use when starting a new conversation or task that needs persistent memory, storing or retrieving information across sessions, or working within a project that uses MemoryRelay.
Use when establishing reusable conventions, looking up existing patterns before implementing a solution, adopting shared patterns across projects, or getting pattern recommendations for a project.
Use when registering a new project, loading project context before starting work, checking cross-project dependencies or impact before breaking changes, or managing relationships between projects.
Claude Code plugin marketplace for MemoryRelay.
# Add the marketplace
claude plugins add-marketplace memoryrelay/memory-relay-skills
# Install the plugin
claude plugins install memoryrelay@memoryrelay
Or manually add to ~/.claude/plugins/known_marketplaces.json:
{
"memoryrelay": {
"source": {
"source": "github",
"repo": "memoryrelay/memory-relay-skills"
}
}
}
Then enable in your project's .claude/settings.json:
{
"enabledPlugins": {
"memoryrelay@memoryrelay": true
}
}
| Skill | When to Use |
|---|---|
memory-workflow | Session lifecycle, storing/retrieving memories, tiers, deduplication |
decision-tracking | Architectural decision records, check before deciding, supersede outdated |
pattern-management | Reusable conventions, search before creating, adopt across projects |
project-orchestration | Load project context, check cross-project impact, manage dependencies |
entity-and-context | Knowledge graphs, link entities to memories, enriched recall |
MemoryRelay tools must be available via the MemoryRelay MCP server or the OpenClaw plugin.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub memoryrelay/memory-relay-skills --plugin memoryrelaySeamless long-term memory for Claude Code — auto-session, auto-recall, auto-capture with privacy filtering via MemoryRelay API
Seamless long-term memory for Claude Code — auto-session, auto-recall, auto-capture with privacy filtering via MemoryRelay API
Persistent memory for Claude Code - store decisions, patterns, and context across sessions
Pure filesystem-based memory system for Claude Code with custom ontology support
Persistent memory system for Claude Code with enforced context
Persistent memory across Claude Code sessions using Cognis
Persistent memory across Claude Code sessions using Supermemory
Persistent memory for AI coding agents. Survives across sessions and compactions.