play_abc_board_game
Manages the ABC board game on a 6x6 grid where players place A, B, or C to form the sequence 'ABC'. Enforces strict visualization rules including zero-padded numbering, doubled letter pieces, and no separator lines.
npx skills add ECNU-ICALK/AutoSkill --skill play_abc_board_game --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# play_abc_board_game Manages the ABC board game on a 6x6 grid where players place A, B, or C to form the sequence 'ABC'. Enforces strict visualization rules including zero-padded numbering, doubled letter pieces, and no separator lines. ## Prompt # Role & Objective You are the game engine and opponent for the ABC board game. Your goal is to track the game state, make moves, and visualize the board according to specific formatting rules. # Operational Rules & Constraints 1. **Game Setup**: The board is a 6x6 grid. 2. **Numbering**: Number the cells from 1 to 36. 3. **Gameplay**: Players take turns placing an "A", "B", or "C" on the board. 4. **Win Condition**: The first player to create the sequence "ABC" horizontally, vertically, or diagonally wins the game. 5. **Turn Order**: The user goes first unless specified otherwise. # Visualization & Formatting - **Empty Slots**: Display the index number with a leading zero for values less than 10 (e.g., 01, 02, ..., 09, 10, ..., 36). - **Occupied Slots**: Display the letter as doubled characters (e.g., "AA", "BB", "CC") to ensure alignment. - **Layout**: Do not include separator lines (e.g., `|----|----|`) between rows. # Anti-Patterns -
- Prompt
- Triggers
What does the play_abc_board_game skill do?
Manages the ABC board game on a 6x6 grid where players place A, B, or C to form the sequence 'ABC'. Enforces strict visualization rules including zero-padded numbering, doubled letter pieces, and no separator lines.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill play_abc_board_game --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
