Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add mjunaidca/mjs-agent-skills --skill "installing-skill-tracker"
Install specific skill from multi-skill repository
# Description
|
# SKILL.md
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:
bash python .claude/skills/installing-skill-tracker/scripts/setup.py -
Verify installation:
bash python .claude/skills/installing-skill-tracker/scripts/verify.py -
View usage analysis (after some skill usage):
bash python .claude/hooks/analyze-skills.py
If Verification Fails
-
Check jq is installed:
bash jq --version || echo "Install jq: brew install jq" -
Check hook scripts exist:
bash ls -la .claude/hooks/track-*.sh -
Check settings.json:
bash cat .claude/settings.json | jq .hooks -
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.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.