Use this skill whenever working on a project that has a .agent-memory/ directory. At the start of every coding task call memory.fetchcontext to load current state, conventions, and relevant prior decisions. After making a durable choice, hitting a footgun, or wrapping a session, call memory.proposeupdate to persist…
Use this skill whenever working on a project that has a .agent-memory/ directory. At the start of every coding task call memory.fetchcontext to load current state, conventions, and relevant prior decisions. After making a durable choice, hitting a footgun, or wrapping a session, call memory.proposeupdate to persist…
At the start of every coding task call memory.fetchcontext to load current state, conventions, and prior decisions. After making a durable choice, hitting a footgun, or wrapping a session, call memory.proposeupdate. Always prefer this over re-reading raw source files when you need project context.
Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe. Runs locally from the @xchucx/agent-memory npm package.