← ClaudeAtlas

analytics-dashboardlisted

Turn a LinkedIn Analytics export into an interactive dark-themed React dashboard plus a written strategic analysis with 5 data-backed content recommendations. Reads every sheet in the export, builds charts for engagement trend, follower growth, post performance scatter, day-of-week heatmap, and audience breakdown. Use this skill whenever the user says "analyse my linkedin", "linkedin analytics", "build my dashboard", "review my performance", or uploads a LinkedIn Analytics export file. Requires the user's LinkedIn Analytics export (xlsx) as input.
TeiNam/my_harness_for_claude_code · ★ 0 · Data & Documents · score 71
Install: claude install-skill TeiNam/my_harness_for_claude_code
# Analytics Dashboard ## CRITICAL: Auto-start on load When this skill triggers, go straight to Step 1. ## Step 1. Get the export file Ask: > Upload your LinkedIn Analytics export file (xlsx). > > Not sure how to get it? Go to LinkedIn Analytics, set your date range (30, 60, or 90 days works well), and click Export in the top right. Wait for the file upload. ## Step 2. Parse the data Read every sheet in the file. Expect these sheets: - **DISCOVERY**: overall impressions and reach - **ENGAGEMENT**: daily impressions and engagements over time - **TOP POSTS**: top 50 posts, ranked by engagements and by impressions (two tables to merge) - **FOLLOWERS**: daily new followers plus total count - **DEMOGRAPHICS**: job titles, locations, industries, seniority, company size, top companies Clean any messy headers. Merge the two TOP POSTS tables (by engagements and by impressions) into one unified dataset per post. De-duplicate. ## Step 3. Build the interactive dashboard Create a single React artifact. Dark theme (background `#0f1117`), accent colours for charts. Use Recharts for all visualisations. Include these panels in this order: ### Headline metrics (top row cards) - Total impressions - Total reach - Total new followers - Average daily impressions - Average daily engagements - Average engagement rate (engagements / impressions) - Total posts tracked ### Engagement trend (line chart) - Daily impressions (left y-axis) and engagements (right y-axis) over the full date ran