Stop Polling banner
mikhailkogan17 mikhailkogan17

Stop Polling

Development community

Description

--- description: Unload and remove the launchd polling job. --- ```bash LABEL="$(node "${CLAUDE_PLUGIN_ROOT}/harness/read-config.mjs" launchd.label dev.cycler.linear)" PLIST=~/Library/LaunchAgents/"$LABEL".plist ``` The plist is named after the label on purpose. `launchctl` addresses jobs by **label**, and a label that does not match what you loaded fails with a 501 that reads like "not running". ```bash launchctl unload "$PLIST" 2>/dev/null rm -f "$PLIST" launchctl list | grep "$LABEL" || ec

Installation

Installs to ~/.claude/skills/mikhailkogan17-cycler-stop-polling/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikhailkogan17-cycler-stop-polling && curl -fsSL https://raw.githubusercontent.com/mikhailkogan17/cycler/HEAD/commands/stop-polling.md -o ~/.claude/skills/mikhailkogan17-cycler-stop-polling/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository