wire-memory
01Plugin Claude Code
Persistent memory for AI agents. Connect to a Wire container to remember decisions, patterns, and context across sessions.
Plugin Claude Code
Persistent memory for AI agents. Connect to a Wire container to remember decisions, patterns, and context across sessions.
Instructions file
Instructions for usewire/wire-memory, covering wire-memory, how it works, plugin structure, development and no build step.
Hook
Runs when a session starts, executing self-heal-mcp.mjs via node. From usewire/wire-memory.
Hook
Runs when you submit a prompt, before the agent sees it, executing eval-hook.mjs via node. From usewire/wire-memory.
Hook
Runs before the context is compacted, executing transcript-upload.mjs via node. From usewire/wire-memory.
Hook
Runs when the agent finishes a response, executing transcript-upload.mjs via node. From usewire/wire-memory.
Cursor rule
Warn user when Wire memory container is ephemeral and about to expire. Check /.wire-memory/context.md for ephemeral status.
Cursor rule
Search Wire memory for relevant context when connected.
Cursor rule
Log decisions, corrections, and patterns to Wire memory when connected.
Skill Claude CodeCodex
Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account.
Skill Claude CodeCodex
Configure Wire memory settings (transcript capture, etc.).
Skill Claude CodeCodex
Connect Wire memory to this agent. Authenticates via browser and registers your Wire container's MCP tools.
Skill Claude CodeCodex
Disconnect Wire memory and remove stored credentials.
Skill Claude CodeCodex
ALWAYS USE THIS SKILL. Automatic context logging and retrieval via Wire container. Invoke this skill at the start of every session, when making decisions, when receiving corrections, when establishing patterns, and before ending sessions. This skill provides persistent cross-project memory that supplements the…
Skill Claude CodeCodex
Show Wire memory connection status and container info.
Plugin Claude Code
Official Claude Code plugins from Wire — persistent memory, context management, and AI agent tools.