ARIS → Synapse Dashboard Sync

Sync ARIS research workflow progress and artifacts into the Synapse dashboard.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

ARIS research workflows generate valuable progress and artifacts, but teams often struggle to visualize that state inside the Synapse dashboard as experiments evolve. This Skill syncs ARIS lifecycle milestones—projects, literature, questions, experiments, reviews, and documents—into Synapse so observers can track progress continuously.

Core Features & Use Cases

  • Automated checkpoint syncing across the ARIS lifecycle: pushes updates at session init, literature discovery, idea creation, experiment planning/execution, review loops, experiment completion, and document/report generation.
  • Stateful artifact↔UUID mapping: maintains a local .aris-synapse-sync.json mapping to reliably link ARIS outputs (ideas, documents, experiments) to Synapse UUIDs across multiple runs.
  • Dashboard observability with non-blocking safety: sync failures never block ARIS; errors are logged and ARIS execution continues by design.
  • Idempotent literature and update-friendly documents: related work deduplication supports safe re-syncing, and document updates/versions keep the dashboard current.

Quick Start

Install the skill and run an ARIS command like /idea-discovery "efficient attention for long sequences" so Synapse is auto-created and updated at each relevant checkpoint.

Frequently Asked Questions about ARIS → Synapse Dashboard Sync

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

FAQPage Schema
How do I sync research workflow progress to a dashboard in real time?

To sync research workflow progress to a dashboard in real time, this Skill automatically pushes ARIS lifecycle milestones like literature, experiments, and reviews into the Synapse dashboard using a persistent local state file for reliable UUID mapping.

What happens to my experiment tracking if the dashboard sync fails?

If the dashboard sync fails, your experiment tracking continues uninterrupted because the Skill uses non-blocking error handling that safely logs failures by design without stopping ARIS execution.

How do I track document versioning and review rounds without creating duplicates?

To track document versioning and review rounds without duplicates, the Skill applies idempotent deduplication for related work and uses a local JSON file to map artifacts to UUIDs, ensuring safe re-syncing across multiple runs.

Do I need a specific MCP connection to enable research orchestration observability?

Yes, you need a Synapse MCP connection to enable research orchestration observability, which allows the Skill to stream ARIS session initialization, experiment execution, and report generation directly into the dashboard.

Can I use document versioning to keep a literature management dashboard current?

Yes, you can use document versioning to keep a literature management dashboard current because the Skill supports update-friendly documents that continuously push the latest ARIS artifacts and related work updates to Synapse.