basemind-stats
SolidShow a quick dashboard of basemind activity in this session: how many code-map tool calls have run, the per-tool histogram, and the estimated tokens saved vs a hypothetical grep+Read baseline. Use when the user asks "what has basemind done?", "how much is basemind helping?", "show me basemind stats", or invokes `/bm-stats` directly.
AI & Automation 98 stars
21 forks Updated yesterday MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# basemind-stats — on-demand usage dashboard
Call the `telemetry_summary` MCP tool and render the result as a markdown report.
## When to use
The user asks "what has basemind done?", "how much is basemind helping?", "show me basemind
stats", or invokes `/bm-stats` directly. This skill is strictly user-invoked — see Notes.
## How to run
1. Call `telemetry_summary` with `{ "window": "today" }` (the default). If the
user asks for a specific range, map it to one of `"today"`, `"1h"`, `"24h"`,
`"all"`.
2. Render a markdown block in this shape:
```text
## basemind activity (today)
- **N tool calls** ; top tools: outline (18), search_symbols (12), …
- **~K tokens saved** vs grep + Read baseline
- recent: outline (4ms, 312B), search_symbols (2ms, 180B), …
```
3. If `total_calls` is 0, say so plainly ("no basemind activity in the window yet").
Don't pretend to have data.
4. **Always disclose the savings model.** Add one sentence at the end:
> Savings are heuristics. Tools with no realistic baseline (memory, document
> search, git wrappers) report 0 saved — see the `saved_baseline` column on
> each row.
The exact wording can vary; the principle (it's an estimate, here's why) cannot.
## When the user asks "--explain"
If they invoke `/bm-stats --explain` or ask how the savings number is
derived, include the per-baseline breakdown from the `per_baseline` field of the
response and call out which tools fall into which bucket. The estimator l...
Details
- Author
- Goldziher
- Repository
- Goldziher/basemind
- Created
- 2 years ago
- Last Updated
- yesterday
- Language
- Rust
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
radin-stats
Show stats/gain output from every companion tool that ships one, side by side. Use for /radin-stats, "show me all my stats", "aggregate my tool gains", "what savings am I getting from these tools".
18 Updated yesterday
shortcuts AI & Automation Listed
kb-metrics
Collect local context, file, health, and graph metrics without turning estimates into model-performance claims.
0 Updated 1 months ago
pro2pilot