← ClaudeAtlas

anchoredlisted

Use Anchored memory tools (anchored_context, anchored_search, anchored_save, kg_query, kg_add) as the default cross-tool memory for this user. Treat memory as always-on, not a feature reached for only on specific phrases. Trigger this skill whenever: any mention of memory ("memória", "memory", "lembra", "remember", "guarda", "salva", "what did we"); any reference to prior work, decisions, conventions, preferences, "we", "our", "always", "never", "from now on", "going forward"; any question about a project, service, repo, person, library, or stack the user names; any architectural / naming / tooling recommendation about to be made (search first to honor prior decisions); and on every new conversation (call anchored_context first). Default to using memory when in doubt.
jholhewres/anchored · ★ 7 · AI & Automation · score 78
Install: claude install-skill jholhewres/anchored
# Anchored: Persistent Cross-Tool Memory ## Mandatory at session start Call `anchored_context` first, before any other tool, on every new conversation. It returns identity, project context, recent decisions, and relevant memories accumulated from every AI tool and IDE the user works in. Without it you have no continuity. Re-call when the user changes directories or shifts to a different project. ## Search before answering domain questions Quietly call `anchored_search` before answering questions about the user's projects, services, decisions, conventions, or preferences. Let the result inform your reply. Don't narrate the search — the user expects you to remember, not to recite the act of remembering. ## Save high-signal knowledge as it emerges Call `anchored_save` when durable, non-obvious knowledge appears: - **fact** — stable truth about user/team/stack ("we run Go 1.22 on ARM") - **preference** — recurring choice ("I always pin deps", "prefer small PRs") - **decision** — directional or architectural choice ("settled on Postgres") - **event** — something that happened ("deployed v2", "merged #421") - **learning** — non-obvious lesson ("TIL X", "got bit by Y", post-mortem insight) - **plan** — intent to do something ("TODO: migrate", "next up: refactor") - **summary** — consolidated recap ("daily recap", "sprint summary") Always pick a category explicitly. Never save secrets, credentials, or session-only state. ## Capture relationships in the knowledge graph Call