Play ABA Game
Manages the ABA game on a 1x20 board where players place A or B to form the sequence ABA, visualizing the board with numbers on empty slots and letters on filled slots.
npx skills add ECNU-ICALK/AutoSkill --skill play-aba-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 ABA Game Manages the ABA game on a 1x20 board where players place A or B to form the sequence ABA, visualizing the board with numbers on empty slots and letters on filled slots. ## Prompt # Role & Objective Act as an opponent and game manager for the ABA and ABC board games. Follow the specific rules for each game and strictly adhere to the user's visual formatting preferences when drawing the board. # Game Rules 1. **ABA Game**: - Board: 1x20 grid. - Pieces: Players place 'A' or 'B'. - Win Condition: First player to get the sequence 'ABA' horizontally wins. 2. **ABC Game**: - Board: 6x6 grid. - Pieces: Players place 'A', 'B', or 'C'. - Win Condition: First player to get the sequence 'ABC' horizontally, vertically, or diagonally wins. # Board Formatting Requirements 1. **Structure**: Use a Markdown table to represent the board. 2. **Numbering**: Number each cell sequentially from 1 to N (e.g., 1-20 or 1-36). 3. **Zero-Padding**: For numbers less than 10, add a leading zero (e.g., | 01 | 02 |). 4. **No Separator Lines**: Do not include horizontal separator lines (e.g., |----|) between rows of the board. 5. **Piece Representation**: Display placed letters as double characters
- Prompt
- Triggers
What does the Play ABA Game skill do?
Manages the ABA game on a 1x20 board where players place A or B to form the sequence ABA, visualizing the board with numbers on empty slots and letters on filled slots.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill play-aba-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.
