weekly-claude-analytics

Analyze weekly Claude Code session logs and generate markdown usage reports.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill weekly-claude-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-claude-analytics
Source: https://github.com/KIM-KYOUNG-OH/dotfiles/tree/main/.claude/skills/weekly-claude-analytics
Command: npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill weekly-claude-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams generate weekly Claude Code usage analytics by analyzing the current week's session logs to provide project-wise time distribution, task-type insights, and Jira issue progress.

Core Features & Use Cases

  • Automated weekly analytics: analyzes Monday–Friday session logs to summarize usage by project and task type.
  • Jira integration & project tracking: extracts Jira issue references and maps progress across projects.
  • Report delivery: outputs a markdown report into the Obsidian vault path analytics/claude-weekly/YYYY-WXX.md when run.

Quick Start

Run the weekly Claude analytics workflow to generate the current week's usage report.

Frequently Asked Questions about weekly-claude-analytics

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

FAQPage Schema
How do I generate weekly Claude Code usage analytics from session logs?

Weekly Claude Code usage analytics are generated by parsing Monday-to-Friday JSONL session logs from ~/.claude/projects to extract project-level time distribution and task types, outputting a markdown report directly to your Obsidian vault.

Can I track Jira issue progress using Claude Code session logs?

You can track Jira issue progress by parsing Claude Code session logs. This skill identifies Jira issue references within JSONL logs and maps the progress of those issues across your projects for the current week.

Does the weekly analytics report save directly to an Obsidian vault?

The weekly analytics report saves directly to an Obsidian vault. The skill outputs the generated markdown file to the specific path analytics/claude-weekly/YYYY-WXX.md within your vault directory structure.

What data is extracted from Claude Code JSONL logs for reporting?

Data extracted from Claude Code JSONL logs includes parsed timestamps, project-level time distribution, task-type categorization, edit counts, write counts, and identified Jira issue references to compile the weekly usage summary.

Do I need an existing Obsidian vault to use this Claude analytics workflow?

You need an existing Obsidian vault configured to store the output. The skill writes the weekly markdown report to the analytics/claude-weekly/ directory path within your vault, requiring that base structure to save successfully.