Agent Plugins Marketplace
← All plugins

chess

v0.1.0

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).

Claude Code

By claude-code-templatesLicense: MIT31.9k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install chess for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chess@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/davila7/claude-code-templates

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cli-tool/components/mods/games/chess/.

Plugin files

cli-tool/components/mods/games/chess/
└── .claude-plugin/plugin.json

Plugin manifests1

cli-tool/components/mods/games/chess/.claude-plugin/plugin.json
{
  "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"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[chess on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chess)