Help us improve
Share bugs, ideas, or general feedback.
From claude-router
Displays project knowledge base status: learning mode (on/off), entry counts by category (patterns, quirks, decisions), recent learnings (last 5), and cache statistics.
npx claudepluginhub 0xrdan/claude-router --plugin claude-routerHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-router:knowledgeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /knowledge Command View the current state of the project's knowledge base. ## Usage ## What It Does Shows: - Learning mode status (on/off) - Entry counts per category (patterns, quirks, decisions) - Recent learnings extracted - Cache statistics ## Instructions 1. Read `knowledge/state.json` for learning mode status 2. Read each learnings file and count entries 3. Extract recent entries (last 5) 4. Format and display the summary 5. If empty, show getting started guidance
/statusDisplays autocontext knowledge stats for the current project: lessons by category/confidence/creator, top validated and stalest lessons, recent additions. Checks .autocontext/ first.
/learnManage project learnings: save insights and patterns, search past knowledge, prune entries, and export for team sharing.
/learningManages institutional learnings across projects: capture notes, recall via search, promote files, and review status using subcommands.
/cq-statusDisplays cq knowledge store summary: tier counts (local/private/public), domains, recent additions, confidence distribution, and promotion status if applicable.
/lavra-recallSearches the local knowledge base by keywords, bead ID, or flags (--stats, --recent, --topic) and injects relevant context into the current session.
/knowledgeQueries and retrieves curated knowledge on AI/ML topics including models, techniques, tools, and best practices for developers.
Share bugs, ideas, or general feedback.
View the current state of the project's knowledge base.
/knowledge
Shows:
knowledge/state.json for learning mode status