fulcra-memory

Share memory between agents and platforms

Skill

Teaches agents to keep their memory in Fulcra, synced in the open OKF format, instead of locked in one platform's silo. What one agent learns, every agent you authorize remembers — on any platform.

Keeps one agent's working record in your account instead of inside the agent. Its progress, role, session summaries and long-running tasks go to agent/<agent-name>/ in your file store, in a structure you and other agents can read.

  • Writes a progress.md you can actually review: recent work and next steps, not a dump of internal state.
  • Keeps role.md current, so it stays clear what this agent is for and how it operates.
  • Records session summaries carrying the decisions, links and preferences that came out of each spate of work, and tracks longer objectives in task files it updates as work progresses.
  • Finds what changed across its own and shared namespaces with fulcra data-updates rather than listing directories.
  • Checks progress reports for personal data and credentials before uploading them.

Install it with npx skills add fulcradynamics/agent-skills/fulcra-memory.

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then install the fulcra-memory skill and follow it. From now on, remember what we did and what's next, so tomorrow's session starts where this one ended instead of from zero. Show me your first progress note before you save it.