brumar/chess-postmortem-skills
Claude Code skills for chess post-mortems: Stockfish-backed annotated PGN, HTML viewer, narrated video
About the project
A set of Claude Code skills that turn a chess game into a post-mortem: Stockfish analysis of every move, annotated PGN, HTML board, and a narrated video. It can also use a recording of the player's think-aloud during the game.
Useful for
- Analyze your rapid game with plain-language explanations checked by Stockfish
- Build a narrated video with subtitles from a PGN game
- Align a think-aloud audio recording to moves using PGN clock times
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 13 stars so far today, about 17 expected by the end of the day.
- The repository is 1 day old and already has 13 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Hacker News: “Show HN: A Claude Code skill to analyze your chess games” — 22 points, 1 h ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 13
- Today
- 13 · ≈ 17 by evening
- Forks
- 0
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- Created
- September 25, 2026
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Show HN: A Claude Code skill to analyze your chess games22 points, September 26, 2026
Spotted in
- September 26, 2026Spotted on Hacker News
More in this category
-
6.7
jaydendavisnc/inkwave
A browser-based Splatoon-style 4v4 turf-war shooter built on three.js: teams paint the arena for three minutes and the most-covered side wins. No build step, everything procedural.
-
5.3
dgreenheck/tidewater
A browser fishing game set on a tropical island: cast from the pier, beach or boat, fight the fish, sell your catch and buy better gear. Runs on WebGPU with its own small rendering engine, no framework.
-
4.3
Aureliengmz/clearwater
Real-time photoreal water demo in a single HTML file using WebGL2, no libraries or build step: FFT waves, caustics, refraction and glare.
-
4.3
TeamGDB/Yakumo
A native port of Monster Hunter Portable 3rd HD Ver. via static recompilation of PSP code into C++, rendering with Vulkan and SDL3; not an emulator, requires your own game copy.
-
3.9
elmasas/lcs-recomp
PC port of GTA: Liberty City Stories built on PSPRecomp, letting the PSP game run natively on PC. Game files are not included.
-
3.8
zeux/meshoptimizer
C/C++ library for optimizing triangle meshes: indexing, vertex cache and fetch optimization, quantization, simplification and compression to make GPU rendering faster and data smaller.