documents

Create and update Synapse Markdown documents with embedded charts and uploaded images.

29|3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Vincentwei1021/Synapse --skill documents-vincentwei1021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/Vincentwei1021/Synapse/tree/main/public/synapse-plugin/skills/documents
Command: npx skills add https://github.com/Vincentwei1021/Synapse --skill documents-vincentwei1021

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Synapse Documents skill helps you write and maintain durable research documents so your experiments, reports, and synthesis stay readable, updatable, and correctly render Markdown content with visuals.

Core Features & Use Cases

  • Markdown-first document authoring: write reports, synthesis, and project documents in Markdown so they render natively in Synapse.
  • Embedded charts and tables: use GitHub-flavored Markdown tables and lightweight chart blocks for quick quantitative comparisons.
  • Safe figure embedding via Synapse image upload: upload image files through the provided Synapse tools and embed the returned /api/documents/ URLs for reliable rendering in experiment reports and documents.
  • Use case: create an experiment report that summarizes results in Markdown, includes a chart for loss/accuracy, and embeds a generated figure (e.g., heatmap or ROC curve) uploaded to Synapse.

Quick Start

Use the documents skill to save an experiment report in Markdown and embed figure URLs returned by the image upload tool.

Frequently Asked Questions about documents

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

FAQPage Schema
How do I embed images in Markdown research reports so they render correctly?

To embed images in Markdown research reports, upload image files through Synapse upload tools and embed the returned /api/documents/ URLs into your Markdown content for reliable native rendering.

Can I add charts and tables to Markdown experiment reports?

Yes, you can add charts and tables to Markdown experiment reports by using GitHub-flavored Markdown tables and lightweight chart blocks for quick quantitative comparisons like loss or accuracy plots.

What is the best way to maintain updatable project documentation with embedded figures?

The best way to maintain updatable project documentation with embedded figures is authoring durable Synapse Markdown documents, which support content updating and consistent visual rendering of experiment synthesis.

Does Synapse support manually maintained project documentation with native Markdown rendering?

Yes, Synapse supports manually maintained project documentation with native Markdown rendering, allowing you to write and update research reports, deep research synthesis, and project documents directly in Markdown format.

How do I create an experiment report that includes a heatmap or ROC curve figure?

To create an experiment report with a heatmap or ROC curve, upload the generated figure to Synapse, then insert the returned /api/documents/ image URL into your Markdown document alongside your text summary and chart blocks.

Why do my embedded images fail to render in Synapse Markdown documents?

Embedded images fail to render in Synapse Markdown documents when using invalid image URLs, requiring you to write Markdown content with valid /api/documents/ image URLs specifically generated by Synapse upload tools.