Autosync Disable banner
Not-Diamond Not-Diamond

Autosync Disable

Development community

Description

--- description: Disable scheduled autosync for the current project argument: "" allowed-tools: - Bash - CronDelete - CronList --- # Self-Care Autosync Disable Disable background autosync for this project. This should cancel the scheduled task and mark `.self-care/autosync.json` as disabled. Do not ask the user any questions. ## Step 1: Define Paths ```text CONFIG_PATH=".self-care/config.json" STATE_PATH=".self-care/autosync.json" AUTOSYNC_CLI="node "${CLAUDE_PLUGIN_ROOT}/lib/autosync

Installation

Installs to ~/.claude/skills/not-diamond-self-care-autosync-disable/SKILL.md

Terminal
mkdir -p ~/.claude/skills/not-diamond-self-care-autosync-disable && curl -fsSL https://raw.githubusercontent.com/Not-Diamond/self-care/HEAD/commands/autosync-disable.md -o ~/.claude/skills/not-diamond-self-care-autosync-disable/SKILL.md

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

Full documentation available on GitHub

View Source Repository