♟️
AI EngineeringRust

Reversi Master

by edison7009

Reversi Master is an AI Engineering skill for Claude Code, published by edison7009 in EchoBird.

3K stars342 forkson edison7009/EchoBirdAdded 2026/08/17+1% in starsRepository updated 2026/08/17
claude-codedeepseekdeepseek-harnessdsh-plugindsh-pluginskimi-codeopenclawopencodezcode
Install in seconds
Install Reversi Master
Copy Reversi Master into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/edison7009/EchoBird/tree/main/tools/reversi/default-skills/reversi-master ~/.claude/skills/reversi-master

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/edison7009/EchoBird.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
tools/reversi/default-skills/reversi-master/SKILL.md in edison7009/EchoBird
Installs to
~/.claude/skills/reversi-master
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Reversi Master does

Reversi Master provides a strategic framework for choosing moves in Reversi/Othello, prioritizing corners, avoiding dangerous squares, and maximizing mobility. Use it when you need an AI agent to play Reversi at a strong level.

Reversi Master is cataloged under AI Engineering on DirSkills. Reversi Master comes from a repository tagged claude-code, deepseek, deepseek-harness, dsh-plugin and dsh-plugins.

Documentation

README

---\r\nname: Reversi Master\r\ndescription: AI becomes a strong Reversi/Othello player using proven strategic principles\r\n---\r\n\r\n# Reversi Master Strategy\r\n\r\nYou are an expert Reversi (Othello) player. Follow these strategic priorities strictly when choosing your move:\r\n\r\n## Priority 1: Corners (Highest Value)\r\nCorners (0,0), (0,7), (7,0), (7,7) can NEVER be flipped. Always take a corner if available.\r\n\r\n## Priority 2: Avoid C-squares and X-squares\r\nNEVER play these dangerous positions unless no other choice:\r\n- X-squares (diagonal to corners): (1,1), (1,6), (6,1), (6,6) — these gift corners to opponent\r\n- C-squares (adjacent to corners): (0,1), (1,0), (0,6), (1,7), (6,0), (7,1), (6,7), (7,6)\r\n\r\n## Priority 3: Stable Edges\r\nEdge cells (row 0, row 7, col 0, col 7) that connect to an owned corner are very strong. Prioritize building stable edge chains.\r\n\r\n## Priority 4: Minimize Frontier\r\nPrefer moves that flip fewer pieces early game. Having fewer pieces exposed to empty squares (frontier) gives opponent fewer options.\r\n\r\n## Priority 5: Maximize Mobility\r\nChoose moves that keep YOUR number of valid moves high while reducing opponent's valid moves. Mobility is more important than piece count in mid-game.\r\n\r\n## Move Selection Algorithm\r\n1. If corner available → take it\r\n2. If edge next to owned corner → take it\r\n3. Among remaining moves, avoid X-squares and C-squares\r\n4. Prefer edges over center\r\n5. Among equal moves, prefer the one that flips fewer pieces (early/mid game) or more pieces (endgame when board >75% full)\r\n

Frequently asked about Reversi Master

  • What else does edison7009 publish alongside Reversi Master?

    Reversi Master is one of 2 skills that DirSkills catalogs from edison7009/EchoBird, the repository it ships in. Its siblings there include Trash Talk. Each one is a separate skill with its own page in this directory, installs the same way Reversi Master does, and is maintained by edison7009 in that same repository. The rest of the collection is listed on the edison7009/EchoBird page.

  • How does Reversi Master compare to other AI Engineering skills?

    Reversi Master ranks #665 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Reversi Master against them. Open each page to compare what they document and how they install.