agentsclimarketplace

Weekly report

Skill hoangsonww/Claude-Code-Agent-Monitor/plugins/ccam-productivity/skills/weekly-report

πŸš€ A real-time monitoring dashboard for Claude Code, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, and WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, and an interactive web UI/MacOS/Windows native app.

Install
npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill weekly-report

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Compile a weekly productivity report using Agent Monitor data β€” daily_sessions and daily_events trends, per-session costs from pricing engine, token volumes (input/output/cache_read/cache_write + baselines), tool usage top 20, session completion rates by status, and workflow intelligence metrics.

SKILL.md

2.3 KB, 529 tokens by cl100k_base, as published. Nobody here has run it

Weekly Report

Generate a comprehensive weekly productivity report from Agent Monitor data.

Input

The user provides: $ARGUMENTS

This may be:

  • "this week" or empty (default: current week Mon-Sun)
  • "last week" for the previous week
  • A date range: "2025-04-07 to 2025-04-13"

Procedure

  1. Fetch weekly data from http://localhost:4820:

    • GET /api/sessions?limit=200 β€” filter to target week (default sort: most recently updated first)
    • GET /api/analytics β€” aggregated analytics
    • GET /api/pricing/cost β€” cost data
  2. Build the weekly report:

    πŸ“Š Week at a Glance

    MetricThis WeekLast WeekChange
    SessionsNN↑/↓ N%
    Total HoursNN↑/↓ N%
    Tokens UsedNN↑/↓ N%
    Total Cost$X.XX$X.XX↑/↓ N%
    Completion RateN%N%↑/↓

    πŸ† Highlights

    • Most productive day (by sessions completed)
    • Longest session and what it accomplished
    • Most used tools and any new tools adopted
    • Notable achievements (complex tasks completed, errors resolved)

    πŸ“ˆ Daily Breakdown

    DaySessionsHoursCostCompletion
    For each day of the week with activity.

    πŸ”§ Tool Usage Report

    • Top 10 tools by invocation count
    • Tools with highest error rate
    • Tool usage distribution chart (text-based)

    πŸ’‘ Productivity Insights

    • Peak productivity hours
    • Average session duration and trend
    • Cost efficiency trend
    • Model usage distribution

    🎯 Recommendations for Next Week

    • Based on error patterns: what to improve
    • Based on cost trends: optimization opportunities
    • Based on tool usage: workflow suggestions

Output Format

Professional report format with:

  • Executive summary (3 sentences max)
  • Structured tables with week-over-week comparisons
  • Emoji-prefixed section headers for scannability
  • Actionable recommendations in priority order

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.