
from mnemonic
Agent memory/capture workflow: triggers, silent-capture protocol, minimal memory format, and recall/search commands for saving and retrieving structured agent m
Mnemonic Core defines a structured memory system for agents: trigger phrases for capture and recall, silent-capture rules, file formats, namespaces, and operational commands (capture, search, status). It provides concrete workflows and enforcement rules to ensure reliable memory creation and deduplication.
Use when agents must persist decisions, learnings, patterns, or blockers from conversations; when you need a predictable, auditable memory format and retrieval hooks; or when building agent features that require long-term state. Do NOT use for purely hypothetical or assistant-generated suggestions.
Inferred compatibility: agents able to run shell/CLI commands and write files (Claude, Copilot-style tooling, custom agent runtimes).
This skill has not been reviewed by our automated audit pipeline yet.
Mnemonic Search
Search and synthesize across mnemonic memory files (namespaces, tags, types, full-text) to answer questions and surface sources.
Mnemonic Setup
Installs and configures a filesystem-backed mnemonic memory system for Claude-style agents, creating directory structure, CLAUDE.md hooks, and an initial contex