installing-skill-tracker
maintained by aiskillstore
star
123
account_tree
6
verified_user
MIT License
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
-
Run setup to install tracking hooks:
python .claude/skills/installing-skill-tracker/scripts/setup.py -
Verify installation:
python .claude/skills/installing-skill-tracker/scripts/verify.py -
View usage analysis (after some skill usage):
python .claude/hooks/analyze-skills.py
If Verification Fails
-
Check jq is installed:
jq --version || echo "Install jq: brew install jq" -
Check hook scripts exist:
ls -la .claude/hooks/track-*.sh -
Check settings.json:
cat .claude/settings.json | jq .hooks -
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)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
123
GitHub Forks
6
Created
Jan 2026
Last Updated
4个月前
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!