installing-skill-tracker

Install Claude Code hooks to track skill usage and verify setup.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Razaib-khan/Hackathon-2-phases-2-3-4-5- --skill installing-skill-tracker-razaib-khan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: installing-skill-tracker
Source: https://github.com/Razaib-khan/Hackathon-2-phases-2-3-4-5-/tree/main/.claude/skills/installing-skill-tracker
Command: npx skills add https://github.com/Razaib-khan/Hackathon-2-phases-2-3-4-5- --skill installing-skill-tracker-razaib-khan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires json, os, stat, pathlib, shutil, subprocess, sys, and includes scripts (resource) components.

What problem does it solve?

This Skill sets up Claude Code hooks so you can measure when skills are used, verify installations, and review usage patterns without manually instrumenting the project.

Core Features & Use Cases

  • Hook Installation: Creates the required hook scripts and activity log directories for tracking prompts and skill events.
  • Verification Workflow: Checks that hooks, permissions, jq, and settings are correctly configured.
  • Usage Analysis: Provides an analysis script to summarize invocations, verification outcomes, and unused skills.
  • Use Case: A team adds this Skill to a new project to monitor adoption of Claude skills and quickly confirm the tracking setup is healthy.

Quick Start

Ask the assistant to install the skill tracker hooks and then verify the setup for this project.

Frequently Asked Questions about installing-skill-tracker

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

FAQPage Schema
How do I track Claude Code skill usage with hooks?

You can track Claude Code skill usage by installing automated hook scripts that record prompt logging and skill activation events into an activity log directory for later analysis.

How do I verify Claude Code hook installation for usage tracking?

Verify Claude Code hook installation by running a verification workflow that checks executable hook scripts, file permissions, jq availability, and settings.json configuration for correctness.

Do I need jq to set up Claude Code hook tracking?

Yes, you need jq installed to process JSON data from usage events, as the hook configuration and verification workflow require it to parse settings and validate the tracking setup.

What is the best way to analyze skill invocations and unused skills in Claude Code?

The best way to analyze skill invocations is to run the provided analysis script, which summarizes verification outcomes, counts activation events, and identifies unused skills from the logs.

Can I use Claude Code hooks for prompt logging in a new project?

Yes, you can apply hook-based prompt logging to a new project by creating the required hook scripts and activity log directories to monitor skill adoption and record usage events.

Why is my Claude Code skill tracking not recording usage events?

Skill tracking fails to record usage events when hook scripts lack executable permissions, jq is missing, or the settings.json hook configuration is incorrectly applied to the project.