fulcra-primitives

Learn the building blocks

Skill

A plain introduction that teaches agents Fulcra's core primitives: data types, records, and versioned files. An agent that knows these can build everything else in this library on its own.

The reference an agent reads when it needs the mechanics instead of a guided flow. Three primitives cover most of what Fulcra stores: events for things that happened, metrics for values measured over time, and files that version themselves on every upload to the same path.

  • Installs and runs the CLI, and completes device authorization in two steps so the command does not hang waiting on a browser.
  • Creates custom data types from the base annotation shapes: moment, boolean, numeric and scale.
  • Uploads, lists, inspects and downloads files, including earlier versions of a path.
  • Covers the Open Knowledge Format conventions the file store expects, and where artifacts belong.

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

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then install the fulcra-primitives skill and follow it. Teach me what my account can hold, using my own data — something that happened, something measured over time, and a file that keeps its history — then help me store my first thing worth keeping.