synapse-export-workflow

Export Synapse annotation data to COCO, YOLO, Pascal VOC, and CSV formats.

1|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill synapse-export-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synapse-export-workflow
Source: https://github.com/datamaker-kr/synapse-claude-marketplace/tree/main/plugins/synapse-export/skills/export-workflow
Command: npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill synapse-export-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of exporting annotation data, ground truth datasets, and task information from Synapse into various common formats, making your data readily usable for downstream applications and analysis.

Core Features & Use Cases

  • Flexible Export Targets: Export data from assignments, ground truth datasets, or tasks.
  • Multiple Output Formats: Supports Synapse JSON, COCO, YOLO, Pascal VOC, and CSV.
  • Script-Based Control: Offers a recommended script-based approach for maximum customization and control over the export process.
  • Use Case: Export all labeled bounding box annotations from a specific project in COCO format for training an object detection model.

Quick Start

Use the export workflow skill to export assignments from project ID 123 to COCO format.

Frequently Asked Questions about synapse-export-workflow

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

FAQPage Schema
How do I export Synapse annotation data to COCO format?

You can export Synapse annotation data to COCO format by using the script-based export workflow, which automates extraction from assignments or ground truth datasets into the required JSON structure for object detection.

What is the best way to export ground truth datasets from Synapse for YOLO training?

The recommended approach is using the script-based custom export workflow, which provides maximum control over data structures and supports large dataset strategies for generating YOLO formatted files.

Can I export Synapse tasks to CSV without writing custom code?

Yes, you can export Synapse tasks to CSV using the automated export workflow, which supports standard formats including CSV, Synapse JSON, COCO, and Pascal VOC without requiring custom scripts for basic extraction.

Does the Synapse export workflow support Pascal VOC output?

Yes, the Synapse export workflow supports Pascal VOC output alongside COCO, YOLO, CSV, and Synapse JSON, allowing you to automate the export of annotation data and task information for various downstream applications.

How do I handle large dataset exports from Synapse?

To handle large dataset exports from Synapse, the workflow provides detailed guidance on large dataset strategies and SDK methods, ensuring efficient extraction of annotation data across the supported formats.

Why use a script-based approach for Synapse data export?

A script-based approach for Synapse data export offers maximum customization and control over the process, allowing you to tailor data structures and output formats to specific downstream application requirements.