cxcscmu/convert frames to grayscale and count objects
Processes all extracted keyframes by converting them to grayscale, then counts coins, enemies, and turtles in each frame using template matching. Generates a CSV file with frame-by-frame object counts. Use this as the main analysis pipeline after keyframe extraction.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill Convert Frames to Grayscale and Count Objects
Take cxcscmu/convert frames to grayscale and count objects 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.