html-skills-stop — tear down server mode
Pairs with html-skills-listen. Runs a bundled script that kills this session's receiver and removes its temp files, then stops the Monitor task whose id html-skills-listen saved.
Steps
Run the teardown script with this session's id:
bash "${CLAUDE_PLUGIN_ROOT}/skills/html-skills-stop/scripts/stop.sh" "${CLAUDE_SESSION_ID}"Output:
KEY=VALUElines. Always:SID,STATUS. When a Monitor was armed byhtml-skills-listenand saved, also:MONITOR_ID.If
MONITOR_IDis printed, stop the Monitor task:Call
TaskStop(task_id: "<MONITOR_ID>"). If it fails because the task is already gone, that's fine — continue.Branch on
STATUS:STATUS=WEB— Tell the user:✓ html-skills server was inactive (web mode).STATUS=INACTIVE— Tell the user:✓ html-skills server was already inactive — nothing to stop.STATUS=STOPPED— Tell the user:✓ html-skills server stopped for this session.