proof

Create and edit markdown documents with web API and local macOS bridge.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ybbms777/compound-engineering --skill proof-ybbms777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proof
Source: https://github.com/ybbms777/compound-engineering/tree/main/skills/proof
Command: npx skills add https://github.com/ybbms777/compound-engineering --skill proof-ybbms777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually sharing, editing, and collecting feedback on markdown documents, removing the need for back-and-forth file exchanges and version conflicts when collaborating with others.

Core Features & Use Cases

  • Web API Document Sharing: Create shareable markdown documents with unique access tokens, no app installation required for collaborators.
  • Inline Feedback Tools: Add comments, suggest edits, and resolve feedback directly on shared document content.
  • Use Case: Use this when you need to share a project requirements draft with stakeholders, collect review feedback on a technical plan, or collaborate on content with a team in real-time.

Quick Start

Use the proof skill to create a shareable markdown document titled 'Q4 Feature Roadmap' containing your planned feature launches and share the generated link with your product team.

Frequently Asked Questions about proof

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share a markdown document for collaborative review without requiring app installations?

You can collect inline feedback and edit suggestions on a shared markdown document by using the proof skill's web API to add comments and manage suggestions directly on the document content.

Can I rewrite an entire markdown document through an API after collecting team feedback?

Yes, you can rewrite an entire markdown document via authenticated HTTP endpoints or local macOS bridge API calls. The skill supports full document rewriting to apply collected edit suggestions and update the document state.

Does the proof skill require a local macOS bridge for real-time markdown collaboration?

A local macOS bridge is not strictly required for real-time markdown collaboration. The skill supports creating shareable documents and collecting feedback via authenticated web API HTTP endpoints, with the local bridge serving as an alternative interface.

What is the best way to manage edit suggestions and comments on a technical plan draft?

The best way to manage edit suggestions and comments on a technical plan draft is to use a markdown collaboration skill with inline feedback tools. Stakeholders can add comments, suggest edits, and resolve feedback directly on shared content.

How do I retrieve the current state of a markdown document via an API?

You retrieve the current state of a markdown document by making an authenticated HTTP request to the document state retrieval endpoint. This returns the latest content reflecting all applied edit suggestions and resolved comments.