benchflow-ai / merge-diff-arc-agi-task
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/merge-diff-arc-agi-task && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4397" && unzip -o skill.zip -d .claude/skills/merge-diff-arc-agi-task && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/merge-diff-arc-agi-task/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guidance for solving ARC-AGI style pattern recognition tasks that involve git operations (fetching bundles, merging branches) and implementing algorithmic transformations. This skill applies when tasks require merging git branches containing different implementations of pattern-based algorithms, analyzing input-output examples to discover transformation rules, and implementing correct solutions. (project)