Skip to content
Automation
Skill

/chroma-integration

Chroma local vector database setup and operations for development and production

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill chroma-integration --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/chroma-integration

Context preview

The summary Claude sees to decide when to auto-load this skill.

Chroma local vector database setup and operations for development and production

SKILL.md

chroma-integration.SKILL.md
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
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.