Claude Code
Claude Code reads SKILL.md files from ~/.claude/skills/ automatically. The universal install
already dropped the BitPub skill there. Restart Claude Code and the next time you mention saving context,
remembering decisions, or restoring a session, the agent shells out to bitpub natively.
bitpub save directly is faster, streams stderr, and survives across versions. The skill describes when to use BitPub (long sessions, multi-agent handoffs, persistent memory) and how. No tool registration, no JSON-RPC envelope, no per-project config.
./.claude/skills/bitpub/SKILL.md (auto-installed if the dir exists).session-handoff./catch-up and /save-checkpoint. They're optional — the agent will still use bitpub natively without them.