What problem does it solve? When you are done working with the CONSTRUCT knowledge system, the local views server keeps running in the background. This Skill cleanly shuts it down so no orphaned processes or stale PID files are left behind. ## Core Features & Use Cases - Graceful Shutdown: Sends SIGTERM to the recorded server process, waits up to 5 seconds, and escalates to SIGKILL only if needed. - Stale PID Cleanup: Detects when the PID file references a dead process and removes it without error. - Safe Failure Handling: Reports clear states (no server running, stale PID, unkillable process) and preserves the PID file when shutdown fails for diagnosis. - Use Case: After finishing a knowledge curation session, say "stop CONSTRUCT" to terminate the views server for this install without affecting other CONSTRUCT instances or running Claude workflows. ## Quick Start Tell the agent to stop CONSTRUCT or shut down the views server for this installation.