What problem does it solve?
This Skill converts noisy board photos or screenshots into a validated chess position and identifies the optimal legal move or forced mate sequence, avoiding guesswork when detection is uncertain.
Core Features & Use Cases
- Image Calibration: Sample exact board square and piece RGB signatures to reliably distinguish pieces from squares across varied lighting and board styles.
- Piece Detection & Validation: Detect occupancy square-by-square, enforce piece count rules, ensure exactly one king per side, and flag invalid detections before analysis.
- Engine-backed Move Analysis: Load validated positions into a chess library and verify candidate moves with Stockfish (or similar) to confirm legality and mate sequences.
- Use Case: Given a phone photo of a tournament board, calibrate colors, detect pieces, validate the FEN, and produce a verified best move in algebraic or UCI notation.
Quick Start
Analyze the attached board image, calibrate colors, validate the detected position, and return the best legal move with engine verification.