stop-playground

star 53

Terminates (destroys) a running playground session. Use when you need to shut down a playground.

iximiuz By iximiuz schedule Updated 6/16/2026

name: stop-playground description: Terminates (destroys) a running playground session. Use when you need to shut down a playground. argument-hint:

Destroy the playground $0.

labctl playground destroy $0

This terminates the ephemeral playground for good.

NEVER use labctl playground stop — avoid it by all means. stop does NOT terminate the playground: it suspends it, preserving its state for a later resume, so the session keeps lingering around. The ephemeral playgrounds used for content authoring and testing must always be terminated with labctl playground destroy.

Install via CLI
npx skills add https://github.com/iximiuz/labs --skill stop-playground
Repository Details
star Stars 53
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator