Writeback As Files

Use when an agent needs to write back to a provider through a relayfile mount (Linear comments, GitHub issues, Slack messages, Notion pages, etc.). Covers the file-creation writeback contract (drop JSON at the canonical path → provider mutation), discovering paths and schemas via .schema.json siblings, idempotency keys, writeback status with relayfile writeback list and relayfile status, and recovering from dead-lettered writes under .relay/dead-letter/. NOT for read operations or for direct API calls — relayfile mediates the writeback so you can ignore provider auth, retries, and rate limits.

AgentWorkforce b706445 5.8 KB Updated

File contents

agentworkforce/skills/tree/main/skills/writeback-as-files commit b70644502d

Frequently asked questions

npx skillmds@latest add agentworkforce/writeback-as-files