chess-best-move
Installation
SKILL.md
Chess Best Move
Overview
This skill provides a systematic approach to analyzing chess board images and determining the best move(s). It emphasizes proper image analysis techniques, avoiding common pitfalls like pattern-matching to known puzzles instead of actual position analysis.
Core Workflow
Step 1: Understand Task Requirements
Before starting analysis:
- Read the task requirements completely to identify:
- Expected output format (e.g., space-separated vs newline-separated moves)
- Whether multiple winning moves are possible
- Move notation expected (e.g.,
g2g4vsNg4vsg4) - Any constraints on the solution