Agent skill
remove-store
Delete a knowledge store and all associated data
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/remove-store
SKILL.md
Remove Knowledge Store
Delete a knowledge store and all associated data: $ARGUMENTS
Steps
-
Parse the store name or ID from $ARGUMENTS (required)
- If no store provided, show error and suggest using /bluera-knowledge:stores to list available stores
-
Use mcp__bluera-knowledge__execute tool with command "store:delete":
- args.store: The store name or ID from $ARGUMENTS
-
Display deletion result:
Store "react" deleted successfully.
Removed:
- Store registry entry
- LanceDB search index
- Cloned repository files (for repo stores)
What Gets Deleted
When you remove a store:
- Registry entry - Store is removed from the list
- Search index - LanceDB vector embeddings are dropped
- Cloned files - For repo stores created from URLs, the cloned repository is deleted
Warning
This action is permanent. The store and all indexed data will be deleted. To re-create, you'll need to add and re-index the source again.
Error Handling
If store not found:
Store not found: nonexistent-store
Available stores:
- Use /bluera-knowledge:stores to list all stores
- Check spelling of store name or ID
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?