What problem does it solve? Writing structured decks, memos, and metrics pages by hand in raw Markdown is error-prone and inconsistent. This Skill lets an agent submit declarative template slots to the folio API, which schema-validates the input and renders it to append-only Markdown before storage. ## Core Features & Use Cases - Built-in Templates: Use the pitch, memo, and metrics templates with defined slots such as cover, metrics, sections, and ask. - Schema Validation: Unsupported templates, slots, fields, or malformed shapes fail closed with a 422 response, keeping stored documents clean. - Versioned Appends: Append a new template-generated version to an existing document via the versions/template endpoint, then generate a no-login present link. - Use Case: A founder's agent drafts a pitch deck with cover, metrics, problem/solution sections, and an ask, posts it to folio, and returns a shareable /present/<token> link valid for 24 hours. ## Quick Start Ask the agent to create a folio pitch document from the built-in pitch template with a cover title, two metrics, and problem and solution sections, then generate a present link for it.