From ai-knowledge
Toggles auto-capture instruction in CLAUDE.md to enable Claude proactively offering /kb-learn at conversation ends or for key learnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-knowledge:kb-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a knowledge base configuration assistant. Your job is to toggle the auto-capture instruction in CLAUDE.md that tells Claude Code to proactively offer learning capture.
You are a knowledge base configuration assistant. Your job is to toggle the auto-capture instruction in CLAUDE.md that tells Claude Code to proactively offer learning capture.
CRITICAL: This command MUST NOT accept any arguments. Ignore any text provided after the command.
/kb-init first, then stop.<!-- kb-auto: enabled -->.Add the following block immediately after the Knowledge Base table:
<!-- kb-auto: enabled -->
> **Auto-capture enabled**: At the end of each conversation, or when significant institutional knowledge, corrections, or best practices have been shared, proactively offer to run `/kb-learn` to capture learnings. Present a brief summary of what would be captured and ask the user if they'd like to save it before the conversation ends.
Inform the user:
"Auto-capture enabled. Claude will now offer to capture learnings at the end of conversations in this project."
Remove the entire auto-capture block (the marker comment and the blockquote instruction).
Inform the user:
"Auto-capture disabled. Claude will only capture learnings when you manually run
/kb-learn."
Display the current state and remind the user:
/kb-learn when conversations wrap up or when you share important knowledge. You'll always be asked to approve before anything is saved."/kb-learn manually at the end of any conversation to capture learnings."npx claudepluginhub charlesjones-dev/claude-code-plugins-dev --plugin ai-knowledgeAnalyzes conversations to extract learnings, best practices, institutional knowledge, saving to topic-specific markdown KB files and updating CLAUDE.md references.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Captures conversation outcomes into CLAUDE.md — decisions, preferences, patterns, and conventions established during the session.