sklab stats#

Personal usage history and score trends across the skills you have evaluated.

Usage#

bash
sklab stats [count|score|tokens] [--here]

With no subcommand, prints a usage overview from ~/.sklab/usage.db. Pass a subcommand to drill into one metric. Invocation data is populated by the PostToolUse hook — run `sklab setup` once to install it.

Subcommands#

SubcommandDescription
countSkill invocation counts for the current month.
scoreScore trend across all evaluated skills.
tokensToken usage per skill for the current month.

Options#

FlagValueDescription
--hereflagLimit results to skills inside the current git repo.

Examples#

Overview

bash
$ sklab stats

Per-month invocations

bash
$ sklab stats count

Scope to this repo

bash
$ sklab stats tokens --here

Notes#

  • If you see 'No usage data found', run `sklab setup` first — the PostToolUse hook is what populates the stats database.