Kb Query banner
NoobAIDeveloper NoobAIDeveloper

Kb Query

Documentation community

Description

--- description: Answer a question grounded in the current wiki argument-hint: <question> --- The user wants an answer from their 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. `$ARGUMENTS` is the question. If it's empty, ask the user what they want to know — don't guess. If `wiki/index.md` doesn't exist or the wiki is empty, t

Installation

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

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

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

Full documentation available on GitHub

View Source Repository