From agent-knowledge
Lists all configured knowledge stores (repo, file, web) in the project via mcp__agent-knowledge__execute tool, displaying name, type, ID, and source in a markdown table. Handles empty case with add instructions.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Show all configured knowledge stores in the project.
Create, index, and manage BK stores from Git repos, local folders, or web docs; monitor jobs, list, and remove stores.
Manages knowledge bases: ingest, sync, organize, deduplicate, and retrieve across local files, MCP memory, vector stores, Git repos, Supabase, PostgreSQL. For knowledge management tasks like saving/searching info.
Share bugs, ideas, or general feedback.
Show all configured knowledge stores in the project.
Use the mcp__agent-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
If no stores exist, show:
## No Knowledge Stores Found
You haven't created any knowledge stores yet.
To get started:
- `/agent-knowledge:add-repo <url> --name=<name>` - Clone and index a library repository
- `/agent-knowledge:add-folder <path> --name=<name>` - Index a local folder of documentation
Example:
/agent-knowledge:add-repo https://github.com/facebook/react --name=react
After creating stores, they will be searchable via the MCP search tool.