agentsclimarketplace

Sprint summary

Skill hoangsonww/Claude-Code-Agent-Monitor/plugins/ccam-productivity/skills/sprint-summary

πŸš€ 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 sprint-summary

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

Summarize a sprint's worth of Claude Code activity β€” sessions grouped by project (cwd), per-model cost breakdown, token efficiency (cache hit rate, compaction baselines), subagent effectiveness from workflow API, velocity metrics (turn_count, turn_duration_ms), and tool diversity across the sprint.

SKILL.md

2.6 KB, as published. Nobody here has run it

Sprint Summary

Generate a sprint summary from Claude Code Agent Monitor data.

Input

The user provides: $ARGUMENTS

This may be:

  • A sprint duration: "last 2 weeks", "last 10 days"
  • A date range: "2025-03-31 to 2025-04-13"
  • "current sprint" (default: last 14 days)

Procedure

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

    • GET /api/sessions?limit=500 β€” all sessions in range (default sort: most recently updated first)
    • GET /api/analytics β€” aggregated metrics
    • GET /api/pricing/cost β€” total costs
    • For high-value sessions: GET /api/events?session_id={id} β€” event details
  2. Compile sprint summary:

    🎯 Sprint Overview

    • Sprint period: [start] to [end]
    • Total sessions: N (completed: N, errored: N, abandoned: N)
    • Total development hours with Claude Code: N
    • Total cost: $X.XX
    • Overall completion rate: N%

    πŸ“¦ Deliverables

    Group sessions by working directory (project):

    • Project A (/path/to/project)
      • N sessions, N hours, key activities
    • Project B (/path/to/other)
      • N sessions, N hours, key activities

    πŸ“Š Velocity Metrics

    MetricSprintPrevious SprintTrend
    Sessions/dayNN↑/↓
    Avg session durationNmNm↑/↓
    Cost/session$N$N↑/↓
    Tokens/sessionNN↑/↓
    Completion rateN%N%↑/↓

    πŸ›  Technology Breakdown

    • Models used with distribution percentages
    • Top 15 tools by usage with category grouping
    • Subagent utilization rate

    ⚑ Efficiency Analysis

    • Token efficiency: cache hit rate, compaction frequency
    • Cost per completed task
    • Time-to-first-output (avg across sessions)
    • Error recovery rate (sessions that recovered from errors)

    πŸ”„ Retrospective Data Points

    • What went well: Highest-efficiency sessions, best completion rates
    • What could improve: Most expensive sessions, highest error rates
    • Action items: Data-driven suggestions for next sprint

Output Format

Professional sprint report suitable for sharing with team leads or managers:

  • Executive summary paragraph (5 sentences max)
  • Structured data tables with trend indicators
  • Grouped deliverables by project
  • Numbered action items at the end

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.