byknuckles-team· 21 skills
Create, populate, list, and delete vector-store collections through the vector-mcp MCP server's vector_collection_management tool. Use when the agent must stand up a new RAG collection, ingest documents (from a directory, file paths/URLs, or raw text) into an existing collection, enumerate collections, or drop one — across any supported backend (chromadb, postgres/pgvector, qdrant, couchbase, mongodb). Do NOT use for running queries against a collection (use vector-hybrid-search) or for choosing/tuning a backend connection (vector-backend-operations).
$npx -y skills add knuckles-team/vector-mcp --skill vector-collection-managementInstalls into the current project.
Run `npx skills use "https://github.com/knuckles-team/vector-mcp" --skill "knuckles-team/vector-mcp/vector-collection-management"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/knuckles-team/vector-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/knuckles-team/vector-mcp"` and select the relevant skills, then follow their instructions.