Proof Skill
Description
Claude Code skill for working with Proof documents over HTTP
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
proof-skill
A Claude Code skill for working with [Proof](https://proofeditor.ai) documents over HTTP — create, read, edit, comment, suggest, and track presence.
Install
Copy the skill file into your project's Claude Code skills directory:
mkdir -p .claude/skills
curl -sS -o .claude/skills/proof.SKILL.md \
https://raw.githubusercontent.com/cathrynlavery/proof-skill/main/proof.SKILL.md
Or clone and copy manually:
git clone https://github.com/cathrynlavery/proof-skill.git
cp proof-skill/proof.SKILL.md your-project/.claude/skills/
What it enables
Once installed, your Claude Code agent can:
- Create shared documents on Proof
- Read documents via content negotiation (JSON or markdown)
- Edit with block-level operations (stable refs, revision locking)
- Comment on specific text passages
- Suggest replacements with accept/reject workflow
- Track presence and poll for document events
Works with
- proofeditor.ai — hosted Proof (default, no setup needed)
- Self-hosted Proof SDK — any deployment running the open-source Proof SDK
Self-hosted configuration
The skill defaults to `https://proofeditor.ai`. To point at a self-hosted instance, set the base URL before using Proof commands:
export BASE_URL="https://your-proof-instance.example"
Links
- proofeditor.ai — hosted product
- proof-sdk — open-source SDK
- REFERENCE.md — advanced API reference
From [founder.codes](https://founder.codes) — practical systems and tools for founders building with AI. Follow [@cathrynlavery](https://x.com/cathrynlavery) on X.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development