Chess Verdict — Development skill for Claude Code
Claude skill that gives a verdict on a chess position: reads a board diagram or FEN, runs Stockfish, and returns the best move, the line, why the defences fail — and whether the win is proved (forced.
How to install Chess Verdict
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open PavelKurochka/chess-verdict and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Chess Verdict does
Claude skill that gives a verdict on a chess position: reads a board diagram or FEN, runs Stockfish, and returns the best move, the line, why the defences fail — and whether the win is proved (forced mate) or only evaluated.
Alternatives in Development
- Diagram 2.3k ★
- Position Ladder — Position Ladder — Staged Entry & Cost-Basis Management 192 ★
- Windows To Wsl2 Screenshots — Automate Windows screenshots for Claude Code workflows in WSL2. Take screenshots (Win+Shift+S, Win+PrintScreen 85 ★
README
chess-verdict
*A position in, a verdict out: the move, the line behind it, and how far it was actually proved.*
An [Agent Skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) that analyses a chess position with Stockfish. A diagram image or a FEN goes in; what comes back has been checked twice — once for whether the board was read correctly, once by the engine — and states its own strength. A forced mate is called a forced mate; an advantage that merely survives the defender's best try is called that and no more.
Two things distinguish it from wrapping an engine in a shell command:
- It finishes in seconds. The search stops on convergence rather than on the
clock, so a typical position resolves in 2–10 s instead of the minutes an
open-ended
go depth 40costs. - It looks for mate on purpose, and says what was proved. A mate in six and an evaluation of +6 are different claims, and an ordinary search will return the second in place of the first: iterative deepening prunes a sacrificial mating move as unpromising. So every position first goes through a ladder of short mate-only searches, and a mate that is found is reported as a mate with its distance rather than as a large number. Every run then ends in a verdict line that separates the win is forced, every reply loses (every reply mated) from every reply is decisive by evaluation (an opinion, which a fortress shares) and from the win is not forced; these replies hold.
The ladder is a correctness fix rather than a refinement, and it is on by default. It costs about 1.7 s on the majority of positions, where it finds nothing; most of what it is worth comes from the hash table it leaves behind for the main search rather than from its own hits. The flags that lengthen or remove it are under [Flags worth knowing](#flags-worth-knowing), the measurements under [Limitations](#limitations).
After the one-time setup nothing here needs the network. Engi
Related Skills
LinkedIn Post Analyser
Claude Code / Cowork skill that scores a drafted LinkedIn post across 7 platform dimensions before you publish
Triage Impact
Triage the Plumbline backlog and recommend the next move by impact times (safe times fast) — the biggest authe
Gsd T Backlog Move
GSD-T: Backlog Move — Reorder Items by Position
Openhop Flow
Render an animated OpenHop flow diagram for the prompt that follows. Sketches the YAML, pushes it to the local
Idea Review
A Claude skill that takes a raw product idea and gives you back an honest verdict and an executable build plan
Worth Idea
Run the worth-idea council on a business idea — Believer, Skeptic, Investor argue in parallel, the Judge gives
Related Agents
Frank Lloyd Aight
Frank Lloyd AIght, main-session architecture reviewer. Lays out the deployed, in-flight, and designed states o
Gate
統合された position(現時点の答え)を成功基準(rubric)に一項目ずつ客観照合し、論理の穴・未対応の反論・深さ不足・過大主張を批判的に点検して、VERDICT: PASS/FAIL と不足の構造化フィードバッ
Engine Validation Runner
Use for focused verification while building — run the project's self-tests, or a named subset of them, and get