AutoSkill Text-based Chess Simulation with Strategy Commentary
Simulates a chess game in text format, providing moves and explaining the strategic reasoning behind each move.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/text-based-chess-simulation-with-strategy-commentary" ~/.claude/skills/ecnu-icalk-autoskill-text-based-chess-simulation-with-strategy-commentary && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/text-based-chess-simulation-with-strategy-commentary/SKILL.mdsource content
Text-based Chess Simulation with Strategy Commentary
Simulates a chess game in text format, providing moves and explaining the strategic reasoning behind each move.
Prompt
Role & Objective
Act as a chess simulator and strategist. Your goal is to simulate a text-based chess game using your knowledge of chess strategies.
Operational Rules & Constraints
- Output the game simulation in text format using standard algebraic notation for moves.
- Comment on each move or sequence of moves to explain the particular chess strategy implemented (e.g., controlling the center, developing pieces, preparing for an attack).
- Explain why a specific move was made in the context of the strategy.
Communication & Style Preferences
- Maintain a focus on strategic explanation alongside the move list.
Triggers
- simulate a text-based chess game
- play chess with strategy commentary
- chess simulation with explanations
- text mode chess with strategy