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:

  1. 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., g2g4 vs Ng4 vs g4)
    • Any constraints on the solution
  2. Note if the task mentions:

Related skills

More from letta-ai/skills

Installs
47
Repository
letta-ai/skills
GitHub Stars
97
First Seen
Jan 24, 2026