Agent Skills: Tic-Tac-Toe CLI Implementation

Implement or refactor the Python CLI tic-tac-toe game in this repo, including board model, move validation, win/draw logic, game loop, and bot behavior. Use when working on core gameplay modules or CLI entrypoints for this project.

UncategorizedID: VictorQian03/tic-tac-toe/tic-tac-toe-cli

Install this agent skill to your local

pnpm dlx add-skill https://github.com/VictorQian03/tic-tac-toe/tree/HEAD/skills/tic-tac-toe-cli

Skill Files

Browse the full folder contents for tic-tac-toe-cli.

Download Skill

Loading file tree…

skills/tic-tac-toe-cli/SKILL.md

Skill Metadata

Name
tic-tac-toe-cli
Description
Implement or refactor the Python CLI tic-tac-toe game in this repo, including board model, move validation, win/draw logic, game loop, and bot behavior. Use when working on core gameplay modules or CLI entrypoints for this project.

Tic-Tac-Toe CLI Implementation

Follow skills/tic-tac-toe-cli/PLAN.md to implement, then use skills/tic-tac-toe-cli/VERIFY.md to check the results.