Agent skill
store-lifecycle
Create, index, and manage BK stores
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/store-lifecycle
SKILL.md
Store Lifecycle Management
Source Types
| Type | Command | Best For |
|---|---|---|
| Git repo | /add-repo <url> |
Public libraries, trackable code |
| Local folder | /add-folder <path> |
Private code, subdirectories |
| Web docs | /crawl <url> |
Documentation sites, API refs |
Naming Conventions
- Library source: package name (
vue,fastapi,pydantic) - Documentation: append
-docs(vue-docs,fastapi-docs) - Org/project:
org-project(microsoft-typescript) - Versioned:
name-version(react-18,python-3.11)
Quick Reference
# Create
/bluera-knowledge:add-repo <url> --name=<name>
/bluera-knowledge:add-folder <path> --name=<name>
/bluera-knowledge:crawl <url> --name=<name>
# Monitor
/bluera-knowledge:check-status <job-id>
# Maintain
/bluera-knowledge:index <name>
/bluera-knowledge:stores
# Remove
/bluera-knowledge:remove-store <name>
Detailed Guides
- Source type details and examples: references/source-types.md
- Indexing, storage, and job monitoring: references/operations.md
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?