daily-dashboard

Aggregate Claude Code sessions into per-project summaries and an HTML dashboard.

1|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rudometkin/GenAI-intensive --skill daily-dashboard-rudometkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-dashboard
Source: https://github.com/rudometkin/GenAI-intensive/tree/main/skills/daily
Command: npx skills add https://github.com/rudometkin/GenAI-intensive --skill daily-dashboard-rudometkin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily reporting for Claude Code sessions is repetitive and scattered across notes and dashboards; this skill consolidates it into a single log and an HTML dashboard for quick, cross-project insights.

Core Features & Use Cases

  • Groups sessions by project, generates summary metrics, and updates a single-page dashboard with feed and timeline.
  • Writes a DAILY_LOG.md to Obsidian for archival and quick reference.
  • Supports optional deployment to a remote server for a live dashboard.

Quick Start

Analyze the SESSION_LOG for yesterday and today, update DAILY_LOG.md, and refresh the HTML dashboard at the given path.

Frequently Asked Questions about daily-dashboard

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

FAQPage Schema
How do I generate a daily dashboard from Claude Code session logs?

This skill automates daily reporting by aggregating Claude Code session logs into per-project summaries, writing a DAILY_LOG.md file, and updating a single-page HTML dashboard with feed and timeline views.

What is the best way to automate daily reporting for multiple Claude Code projects?

The best way to automate daily reporting for multiple Claude Code projects is to consolidate session logs into per-project summaries, write a markdown log for archival, and update a single-page HTML dashboard for cross-project insights.

Can I deploy an HTML reporting dashboard to a remote server via SSH?

Yes, this skill supports optional SSH deployment with configurable placeholders, allowing you to deploy your generated HTML dashboard to a remote server for a live reporting view.

Does this daily dashboard tool work with Obsidian for session log archival?

Yes, this skill writes a DAILY_LOG.md file directly to Obsidian for archival and quick reference, ensuring your Claude Code session logs are integrated into your notes.

What format are the daily session logs exported to before generating the dashboard?

Session logs are exported to a DAILY_LOG.md markdown file before generating the dashboard, providing an archival record that feeds into the single-page HTML dashboard for visualization.

Are there limitations when aggregating session logs across different projects?

A limitation when aggregating session logs across different projects is that the skill relies on consistent Claude Code session log formats; missing or malformed logs may prevent accurate per-project summary generation.