installing-skill-tracker | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / installing-skill-tracker

installing-skill-tracker

maintained by aiskillstore

star 123 account_tree 6 verified_user MIT License
bolt View GitHub

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

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.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 123
GitHub Forks 6
Created Jan 2026
Last Updated 4个月前
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
ast-index
chevron_right
collaborating-with-codex
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.