sync

Read stats.json and kanban.md, compute 7-day totals, deltas, and trends, and write JSON into dashboard.html.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill sync-binatrixai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/BinatrixAI/tandem-marketplace/tree/main/plugins/tandem/skills/core/sync
Command: npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill sync-binatrixai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill aggregates local data sources to keep the Tandem dashboard updated with current metrics, reducing manual refresh work.

Core Features & Use Cases

  • Reads stats.json and kanban.md to compute 7-day totals, deltas, trends, and meeting stats.
  • Writes a complete JSON block back into ~/Tandem/dashboard.html and generates a concise activity report.
  • Performs health checks on connectors and calendars and reports statuses in the sync output.

Quick Start

Ask Claude to run /sync to refresh your dashboard with the latest stats.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I refresh dashboard metrics from local files?

You can refresh dashboard metrics by running the /sync command, which reads local stats.json and kanban.md files to compute 7-day totals, deltas, and trends, then publishes them directly into dashboard.html.

What is the best way to update Kanban and calendar stats in an HTML dashboard?

To update Kanban and calendar stats in an HTML dashboard, the sync command aggregates local data sources and writes a complete JSON block with activity reports and health checks directly into your dashboard file.

Can I compute 7-day totals and trends from a kanban markdown file?

Yes, you can compute 7-day totals and trends from a kanban markdown file by running the sync task, which parses kanban.md alongside stats.json to calculate deltas and generate a concise activity report.

Does the dashboard sync process include connector health checks?

Yes, the dashboard sync process includes connector health checks, evaluating your calendar and data connectors to report their current statuses directly within the generated sync output.

Do I need a specific environment to sync productivity dashboard data?

You need local stats.json and kanban.md files available, and the sync operates by writing a complete JSON block into ~/Tandem/dashboard.html to publish your refreshed meeting and task metrics.