Kb Disable Autosync banner
NoobAIDeveloper NoobAIDeveloper

Kb Disable Autosync

Development community

Description

--- description: Cancel the scheduled auto-sync for this KB --- The user wants to stop the background auto-sync for the current KB. Read `<kb>/.engram/autosync.json`. If missing, tell the user no autosync is scheduled for this KB. Otherwise, call `CronDelete` with the `cron_id` from the file, then remove `autosync.json`. Confirm to the user.

Installation

Installs to ~/.claude/skills/noobaideveloper-twitter-wiki-kb-disable-autosync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/noobaideveloper-twitter-wiki-kb-disable-autosync && curl -fsSL https://raw.githubusercontent.com/NoobAIDeveloper/twitter-wiki/HEAD/commands/kb-disable-autosync.md -o ~/.claude/skills/noobaideveloper-twitter-wiki-kb-disable-autosync/SKILL.md

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

Full documentation available on GitHub

View Source Repository