Kb Enable Autosync banner
NoobAIDeveloper NoobAIDeveloper

Kb Enable Autosync

Productivity community

Description

--- description: Schedule /kb-sync to run automatically on a cadence (Claude Code cron) argument-hint: [--every <dur>] [--at <HH:MM>] [--sources x,chatgpt,...] --- The user wants this KB to sync automatically in the background using Claude Code's cron mechanism. Parse `$ARGUMENTS` into: - `--every <dur>`: `30m`, `6h`, `24h` → cron expression. E.g. `6h` → `0 */6 * * *`, `30m` → `*/30 * * * *`. - `--at <HH:MM>`: daily at a specific local time → `MM HH * * *`. - `--sources`: comma-separated sourc

Installation

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

Terminal
mkdir -p ~/.claude/skills/noobaideveloper-twitter-wiki-kb-enable-autosync && curl -fsSL https://raw.githubusercontent.com/NoobAIDeveloper/twitter-wiki/HEAD/commands/kb-enable-autosync.md -o ~/.claude/skills/noobaideveloper-twitter-wiki-kb-enable-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