Installs Claude Code hooks for automatic skill usage measurement. Use when setting up skill tracking infrastructure in a new project. NOT when hooks are already installed (run verify.py to check).
Scanned 2/12/2026
Install to Claude Code
npx -y skills add mjunaidca/mjs-agent-skills --skill installing-skill-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Installing Skill Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mjunaidca-installing-skill-tracker)More formats (shields.io, HTML) on the badges page.
---
name: installing-skill-tracker
description: |
Installs Claude Code hooks for automatic skill usage measurement.
Use when setting up skill tracking infrastructure in a new project.
NOT when hooks are already installed (run verify.py to check).
---
## Quick Start
```bash
python .claude/skills/installing-skill-tracker/scripts/setup.py
python .claude/skills/installing-skill-tracker/scripts/verify.py
```
## Instructions
1. **Run setup** to install tracking hooks:
```bash
python .claude/skills/installing-skill-tracker/scripts/setup.py
```
2. **Verify installation**:
```bash
python .claude/skills/installing-skill-tracker/scripts/verify.py
```
3. **View usage analysis** (after some skill usage):
```bash
python .claude/hooks/analyze-skills.py
```
## If Verification Fails
1. **Check jq is installed**:
```bash
jq --version || echo "Install jq: brew install jq"
```
2. **Check hook scripts exist**:
```bash
ls -la .claude/hooks/track-*.sh
```
3. **Check settings.json**:
```bash
cat .claude/settings.json | jq .hooks
```
4. **Re-run setup** if components missing:
```bash
python .claude/skills/installing-skill-tracker/scripts/setup.py
```
**Stop and report** if verification still fails after re-running setup.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!