DEPRECATED — Use /sync instead. This skill previously updated dashboard.html directly. All dashboard updates now go through the /sync finalizer which reads ~/Tandem/stats.json and rebuilds dashboard.html from source data. Do NOT activate this skill. If triggered, redirect user to /sync.
From tandemnpx claudepluginhub binatrixai/tandem-marketplace --plugin tandemThis skill is limited to using the following tools:
assets/dashboard.htmlassets/tabler.min.cssassets/tabler.min.jsassets/tabler.rtl.min.cssevals/evals.jsonreferences/DASHBOARD-GUIDE.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill is deprecated. Dashboard updates are now handled by
/sync.
The old approach (this skill): Each skill triggered dashboard-update as a background task to edit dashboard.html JSON directly.
The new approach (/sync): Skills append entries to ~/Tandem/stats.json. The /sync skill reads stats.json + kanban.md and rebuilds the dashboard JSON.
Tell the user:
"Dashboard updates now use /sync. Say /sync or sync dashboard to update your dashboard from the latest activity data."
The dashboard JSON schema reference remains at:
${CLAUDE_SKILL_DIR}/references/DASHBOARD-GUIDE.md
This file is still used by the /sync skill for the JSON schema.