Evidence snapshot reviewed Sep 16, 2026GitHub checked Aug 21, 2026
Source-reviewedStandalone SkillAutomation & AgentsAgents Profile

reversi-master

A compact strategy skill that guides an AI to choose stronger Reversi/Othello moves.

At a glance

What it does

A compact strategy skill that guides an AI to choose stronger Reversi/Othello moves.

Capabilities
Automation & AgentsAgents

Before you choose it

Use this skill when an agent needs to recommend a Reversi move. It prioritizes unflippable corners, edge chains connected to owned corners, avoidance of dangerous X- and C-squares, lower frontier exposure, and mobility over raw piece count in the mid-game.

Best for

Reversi/Othello players or builders of game-playing agents who want a reusable, rule-based move-selection prompt.

Common tasks

  • Choose a move from a supplied list of legal Reversi moves.
  • Explain why a corner or stable edge is preferred.
  • Break ties by disc count differently in early/mid game versus a board more than 75% full.

Permissions and data

The supplied skill text declares no tool, credential, network, or filesystem permissions.

Data handling
  • The skill expects game-state information such as board positions and legal moves when used; no retention or transmission behavior is declared.

Limitations

  • It provides heuristics, not a demonstrated solver or guaranteed optimal play.
  • The supplied evidence does not specify a board-input format, legality checker, or host integration.
  • No runtime execution or playing strength evaluation is evidenced.

What DSHub checked

  • The source defines five strategic priorities and an ordered move-selection algorithm for Reversi/Othello.
  • It explicitly identifies corner, X-square, C-square, edge, frontier, mobility, and late-game considerations.

What DSHub did not check

  • Installation in any particular agent harness.
  • Correct handling of arbitrary board states or legal-move generation.
  • Actual game performance against opponents.

Pinned install

Primary action

This standalone skill does not have a DSH Plugin install action. Use its source documentation for the delivery method.

Visit the source project

Maintainer source

Skill instructions

View at commit 6bb6fda
Maintainer-authored contentCaptured from tools/reversi/default-skills/reversi-master/SKILL.md on Sep 12, 2026. The text and repository-relative media are fixed to commit 6bb6fdabe698 with content hash 8d26ca329203; provider-hosted badges may update independently. SKILL.md commands are upstream documentation; use the type-correct primary action above and verify it against this pinned source.

---\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

Operate deliberately

Install and manage

Prerequisites and target Profile

Target Agents Profile

Delivery Skill Files — https://raw.githubusercontent.com/edison7009/EchoBird/6bb6fdabe6982c407b0c62f93823cbe165d5c502/tools/reversi/default-skills/reversi-master/SKILL.md

Compatibility and access

Prompt Based Reversi/Othello strategy skill; host requirements not declared Not declared in supplied evidence

Review compatibility evidence

Risk facts

No specific risk fact has been recorded. This is not a safety claim; review the source and delivery path for your environment.

Evidence and editorial reviewManifest, Bundle patch, distribution and freshness

Immutable evidence

Review status and source activity

AI reviewed

Review the host agent's board representation and ensure legal moves are calculated before relying on the strategy.

AI reviewed Sep 12, 2026, 1:47 PM UTCGitHub facts last checked Sep 12, 2026, 1:47 PM UTC

No material source change has been recorded since this evidence baseline.

Next step

Compare ecosystem artifact types

Subscribe to material changes for reversi-master