Global Blocks
Description
Claims that survive crossing a boundary — addressable, versioned, hash-chained blocks for AI agents; portals not copies; corrections pushed to everyone who read the superseded version. A Claude Code plugin.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
global-blocks
**Claims that survive crossing a boundary.**
A Claude Code plugin from [Playful Sincerity](https://playfulsincerity.org). It stores claims as **blocks** — addressable, versioned, hash-chained — hands them across boundaries as **portals** rather than copies, and pushes **corrections** to everyone who read the superseded version.
The part you feel first: put a block id in any file, and when an agent reads that file the claim arrives **filled in place** — the content replaces the id in the sentence that cites it, wrapped in who asserted it and how sure they were, with the id still visible. The file on disk never holds the content, so nothing copied can rot; and writing the file back contracts it to the bare id again, so an ordinary edit can't freeze a live claim into a dead copy. And if what you're holding is later corrected, you're told on your next turn, unasked, with the diff. *Unknown now, not false* — a withdrawn claim collapses to uncertainty, not to its opposite.
Changes, and the failure each fix came from: [`CHANGELOG.md`](CHANGELOG.md).
The deck
[`deck.html`](deck.html) — the presentation, self-contained (fonts and images inlined, no network). Download and open it in any browser; arrow keys navigate.
Install
claude plugin marketplace add Playful-Sincerity/global-blocks
claude plugin install global-blocks@playful-sincerity
Restart your session (hooks register at session start).
Look at your store
The store is plain markdown on your own disk — no database, no server. A reader ships inside the plugin:
BLOCKS="$(ls -d ~/.claude/plugins/cache/playful-sincerity/global-blocks/*/scripts/blocks | tail -1)"
$BLOCKS # every block, newest first
$BLOCKS tree # the actual files — this IS the format
$BLOCKS log # every version, and what changed
$BLOCKS board --serve # the live audience board: who holds what, who is owed
What it does
- **A block's id is an address, n
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI