install-skill-tracker

Install and configure a Claude Code skill tracking system with hook scripts and JSONL logs.

1|1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/vishalsachdev/database-management --skill install-skill-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skill-tracker
Source: https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/install-skill-tracker
Command: npx skills add https://github.com/vishalsachdev/database-management --skill install-skill-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill installs a complete skill-tracking system for Claude Code that logs prompts, skill invocations, durations, and token usage to enable pattern discovery and cost analysis.

Core Features & Use Cases

  • Hook-based telemetry: automatically capture prompts, start times, and end times.
  • Local data store and reports: logs stored locally and analyzed for patterns and efficiency.
  • Cost and efficiency insights: usage metrics to identify automation opportunities.

Quick Start

Run the installation steps to create the hooks, scripts, and assets; configure settings.json, add documentation, and verify via the provided analysis script.

Frequently Asked Questions about install-skill-tracker

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

FAQPage Schema
How do I set up automatic logging of Claude Code skill usage and token metrics?

This skill installs a complete hook-based telemetry system that automatically captures prompts, skill invocations, execution duration, and token usage to a local JSONL log. Run the installation to scaffold directories, configure settings, and activate hooks that record each skill execution without manual intervention.

Can I track which skills I use most frequently and identify automation opportunities?

Yes. The skill installs an analysis script that processes your local JSONL logs to surface usage patterns, execution costs, and repeated workflows. Review the generated reports to discover which skills dominate your workflow and where automation could reduce manual work.

What data does the tracking system capture and where is it stored?

The system logs prompts, skill names, start and end times, token counts, and execution duration to local JSONL files in your project directory. All data remains on your machine; the modular setup includes privacy safeguards and configuration templates to control what gets tracked.

How do I configure what gets logged and manage privacy with this tracking system?

After installation, edit the provided settings.json configuration file to control logging scope, sensitive data handling, and retention policies. The skill includes privacy safeguard templates so you can customize which metrics and prompts are captured before hooks start recording.

Does this tracking system work with existing Claude Code projects, or do I need a fresh setup?

The skill applies to Claude Code projects and environments where telemetry is needed. Installation creates hooks, scripts, and directory scaffolding alongside your existing project. The modular design integrates with current workflows without requiring migration or environment changes.

How do I analyze logged skill data to understand my costs and efficiency?

Run the included analysis script against your JSONL logs to generate reports on skill invocations, token usage, and execution duration. The reports identify patterns and efficiency gaps, helping you spot cost drivers and repeated manual tasks that could be automated.