Kb Ingest banner
NoobAIDeveloper NoobAIDeveloper

Kb Ingest

Documentation community

Description

--- description: Cluster bookmarks and synthesize wiki pages from the current KB argument-hint: [topic-name] --- The user wants to ingest items into the wiki. The current working directory should be a engram 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. Also confirm `raw/items.jsonl` (or legacy `raw/bookmarks.jsonl`) exists and is non-empty. If it's missing or empty, tell the user

Installation

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

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

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

Full documentation available on GitHub

View Source Repository