ashfulcra/fulcra-tools

8 stars · Last commit 2026-08-17

Long-running AI agents coordinating over their human's own Fulcra account — shared bus, cross-model reviews, session continuity, load balancing. Unofficial, MIT.

README preview

# Ash's Fulcra Tools

Vibe-coded by Fulcra's lawyer on Fulcra's own primitives — unofficial,
unsupported, and a genuinely useful thing to point your agents at.

## Note from the human: this is how I use Fulcra

I use Fulcra to build stuff and get stuff done by coordinating long-running
agents across multiple platforms — Claude Code (desktop and cloud), Claude
Cowork, OpenClaw, ChatGPT, and Codex. That includes having long-running
coding-agent sessions capture my ideas, plan together, assign work to each
other, and review each other's changes across model vendors (my review loop
requires author and approver to be different models).

The agents [coordinate](COORDINATION-PROTOCOL.md) all of that over
[Fulcra](https://fulcradynamics.com) — a user-owned context backend that my
agents and I use as a shared bus of typed events and documents — capturing
what they're doing and
[session checkpoints](skills/fulcra-agent-continuity/SKILL.md) along the way.
Which means I can do things like review everything all the bots did over the

View full repository on GitHub →