dashboard-update

Redirect dashboard updates to /sync for rebuilding from stats.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This deprecated skill previously updated dashboard.html directly, enabling dashboards to reflect recent activity. It is now superseded by /sync.

Core Features & Use Cases

  • Legacy dashboard maintenance: manually edits to dashboard.html to inject latest activity data.
  • Migration path: /sync reads ~/Tandem/stats.json and rebuilds dashboard.html, ensuring consistency and reliability.

Quick Start

Run /sync to refresh the dashboard from the latest activity data.

Frequently Asked Questions about dashboard-update

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

FAQPage Schema
Why is my dashboard.html not updating with the latest activity data?

Your dashboard.html is not updating because direct manual edits are deprecated. You must run /sync to rebuild the dashboard from stats.json instead, ensuring consistent and reliable activity data reflection.

What is the best way to migrate legacy dashboard updates to a reliable process?

The best way to migrate legacy dashboard updates is to run /sync. This process bypasses direct dashboard.html editing and rebuilds the dashboard from stats.json to maintain data consistency.

How do I refresh my dashboard using stats.json?

To refresh your dashboard using stats.json, run /sync. This command replaces deprecated manual dashboard.html edits and automatically rebuilds the page with the latest activity data.

When should I avoid directly editing dashboard.html?

You should avoid directly editing dashboard.html immediately because the legacy update process is deprecated. Direct edits risk inconsistency; use /sync to rebuild from stats.json instead.

Does the dashboard-update migration require any specific file formats?

Yes, the dashboard-update migration requires the stats.json file. The /sync command reads this activity data format to rebuild dashboard.html reliably without manual edits.