From agent-knowledge
Removes Agent Knowledge data from projects including vector indices, configs, and optionally global data or store definitions. Provides cache clearing for fresh plugin installs.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Remove Agent Knowledge data from this project.
Deletes a knowledge store and all associated data including registry entry, LanceDB vector index, and cloned repository files. Permanent cleanup invoked with store name or ID.
Resets knowledge base by clearing patterns, quirks, decisions, cache, session, and state to initial empty values. Invoke /learn-reset to wipe accumulated insights.
Permanently purges context-mode knowledge base and session data, deleting all indexed content, events, and stats. Use /context-mode:ctx-purge for fresh starts or removing stale data.
Share bugs, ideas, or general feedback.
Remove Agent Knowledge data from this project.
Use mcp__agent-knowledge__execute tool with command "uninstall":
Display the result showing what was deleted and cleanup instructions.
| Flag | Description |
|---|---|
global | Also delete global data (~/.local/share/agent-knowledge/) |
keepDefinitions | Keep stores.config.json for team sharing (default: true) |
Clean project data (preserves stores.config.json):
/agent-knowledge:uninstall
Full cleanup including store definitions:
Use uninstall with keepDefinitions: false
Full cleanup including global data:
Use uninstall with global: true
Project data (.agent-knowledge/):
data/ - Vector indices, cloned repos, stores.jsonconfig.json - Plugin configurationstores.config.json - Only if keepDefinitions: falseGlobal data (with --global flag):
~/.local/share/agent-knowledge/ - Job history, skill settingsAfter running uninstall, to test a completely fresh plugin install:
rm -rf ~/.claude/plugins/cache/agent-knowledge-*Clearing the plugin cache removes everything: plugin code, Python venv, and all dependencies.