Skip to content

Comments

feat: Add Proof editor integration#205

Open
kieranklaassen wants to merge 1 commit intomainfrom
feat/proof-integration
Open

feat: Add Proof editor integration#205
kieranklaassen wants to merge 1 commit intomainfrom
feat/proof-integration

Conversation

@kieranklaassen
Copy link
Collaborator

Summary

  • New proof skill — Full Proof API reference for creating, editing, commenting on, and sharing markdown documents. Supports web API (no auth required for sharing) and local macOS bridge.
  • Proof upload in /workflows:brainstorm — After writing the brainstorm doc, uploads to Proof and displays a shareable URL for collaborative review.
  • Proof upload in /workflows:plan — After writing the plan file, uploads to Proof and displays a shareable URL for collaborative review.

Both uploads use by: "ai:compound" for attribution and gracefully skip if the network request fails.

Changes

File Change
skills/proof/SKILL.md New skill (adapted from personal proof skill)
commands/workflows/brainstorm.md Added "Share to Proof" step after output summary
commands/workflows/plan.md Added "Share to Proof" step after writing plan file
plugin.json Version 2.35.2 → 2.36.0, skill count 19 → 20
marketplace.json Version and skill count updated
README.md Skill count and table updated
CHANGELOG.md v2.36.0 entry

Test plan

  • Install plugin locally, verify proof skill loads (/proof triggers it)
  • Run /workflows:brainstorm and confirm Proof URL appears at the end
  • Run /workflows:plan and confirm Proof URL appears after plan is written
  • Verify Proof URLs are clickable and open the shared document
  • Verify graceful failure when offline (no crash, just skips)

Post-Deploy Monitoring & Validation

No additional operational monitoring required: plugin is client-side only, Proof sharing is optional and failure-safe.


Compound Engineered 🤖 Generated with Claude Code

Add proof skill for collaborative document editing via Proof's web API
and local bridge. Integrate Proof uploads into brainstorm and plan
workflows so outputs get a shareable URL automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant