From agentcairn
Use when starting a non-trivial task or finishing a decision/fix — recall prior memory before working, and remember durable facts worth carrying across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentcairn:using-agentcairn-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have a persistent memory backed by agentcairn (a Markdown vault the user owns). Use it.
You have a persistent memory backed by agentcairn (a Markdown vault the user owns). Use it.
Before designing, debugging, or re-deriving something non-trivial, search memory first:
recall tool (hybrid search) with a focused query — "how did we fix the auth token refresh?", "what did we decide about the migration order?".build_context to read the full note.After a decision, a non-obvious fix, a gotcha, or a stated user preference, persist it with the
remember tool — a short, self-contained fact. Good memories: "We rotate jwt-secret on deploy via
X.", "User prefers rebase-merges.", "DuckDB TIMESTAMP stores naive-UTC — bind accordingly."
Skip the trivial — the SessionEnd hook already captures the session in bulk; remember is for the
high-value things worth pinning deliberately.
The vault is plain Markdown the user can read and edit; treat it as shared, durable knowledge.
npx claudepluginhub ccf/agentcairn --plugin agentcairnCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.