Claude Code is Anthropic’s code interface for the Claude family of models. A member of the Claude Code team has published an SDK that wires Claude Code into the ARC-AGI-3 API so you can drive games directly from the terminal. Repository: https://github.com/ThariqS/ARC-AGI-3-ClaudeCode-SDK Key features:Documentation Index
Fetch the complete documentation index at: https://docs.arcprize.org/llms.txt
Use this file to discover all available pages before exploring further.
- Minimal JavaScript/Node CLI wrappers (no Python required).
- Helper scripts for listing games, opening / closing score-cards, and submitting actions.
- Turn-based “auto-solver” (
play-arc-with-claude.js) that lets Claude iteratively reason about the grid, decide on the next action, and track progress. - Works with the Claude Code CLI (install via
npm i -g @anthropic-ai/claude) so you can hop into an interactive session at any point.
actions/ folder (list-games.js, start-game.js, action.js, etc.) if you prefer a more manual driving style.
Because this template lives in its own repository, you don’t invoke it via uv run main.py; instead run the Node scripts shown above (or adapt them to your workflow).
