Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.206 Home All releases olderv2.1.205 v2.1.207newer

Dashboard Artifact Skill (artifact-dashboard)

What

A new built-in artifact-dashboard skill provides a production-ready template for creating operational dashboard artifacts with KPI tiles, a primary chart, and a breakdown table.

Usage
Load the artifact-dashboard skill and build a dashboard from its template.
Details
  • The skill includes a template.html fragment with slot markers (<!-- SLOT: ... -->) for the title, KPI tiles, chart spec, breakdown rows, and footer note.
  • KPI tiles support directional delta styling with up/down classes plus good/bad overrides for cases where a decrease is an improvement (e.g., latency, error rate).
  • The primary chart slot takes a compact JSON spec ("type": "line" | "bar" | "donut", "series", "x", "y") and is rendered by a built-in SVG fallback plus the injected Chart.js runtime (see below).
  • A CONTRIBUTING.md-style notes section warns against fabricating data: "Replace every placeholder number — and never invent one."
  • Theming uses CDS token values with full dark mode support via @media (prefers-color-scheme: dark) and data-theme overrides.
Evidence

Skill FRONTMATTER (search for "artifact-dashboard"); slot guidance (search for "SLOT: KPI_TILES")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.206 →