AgentSkillsCN

simcity-stop-game

使用 stop_game.sh 脚本停止 SimCity 游戏,并验证相关进程已彻底终止。适用于结束会话、重启前,或当用户提出希望停止游戏时使用。

SKILL.md
--- frontmatter
name: simcity-stop-game
description: Stop the SimCity game using the stop_game.sh script and verify the process is gone. Use when ending a session, before restarts, or when the user asks to stop the game.

SimCity Stop Game

Quick Start

  1. From the repo root, run ./stop_game.sh (or bash ./stop_game.sh).
  2. Verify no processes remain with pgrep -fl simcity (should be empty).

Commands

bash
./stop_game.sh
pgrep -fl simcity || true

Notes

  • The script handles graceful stop + force kill if needed.
  • If pgrep still shows a process, re-run the script and report the PID(s).