cxcscmu/skilllearnbench-video-object-counting-opencv-template-matching
Count occurrences of an object in an image using OpenCV template matching (cv2.matchTemplate). Use this skill whenever the user needs to detect and count how many times a small reference image (template) appears in a larger image, such as counting coins, enemies, or other game sprites. Works on both grayscale and color images.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill opencv-template-matching
Take cxcscmu/skilllearnbench-video-object-counting-opencv-template-matching from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.