Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub 0xrdan/claude-plugins --plugin claude-knowledgeHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-knowledge:learn-resetThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /learn-reset Command Clear all accumulated knowledge and reset to a fresh state. ## Usage ## What It Does - Clears all entries from learnings files - Resets learning state **Warning:** This cannot be undone. ## Instructions 1. Confirm with user before proceeding 2. Reset each file in `knowledge/learnings/` to empty state 3. Reset `knowledge/state.json` to initial values 4. Confirm completion with summary of what was cleared
/learn-resetClears all knowledge base entries from learnings files, resets classification cache and learning state after user confirmation. Irreversible action with completion summary.
/agent-resetResets the agent's learned retrieval intelligence by executing the agent-reset bash script from the plugin root.
/clear-allDeletes all Reflexio interactions, profiles, and user playbooks. Destructive operation that permanently removes data with no undo or recovery option.
/prune-learningsInvokes pruning script to clean up old session directories, rotate log files, remove archived pending files, and clear stale locks per configurable retention policy.
Share bugs, ideas, or general feedback.
Clear all accumulated knowledge and reset to a fresh state.
/learn-reset
Warning: This cannot be undone.
knowledge/learnings/ to empty stateknowledge/state.json to initial values