hoangsonww/weekly-report
> 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.
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor --skill weekly-report
Generate a comprehensive weekly productivity report from Agent Monitor data.
The user provides: $ARGUMENTS
This may be:
http://localhost:4820:GET /api/sessions?limit=200 — filter to target week (default sort: most recently updated first)GET /api/analytics — aggregated analyticsGET /api/pricing/cost — cost data| Metric | This Week | Last Week | Change |
|--------|-----------|-----------|--------|
| Sessions | N | N | ↑/↓ N% |
| Total Hours | N | N | ↑/↓ N% |
| Tokens Used | N | N | ↑/↓ N% |
| Total Cost | $X.XX | $X.XX | ↑/↓ N% |
| Completion Rate | N% | N% | ↑/↓ |
| Day | Sessions | Hours | Cost | Completion |
|-----|----------|-------|------|------------|
For each day of the week with activity.
Professional report format with:
Take hoangsonww/weekly-report from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.