basemind-stats

Aggregate tool calls, per-tool histograms, and token-savings estimates into a markdown report.

75|13|Updated Jun 1, 2024
One-click install
npx skills add https://github.com/Goldziher/basemind --skill basemind-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: basemind-stats
Source: https://github.com/Goldziher/basemind/tree/main/opencode-plugin/skills/basemind-stats
Command: npx skills add https://github.com/Goldziher/basemind --skill basemind-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Basemind-stats provides an on-demand view into session activity, showing how many code-map tool calls have run, per-tool histograms, and token-savings estimates to quantify basemind impact.

Core Features & Use Cases

  • Real-time activity overview: counts of tool calls, top tools, and an estimated savings vs a grep+Read baseline.
  • Historical and session-scoped reporting: view today, 1h, 24h, or all-time activity windows for quick performance insights.
  • Use Case: A developer asks 'what did basemind do in this session?' and uses the dashboard to answer with a concise markdown report.

Quick Start

Call basemind-stats to render today's activity dashboard.

Frequently Asked Questions about basemind-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a real-time activity dashboard for my current session?

To generate a real-time activity dashboard, call the basemind-stats tool during a live session. It aggregates tool calls, per-tool histograms, and token-savings estimates into a concise markdown report for immediate review.

What is the best way to quantify token savings versus a manual grep and read baseline?

You can quantify token savings by generating a session usage report. The dashboard estimates savings automatically by comparing aggregated basemind tool call efficiency against a standard grep and Read baseline model.

Can I view historical usage stats for different time windows like the last hour or all-time?

Yes, you can view historical usage stats across multiple time windows. The dashboard supports today, 1h, 24h, and all-time activity scopes to provide quick session performance insights and tool prominence over time.

Does generating a telemetry usage report require any specific dependencies?

Generating a telemetry usage report requires no external dependencies. It relies on accessing telemetry data via the telemetry_summary function and a baseline savings model to calculate tool call efficiency and output a markdown report.