Kb Autosync Status banner
NoobAIDeveloper NoobAIDeveloper

Kb Autosync Status

Development community

Description

--- description: Show the scheduled auto-sync for this KB (next run, last run) --- The user wants to see whether autosync is configured for the current KB. 1. Read `<kb>/.engram/autosync.json`. If missing, tell the user no autosync is scheduled. 2. Otherwise, call `CronList` and look up the entry with matching `cron_id`. Report: schedule (human-readable), next fire time, last run result if available, and the source list. 3. Also report the timestamp of the most recent successful sync by readin

Installation

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

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

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

Full documentation available on GitHub

View Source Repository