alcoholwipe/poker-review-coach — explained in plain English
Analysis updated 2026-05-18
Get a hand by hand review of a Texas Hold'em decision with a coach persona
Ask for exploitative advice against a specific type of opponent
Batch review a folder of CoinPoker hand history files into a rating report
| alcoholwipe/poker-review-coach | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Installs as a Claude Code skill via a single npx command or a git clone into the skills folder.
This is a Claude Code Skill that acts as a Texas Hold'em poker coach for reviewing hands after the fact. It speaks in the voice of a professional player coach, walking through a hand, profiling how an opponent plays, and giving advice aimed at exploiting that specific opponent rather than following one fixed strategy. The README is explicit that GTO, the mathematically balanced style many players study, is treated here as one tool among several rather than a rule to always follow. The coaching approach is distilled from public teaching material, tournament footage, and cash game sessions from professional players, with details anonymized so it does not represent any one real person's opinions. Once installed into Claude Code, a user can simply say something like "I'm new, walk me through it" for a first session, or describe a hand directly, such as what position they were in, what cards they held, and how the betting went. The skill can also read a folder of hand history text files exported from the CoinPoker platform and produce a batch review with ratings across many hands at once. The skill explicitly does not try to teach basic poker rules from scratch or run exact GTO solver calculations. It assumes the reader already understands ideas like three betting, expected value, and table position, and it adds short notes the first time it uses a more specialized term. Internally, the project is organized as a main entry file plus a folder of reference documents covering mental models, decision heuristics, tournament and cash game playbooks, opponent profiling, range reading, and the coach's own honest limits about what it cannot answer well. These references are loaded only when needed rather than all at once. There is no formal license, the author asks that attribution be kept if the material is redistributed, and states the content is for learning only, not a promise of poker profit.
A Claude Code Skill that acts as a professional poker coach, reviewing Texas Hold'em hands and giving opponent specific, exploit focused advice.
Mainly Python. The stack also includes Python, Claude Code Skills.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.