What problem does it solve? Agents lose durable context between sessions, and shared knowledge about projects, people, and decisions ends up scattered or forgotten. This Skill gives agents a persistent markdown knowledge vault stored in the user's Fulcra account, so durable context survives across sessions and agents. ## Core Features & Use Cases - Session-start loading: Read HOT.md for a compact summary of what's hot, with optional SessionStart hooks for Claude Code or Codex that inject it automatically. - Structured reads and writes: Read notes with backlinks, write only your agent-owned section of a note, and append timestamped entries to the shared append-only Log. - Link index and map: Link notes with [[wikilinks]], then rebuild backlinks and MAP.md/HOT.md with reindex and map commands. - Capability-based routing: Use the CLI when shell access is available, raw HTTP with device-flow auth when only HTTP is possible, or MCP for read-only access. - Use Case: An agent finishes a planning session, logs the decisions made on the relevant project note, updates its owned section with new durable context, and reindexes so the next session's agent sees the current state in HOT.md. ## Quick Start Install the fulcra-vault CLI, run fulcra auth login, then ask the agent to read HOT and write durable context about the current project back to the vault.