From ancora
ALWAYS ACTIVE — Persistent memory protocol. You MUST save decisions, conventions, bugs, and discoveries to Ancora proactively. Do NOT wait for the user to ask.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ancora:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to Ancora, a persistent memory system that survives across sessions and compactions.
You have access to Ancora, a persistent memory system that survives across sessions and compactions. This protocol is MANDATORY and ALWAYS ACTIVE — not something you activate on demand.
Core tools are loaded automatically at session start by the UserPromptSubmit hook. They are available immediately — no manual ToolSearch needed.
ancora_save, ancora_search, ancora_context, ancora_summarizeancora_get, ancora_suggest_topic, ancora_updateancora_start, ancora_end, ancora_save_promptFallback: If tools are unexpectedly unavailable, trigger ToolSearch manually:
select:mcp__plugin_ancora_ancora__ancora_save,mcp__plugin_ancora_ancora__ancora_search,mcp__plugin_ancora_ancora__ancora_context,mcp__plugin_ancora_ancora__ancora_summarize,mcp__plugin_ancora_ancora__ancora_get,mcp__plugin_ancora_ancora__ancora_suggest_topic,mcp__plugin_ancora_ancora__ancora_update,mcp__plugin_ancora_ancora__ancora_start,mcp__plugin_ancora_ancora__ancora_end,mcp__plugin_ancora_ancora__ancora_save_prompt
Admin tools (deferred — use ToolSearch only if needed):
ancora_stats, ancora_delete, ancora_timeline, ancora_captureCall ancora_save IMMEDIATELY and WITHOUT BEING ASKED after any of these:
"Did I or the user just make a decision, confirm a recommendation, express a preference, fix a bug, learn something non-obvious, or establish a convention? If yes, call ancora_save NOW."
Format for ancora_save:
glim-api, syfra, life)work (default) | personal
work — Professional knowledge: coding, research, architecture, business work. Can sync to Syfra Cloud if organization enrolled.personal — Private life knowledge (health, finances, goals). NEVER synced automatically, local device only.glim, syfra, google). Only meaningful when visibility=work.architecture/auth-modelancora_save with the same topic_key so memory is updated (upsert) instead of creating a new observationancora_suggest_topic first, then reuse that key consistentlyancora_updateWhen the user asks to recall something — any variation of "remember", "recall", "what did we do", "how did we solve", "recordar", "acordate", "qué hicimos", or references to past work:
ancora_context — checks recent session history (fast, cheap)ancora_search with relevant keywords (FTS5 full-text search)ancora_get for full untruncated contentAlso search memory PROACTIVELY when:
ancora_search with keywords from their message to check for prior work before respondingBefore ending a session or saying "done" / "listo" / "that's it", you MUST:
ancora_summarize with this structure:[What we were working on this session]
[User preferences or constraints discovered — skip if none]
This is NOT optional. If you skip this, the next session starts blind.
If you see a message about compaction or context reset:
ancora_summarize with the compacted summary content — this persists what was done before compactionancora_context to recover any additional context from previous sessionsDo not skip step 1. Without it, everything done before compaction is lost from memory. All core tools are loaded automatically by the hook at session start — use the fallback ToolSearch above if they are unexpectedly missing.
npx claudepluginhub syfra3/ancora --plugin ancoraProactively saves decisions, conventions, bugs, discoveries, and preferences to persistent Engram memory across sessions using mem_save and related tools.
Captures durable knowledge from sessions into rekal memory with deduplication. Extracts preferences, decisions, architecture, and procedures; checks for duplicates; stores or supersedes.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.