Agent skill
stores
List all indexed library stores
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/stores
SKILL.md
List Knowledge Stores
Show all configured knowledge stores in the project.
Steps
-
Use the mcp__bluera-knowledge__execute tool with command "stores" to retrieve all stores
-
Present results in a clean table format:
| Name | Type | ID | Source |
|------|------|----|--------------------|
| react | repo | a1b2c3d4 | https://github.com/facebook/react |
| lodash | repo | e5f6g7h8 | https://github.com/lodash/lodash |
| my-docs | file | i9j0k1l2 | ~/docs |
**Total**: 3 stores
- Format each row:
- Name: The store name
- Type: Store type (repo, file, or web)
- ID: First 8 characters of the store ID (no ellipsis)
- Source:
- For repo stores: The git URL
- For file stores: The local path (use ~ for home directory to keep it concise)
- For web stores: The base URL
If No Stores Found
If no stores exist, show:
## No Knowledge Stores Found
You haven't created any knowledge stores yet.
To get started:
- `/bluera-knowledge:add-repo <url> --name=<name>` - Clone and index a library repository
- `/bluera-knowledge:add-folder <path> --name=<name>` - Index a local folder of documentation
Example:
/bluera-knowledge:add-repo https://github.com/facebook/react --name=react
After creating stores, they will be searchable via the MCP search tool.
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
index
Re-index a knowledge store
test-plugin
Run comprehensive plugin validation test suite
search-optimization
Optimize BK search with intent, detail level, and store filtering
Didn't find tool you were looking for?