Kb Add Source banner
NoobAIDeveloper NoobAIDeveloper

Kb Add Source

Data community

Description

--- description: Configure a new data source (GitHub, etc.) for this KB argument-hint: <source-name> [source-specific args] --- The user wants to enable a new data source for the current KB. Supported source names: `github-stars`, `claude-code`, `browser-bookmarks`, `kindle`, `chatgpt`, `claude-ai`, `notion`, `granola`. The current working directory should be a KB (contain `CLAUDE.md`). If not, tell them to `cd` into their KB first or run `/kb-init`. ## How to configure each source Read `$(p

Installation

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

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

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

Full documentation available on GitHub

View Source Repository