installing-skill-tracker

Install Claude Code skill tracking hooks with setup and verification scripts.

2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Asmayaseen/hackathon-2 --skill installing-skill-tracker-asmayaseen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: installing-skill-tracker
Source: https://github.com/Asmayaseen/hackathon-2/tree/main/.claude/skills/installing-skill-tracker
Command: npx skills add https://github.com/Asmayaseen/hackathon-2 --skill installing-skill-tracker-asmayaseen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually configuring and validating a skill usage tracking system by providing a ready-to-use hook installation workflow and verification utilities for Claude Code skills.

Core Features & Use Cases

  • Automatic installation of tracking hooks into a project to measure skill usage.
  • Built-in verification script to confirm correct setup.
  • Usage analytics via logs to monitor skill activations and verifications.

Quick Start

  • python .claude/skills/installing-skill-tracker/scripts/setup.py
  • python .claude/skills/installing-skill-tracker/scripts/verify.py

Frequently Asked Questions about installing-skill-tracker

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

FAQPage Schema
How do I install usage tracking hooks for Claude Code skills?

You can track Claude Code skill activations by running the setup script to automatically generate hook scripts, activity logs, and a settings.json configuration that registers UserPromptSubmit, PreToolUse, and PostToolUse hooks for ongoing usage analytics.

How do I verify that skill tracker hooks are configured correctly?

To verify skill tracker hooks are configured correctly, run the dedicated verification script which confirms the successful setup of hook scripts, activity logs, and settings.json configurations required for accurate usage analytics.

What settings.json hooks are needed to measure skill activation in new projects?

To measure skill activation in new projects, you need to register UserPromptSubmit, PreToolUse, and PostToolUse hooks within settings.json, which automatically capture and log every skill activation to an activity log for usage analytics.

Can I automate the setup of skill usage analytics without manually editing settings.json?

Yes, you can automate skill usage analytics setup without manually editing settings.json by running the provided setup script, which automatically creates hook scripts, activity logs, and registers the required tracking configuration.

Why do I need PreToolUse and PostToolUse hooks for skill usage tracking?

PreToolUse and PostToolUse hooks are needed for skill usage tracking to capture the exact lifecycle events of tool executions during skill activations, ensuring accurate measurement and ongoing usage analytics.