Analyze usage patterns and suggest skills to generate
Analyze your command history to identify repeated workflows and suggest custom skills to automate them.
/plugin marketplace add lanche86/usage-tracker/plugin install usage-tracker@usage-tracker-marketplaceRun the pattern analyzer to identify repeated workflows and suggest skills:
python3 -c "
import sys
sys.path.insert(0, '$HOME/.claude/plugins/marketplaces/usage-tracker-marketplace/scripts')
from analyzer import generate_analysis_report
print(generate_analysis_report())
"
Display the full analysis report to the user. If skill suggestions are provided, ask if they want to generate any of them using /usage-tracker:generate-skill.