Creator-facing social media analytics dashboard in a single HTML file. A platform switcher (X / LinkedIn / YouTube / Instagram), a row of KPI cards (followers, engagement rate, likes, reposts), a follower-growth chart, a "top post this week" preview, and a trending topics / top comments side panel. Use when the brief mentions a "social media dashboard", "creator analytics", "social analytics", or names specific platforms (X, Twitter, LinkedIn, YouTube, Instagram, TikTok) together with metrics like followers, engagement, likes, reposts.
Produce a single-screen, creator-facing social media analytics dashboard.
Metric A / Metric B placeholders.
Pick a creator persona (default: "AI / design indie creator") and
derive consistent numbers across the page — e.g. follower counts on
the switcher must match the KPI row when X is selected.+X.XK this week delta. The
active platform uses an elevated surface from DESIGN.md.❤ 312 · 💬 18 row in muted text.<!doctype html> through </html>, CSS in one inline <style> block.<header>, <main>, <section>, <article>.data-od-id="slug" for comment mode:
header, hero, ask, platform-switcher, kpis,
follower-growth, top-post, trending, top-comments.<path> for the curve, a second <path> with low-alpha
fill for the area, two <circle> annotation dots with text labels.<polyline> with 10 points, no axes, ~16px tall.on-surface-variant for
muted text. Accent appears at most three times on the page.rgba(token, alpha) for glass surfaces).Emit between <artifact> tags:
<artifact identifier="social-media-dashboard" type="text/html" title="Social Media Dashboard">
<!doctype html>
<html>...</html>
</artifact>
One sentence before the artifact, nothing after.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/social-media-dashboard · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/social-media-dashboard" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/social-media-dashboard" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/social-media-dashboard
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.