Skip to main content
Code Guide
Script Recommended

smart-suggest-roi.py

Measure SmartSuggest hook ROI: track suggestion follow-through rates

When to use this

  • When you want Claude to recommend relevant commands, agents, or skills based on what you just typed
  • When a team has a large .claude/ library and members don't know which template fits their task
  • When onboarding and you want proactive guidance rather than having to search the template catalog manually

How to use

  1. Open the template on GitHub and copy its content: scripts/smart-suggest-roi.py
  2. Place the file inside anywhere (run directly) in your project (or globally in ~/.claude/ to share across all projects). For shell scripts, make it executable: chmod +x smart-suggest-roi.py
  3. Read through the file, identify the sections that need project-specific values, and update them before committing.

Related templates