From kraftwork-intel
Show skill usage metrics and session statistics. Use when the user asks about skill usage patterns, workflow stats, or wants to see what's been happening.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraftwork-intel:intel-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show usage metrics from the kraftwork intelligence layer.
Show usage metrics from the kraftwork intelligence layer.
bun installed~/.claude/kraftwork-intel/ initialized (run bun install in that directory if needed)Options:
For general overview:
bun run ~/.claude/kraftwork-intel/src/cli.ts report
For a specific skill:
bun run ~/.claude/kraftwork-intel/src/cli.ts report --skill "<skill-name>"
For time-filtered:
bun run ~/.claude/kraftwork-intel/src/cli.ts report --days <N>
Format the JSON output as a readable summary. Include:
npx claudepluginhub filipeestacio/kraftwork --plugin kraftwork-intelGenerates usage reports for Claude Code skills from tracked JSONL data. Provides CLI reports and HTML visualizations (bar charts + heatmaps) filtered by time period.
Diagnoses and optimizes Agent Skills (SKILL.md) by scanning session transcripts for underused skills, wasted context, and CSO issues, then outputting a prioritized report.
Analyzes Claude Code skill usage patterns, suggests improvements, tracks versions, and enables rollbacks. Use for reviewing performance, applying edits, or reverting changes.