claude_code_skill_breakdowns
Skill activation breakdown for Claude Code daily user metrics. Requires OTEL_LOG_TOOL_DETAILS=1 for full skill names (otherwise user-defined skills appear as "custom_skill").
-
id
Primary key - Unique identifier for the row.
-
daily_user_metrics_breakdown_id
Foreign key - Foreign key reference to claude_code_daily_user_metrics_breakdowns table.
-
skill_name
string - Name of the skill (e.g., "commit", "review-pr", "migration-timestamp"). User-defined and third-party plugin skills show as "custom_skill" unless OTEL_LOG_TOOL_DETAILS=1 is enabled.
-
activation_count
number - Number of times this skill was activated.