Proof Skill banner
cathrynlavery cathrynlavery

Proof Skill

Development community

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


From [founder.codes](https://founder.codes) — practical systems and tools for founders building with AI. Follow [@cathrynlavery](https://x.com/cathrynlavery) on X.