claude_code_skill_breakdowns
Skill activation breakdown for Claude Code daily user metrics. Counts both model-invoked skills and skills invoked as slash commands. Requires OTEL_LOG_TOOL_DETAILS=1 for user-defined skill names; without it Claude Code reports them as "custom_skill" and they are excluded rather than counted.
-
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 are only recorded when OTEL_LOG_TOOL_DETAILS=1 is enabled; otherwise Claude Code redacts the name and the activation is skipped.
-
activation_count
number - Number of times this skill was activated.