stop-challenge

star 53

Stops the current solution attempt for a challenge. Use when you need to stop a running challenge.

iximiuz By iximiuz schedule Updated 6/16/2026

name: stop-challenge description: Stops the current solution attempt for a challenge. Use when you need to stop a running challenge. argument-hint:

Stop the challenge $0.

labctl challenge stop $0

This stops the current solution attempt and its associated playground.

If the command fails but the challenge's playground is still running, force the teardown with labctl playground destroy <playground-id> (find the ID with labctl playground list --filter challenge=$0). NEVER use labctl playground stop — it only suspends the playground instead of terminating it.

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