installing-skill-tracker_skill

This skill installs Claude Code tracking hooks and verifies setup to enable automatic skill usage analytics in new projects.
  • Python

19

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill mjunaidca/mjs-agent-skills --skill installing-skill-tracker

  • SKILL.md1.3 KB

Overview

This skill installs Claude Code hooks that automatically measure skill usage across an agent project. It provides a quick setup to add tracking scripts, a verification step to confirm installation, and tooling to analyze usage after data is collected. Use it to establish basic monitoring and usage metrics for skills in a new project.

How this skill works

The setup script installs shell hook scripts and updates .claude configuration so calls to skills emit tracking events. A verify script checks for required files, settings, and the presence of jq for JSON inspection. After some skill activity, an analyzer script aggregates the emitted events into a usage report for review.

When to use it

  • When onboarding a new project and you need skill usage telemetry.
  • When you want automated, lightweight tracking of agent skill invocations.
  • Before running usage analysis to ensure hooks are present and configured.
  • When creating dashboards or reports that rely on invocation counts and metadata.

Best practices

  • Run the setup script from your project root to ensure paths are written correctly.
  • Immediately run the verify script after setup and before relying on metrics.
  • Install jq on your system to make JSON checks and scripts work reliably.
  • Re-run setup if verify reports missing files or misconfigured hooks.
  • If verification still fails, stop and report the issue with logs and verify output.

Example use cases

  • Add tracking to a newly scaffolded agent project to collect usage baseline data.
  • Validate that CI or dev environments include the same hook configuration as production.
  • Quickly audit whether hooks are installed before deploying telemetry-dependent features.
  • Collect invocation counts to prioritize which skills need maintenance or optimization.

FAQ

Run the setup script then the verify script: python .claude/skills/installing-skill-tracker/scripts/setup.py and python .claude/skills/installing-skill-tracker/scripts/verify.py.

How do I view collected usage data?

After skills have been used, run python .claude/hooks/analyze-skills.py to generate usage analysis.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational