Methodology
Core Methodology
Four reasoning disciplines that make Claude Code think before it acts.
Explore before committing, reason in the open, prove work is done, find the root cause first.
kr 850View plugin
Knowledge Vault indexes your Claude Code transcripts, your project memory, and a folder of your own documents into a local hybrid-search index, then answers natural-language questions with citations. Ask 'what did I decide about…' and get the answer plus where it came from.
kr 2 000one-time · lifetime updates · install →
Four commands, in order — provision, build, ask. The index is per-project and lives outside your repo; nothing is written into your project tree.
A plugin is a folder. Here's everything in it — one skill, four commands, and the Python engine that does the indexing and search. Nothing hidden.
Atomic procedure Claude Code loads on cue, isolated context.
The plugin sits at ~/.claude/plugins/knowledge-vault/, and the index it builds lives at ~/.claude/projects/<project>/knowledge-vault/ — both on your machine, nothing in your repo.
doctor provisions both). An OPENAI_API_KEY is required for embeddings — Keychain recommended on macOS. Optional OCR for PDFs/Office/images needs a MISTRAL_API_KEY via doctor --ocr.Only declared calls leave your machine: chunk embeddings to OpenAI, and — if you enable OCR — documents to Mistral. The index, your memory, and your transcripts stay local. No Google Drive, no cloud storage.
Buy on the right. On purchase, we invite your GitHub account to the private plugin repo you bought — the Tenkr marketplace itself is public — and email you the two commands below.
/plugin marketplace add TenkrAS/tenkr-plugin-marketplace to register the public catalogue. Exact command in your purchase email./plugin install <plugin>@tenkr-plugin-marketplace — Claude Code clones it from your private repo and you're live. Type the plugin's command to start.text-embedding-3-small); if you turn on OCR, documents go to Mistral. Nothing else leaves your machine — the index itself is a local SQLite file.OPENAI_API_KEY for embeddings. OCR is optional and needs a MISTRAL_API_KEY. doctor sets both up.