Regex Chess

Guidance for implementing chess move generation using only regular expressions. This skill applies to tasks requiring encoding game logic (chess, board games) into regex patterns, or more generally "compile-to-constraints" problems where complex business logic must be expressed in a limited formalism like regex. Use when the task involves generating legal moves, validating game states, or transforming position representations using pattern matching.

tools-only 4a9fdb0 3 files · 14.9 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_e02ddf16 commit 4a9fdb0184

Frequently asked questions

npx skillmds add tools-only/regex-chess-2