sakiodre/ChessMint — reverse-engineered prompt
Reverse engineered prompt
Build me a Chrome extension like ChessMint for chess.com that helps analyze a game while it’s being played. I want it to show what Stockfish thinks of the current position, with an evaluation bar and mate distance when there’s a forced mate.
It should also give move feedback, like whether the last move was best, good, a blunder, or a missed win, and it should be able to show suggested top moves and mate threats for both sides. Add an optional auto move mode that can play the engine move after thinking, but make it clearly labeled as only for testing against bots so people don’t use it unfairly.
Make it installable manually as an unpacked Chrome extension and build it in TypeScript. Include a simple popup or settings area where I can turn features on and off. Use the current Chrome extension docs if needed, and keep the code organized so it’s easy to build with npm.
Want more depth? Deep Reverse