What problem does it solve? Updating a local CS2Match development environment requires rebuilding the Go plugin, restarting Nakama, and recreating the frontend container in the correct order. This Skill automates that workflow so natural-language requests like "帮我更新前端" or "帮我更新后端" trigger the right build and verification steps without manual command recall. ## Core Features & Use Cases - Targeted Updates: Distinguishes frontend-only, backend-only, and combined update requests, rebuilding only the requested side. - Backend Workflow: Compiles the Go plugin via the repository build scripts, restarts Nakama with Docker Compose, and verifies plugin loading through container status and logs. - Frontend Workflow: Rebuilds the frontend image with --no-cache, force-recreates the container, and checks that the service responds on port 3000. - Use Case: After editing Go server code, ask the AI to update the backend; it compiles backend.so, restarts Nakama, inspects logs for plugin-loading errors, and reports whether the update actually succeeded. ## Quick Start Ask the AI to update the backend and frontend of the local CS2Match project and verify both services are running.