Agent skill
uninstall
Remove Bluera Knowledge data from this project
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/uninstall
SKILL.md
Uninstall Bluera Knowledge
Remove Bluera Knowledge data from this project.
Steps
-
Use mcp__bluera-knowledge__execute tool with command "uninstall":
- Optional args.global: true to also remove global data
- Optional args.keepDefinitions: false to also remove stores.config.json
-
Display the result showing what was deleted and cleanup instructions.
Options
| Flag | Description |
|---|---|
global |
Also delete global data (~/.local/share/bluera-knowledge/) |
keepDefinitions |
Keep stores.config.json for team sharing (default: true) |
Examples
Clean project data (preserves stores.config.json):
/bluera-knowledge:uninstall
Full cleanup including store definitions:
Use uninstall with keepDefinitions: false
Full cleanup including global data:
Use uninstall with global: true
What Gets Deleted
Project data (.bluera/bluera-knowledge/):
data/- Vector indices, cloned repos, stores.jsonconfig.json- Plugin configurationstores.config.json- Only if keepDefinitions: false
Global data (with --global flag):
~/.local/share/bluera-knowledge/- Job history, skill settings
What Is NOT Deleted
- Plugin cache - Managed by Claude Code, instructions provided
- Python venv - Inside plugin cache, cleaned when cache is cleared
Testing Fresh Plugin Installs
After running uninstall, to test a completely fresh plugin install:
- Exit Claude Code
- Clear plugin cache:
rm -rf ~/.claude/plugins/cache/bluera-knowledge-* - Restart Claude Code and reinstall the plugin
Clearing the plugin cache removes everything: plugin code, Python venv, and all dependencies.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
when-to-query
When to use BK vs Grep/Read for current project
sync
Sync stores from definitions config (bootstrap on fresh clone)
ui
Launch the admin web UI to browse stores, search, and manage knowledge
stores
List all indexed library stores
index
Re-index a knowledge store
test-plugin
Run comprehensive plugin validation test suite
Didn't find tool you were looking for?