Chroma local vector database setup and operations for development and production
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill chroma-integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Chroma Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-chroma-integration-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: chroma-integration
description: Chroma local vector database setup and operations for development and production
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:ai-agents-conversational]
skillAreas: [skill-area:retrieval-augmented-generation, skill-area:search-indexing]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:ml-model-lifecycle, workflow:feature-development]
---
# Chroma Integration Skill
## Capabilities
- Set up Chroma (ephemeral, persistent, client-server)
- Create and manage collections
- Implement document ingestion with embeddings
- Configure metadata filtering
- Set up multi-tenant collections
- Implement where and where_document filters
## Target Processes
- vector-database-setup
- rag-pipeline-implementation
## Implementation Details
### Deployment Modes
1. **Ephemeral**: In-memory for testing
2. **Persistent**: Local file-based storage
3. **Client-Server**: Chroma server deployment
### Core Operations
- Collection creation with embedding functions
- Add/update/delete documents
- Query with filters
- Metadata management
### Configuration Options
- Embedding function selection
- Persistence directory
- Distance metric (l2, ip, cosine)
- Collection metadata
- Server configuration
### Best Practices
- Use persistent mode for development
- Deploy server mode for production
- Design metadata schema upfront
- Implement proper ID strategies
### Dependencies
- chromadb
- langchain-chroma
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!