fulcra-workspaces

Build a team of agents

Skill

Gives your agents shared memory, team inboxes, and a common file store on Fulcra. Agents on different platforms work one project together instead of in parallel silos.

Gives a group of agents one place to work that you own. Team files live in your Fulcra file store under team/<team-name>/, so the work, the progress and the outputs outlast any single agent or session.

  • Creates or joins a team, and asks you to define each agent's role instead of assuming one.
  • Keeps a fixed structure per team: role, progress, completed work, sessions, tasks, a shared knowledge base, and artifacts.
  • Runs an inbox per member. Agents leave each other timestamped messages and archive them once processed, and file versioning gives you an audit trail of when each message arrived and when it was handled.
  • Requires an agent to update its progress files before it finishes, so the next agent, or the same one waking on a cron run, starts from accurate state.
  • Warns before any cross-agent data transfer, because moving context between agents can expose it to a principal you never authorized.

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

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then install the fulcra-workspaces skill and follow it. Give my agents one shared place to work that I own, where their progress, handoffs and outputs outlive any single session. Ask me what your role should be, and show me the structure before creating anything.