From traces
Quick statistics on recent session traces — command counts, error rates, files modified
npx claudepluginhub artmin96/forge-studio --plugin tracesThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Quick overview of recent session activity from ~/.claude/traces/.
ls -t ~/.claude/traces/*.jsonl 2>/dev/null | head -10session_end entry (last line with "type":"session_end")## Session Traces (last N sessions)
| Date | Commands | Errors | Files Modified | Error Rate |
|------|----------|--------|----------------|------------|
| ... | ... | ... | ... | ...% |
Today: N commands, N errors, N files modified
Trace directory: ~/.claude/traces/ (N files, Nk total)
If no trace files exist, say so and suggest installing the traces plugin.