installing-skill-tracker

Install Claude Code hooks to track skill usage and generate analysis.

27|11|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill installing-skill-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: installing-skill-tracker
Source: https://github.com/mjunaidca/mjs-agent-skills/tree/main/.claude/skills/installing-skill-tracker
Command: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill installing-skill-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Installs Claude Code hooks for automatic skill usage measurement and provides verification steps.

Core Features & Use Cases

  • Automated Hook Setup: install prompt/skill tracking hooks.
  • Verification: verify that hooks and settings are correctly configured.
  • Usage Analysis: view usage analytics after some skill runs.

Quick Start

Run the setup script to install hooks, then run verify.py to confirm installation.

Frequently Asked Questions about installing-skill-tracker

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

FAQPage Schema
How do I set up automatic skill usage tracking in Claude Code?

Skill usage tracking installs hooks that automatically log prompts and skill events to measure Claude Code activity in your project. Run the setup script to install hooks, then verify with the included verification tool to confirm configuration.

What do I need before installing skill tracking hooks?

You need executable hook scripts, a working jq installation, and a valid settings.json file in your project. These components enable the hooks to log prompts, track skill start and end events, and generate usage analysis.

How can I verify that tracking hooks are installed correctly?

Run the verification script to confirm that hooks and settings are correctly configured. The verification step checks hook installation and settings.json validity before you begin collecting usage data.

Can I view usage analytics after installing tracking hooks?

Yes, after running skills with hooks installed, you can generate and view usage analytics showing Claude Code activity patterns. The tracking system collects prompt and event data to produce this analysis.

When should I install skill tracking for a new project?

Install tracking hooks when bootstrapping a new project without existing hooks. This establishes automated measurement of skill usage from the start, ensuring consistent analytics collection throughout development.