{ "name": "chess", "version": "0.1.0", "description": "Play chess against Claude in a side pane while you work. Click a piece and a square, or type a move; Claude answers through a fork of the session and the pane shows the tokens each of its moves cost, as the API reported them, and the running total. Docked beside the transcript in the fullscreen layout, above the prompt otherwise. Needs function hooks (early access).", "author": { "name": "claude-code-templates", "url": "https://www.aitmpl.com" }, "repository": "https://github.com/davila7/claude-code-templates", "license": "MIT", "keywords": [ "mod", "function-hooks", "game", "chess", "sidebar", "tokens" ], "userConfig": { "columns": { "type": "number", "title": "Pane width", "description": "Columns asked for the docked pane in the fullscreen layout (30-100); a width you drag it to wins", "default": 40 }, "pieces": { "type": "string", "title": "Pieces", "description": "How pieces are drawn: unicode glyphs or FEN letters (uppercase White)", "options": [ "unicode", "letters" ], "default": "unicode" }, "fallbackModel": { "type": "string", "title": "Fallback model", "description": "Model for a move Claude makes before the session's first turn, when there is no transcript to fork; that call reports no token usage", "default": "haiku" }, "board": { "type": "string", "title": "Board colors", "description": "Which side's pieces are drawn solid: 'theme' follows the Claude Code theme (auto counts as dark); set 'light' or 'dark' when an auto theme resolves the other way", "options": [ "theme", "dark", "light" ], "default": "theme" } } }