agentsclimarketplace

Installing skill tracker

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/asmayaseen/installing-skill-tracker

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill installing-skill-tracker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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).

SKILL.md

1.3 KB, 287 tokens by cl100k_base, as published. Nobody here has run it

Quick Start

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:

    python .claude/skills/installing-skill-tracker/scripts/setup.py
    
  2. Verify installation:

    python .claude/skills/installing-skill-tracker/scripts/verify.py
    
  3. View usage analysis (after some skill usage):

    python .claude/hooks/analyze-skills.py
    

If Verification Fails

  1. Check jq is installed:

    jq --version || echo "Install jq: brew install jq"
    
  2. Check hook scripts exist:

    ls -la .claude/hooks/track-*.sh
    
  3. Check settings.json:

    cat .claude/settings.json | jq .hooks
    
  4. Re-run setup if components missing:

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

Stop and report if verification still fails after re-running setup.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.