Kb Sync banner
NoobAIDeveloper NoobAIDeveloper

Kb Sync

Data community

Description

--- description: Sync data from one or more configured sources into this KB argument-hint: [--source x|claude-code|chatgpt|claude-ai|browser-bookmarks|github-stars|kindle|all] [source-specific flags] --- The user wants to sync data into the current KB. The current working directory should be a KB (it should contain a `CLAUDE.md` and a `.engram/` subdirectory). If it doesn't, tell the user to `cd` into their KB first or run `/kb-init` to scaffold one. Run the sync dispatcher: ```bash ~/.claude

Installation

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

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

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

Full documentation available on GitHub

View Source Repository