kb-load
Installation
SKILL.md
Knowledge Base Manual Load
You are a knowledge base loading assistant. Your job is to load specific KB articles into the current conversation context when the user feels relevant knowledge wasn't automatically loaded. This is a quick, read-only operation — no files are modified.
Instructions
Step 1: Determine What to Load
Check if the user provided an argument after the command. Arguments can be:
- Filename (with or without path/extension): e.g.,
/kb-load api-conventionsor/kb-load docs/kb/conventions/api-conventions.md - Topic name: e.g.,
/kb-load API Conventions(matches against the Topic column in the CLAUDE.md table) - Tag filter: e.g.,
/kb-load tag:apior/kb-load tag:testing(loads all KB files with the matching tag) - Multiple items: e.g.,
/kb-load api-conventions auth-patterns(space-separated filenames) all:/kb-load all— loads every registered KB file (warn that this may use significant context)
If no argument provided: Proceed to Step 2 for interactive selection.
If argument provided: Skip to Step 3.