install-skill-tracker

Automate Claude Code skill tracking setup with hooks, scripts, and log directories.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill install-skill-tracker-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skill-tracker
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/vishal/install-skill-tracker
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill install-skill-tracker-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, python3, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill automates the setup of a Claude Code skill tracking system, enabling automatic logging of prompts, skill invocations, durations, and token usage for later analysis and cost optimization.

Core Features & Use Cases

  • Automated installation of hooks, scripts, and configuration templates to enable telemetry.
  • Local logging of prompts, skill invocations, durations, and token usage for pattern discovery and cost analysis.
  • Use Case: Deploy in a new or existing Claude Code project to monitor usage, identify automation opportunities, and optimize workflows.

Quick Start

Run this skill to install the complete tracking system and begin logging prompts, skill invocations, and token usage.

Frequently Asked Questions about install-skill-tracker

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

FAQPage Schema
How do I track Claude Code skill usage and token consumption?

You can track Claude Code skill usage by installing hooks and scripts that automatically log prompts, invocations, duration, and token usage. This system sets up local telemetry to capture usage data for later analysis and cost monitoring.

Can I add telemetry logging to an existing Claude Code project?

Yes, the tracking system applies to both new and existing Claude Code projects. It installs the necessary hooks, templates, and log directories while ensuring correct permissions and executable status for all components.

What do I need to set up Claude Code usage tracking?

You need jq and python3 installed in your environment. The automated setup handles the rest, creating log directories, applying configuration templates, and installing the required tracking hooks and scripts.

How does automated skill tracking help with cost optimization?

Automated skill tracking logs prompts and token usage locally, enabling you to discover usage patterns and identify automation opportunities. Analyzing this telemetry data helps optimize workflows and monitor costs across teams.

What is the best way to monitor prompt duration and invocations in Claude Code?

The best way is to install an automated tracking system that uses hooks to log skill invocations and prompt durations. This approach provides local logs for pattern discovery and comprehensive usage analytics without manual intervention.