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#
| Subcommand | Description |
|---|---|
count | Skill invocation counts for the current month. |
score | Score trend across all evaluated skills. |
tokens | Token usage per skill for the current month. |
Options#
| Flag | Value | Description |
|---|---|---|
--here | flag | Limit results to skills inside the current git repo. |
Examples#
Overview
bash
$ sklab statsPer-month invocations
bash
$ sklab stats countScope to this repo
bash
$ sklab stats tokens --hereNotes#
- If you see 'No usage data found', run `sklab setup` first — the PostToolUse hook is what populates the stats database.