AI/ML · Global library
Embedding Pipeline Designer
Build embedding pipelines with retrieval-aware chunking, vector index strategy, and similarity quality that can be measured.
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Embedding Pipeline Designer when you need to build embedding pipelines with retrieval-aware chunking, vector index strategy, and similarity quality that can be measured, especially when the work is driven by embedding and vector db.
Trigger signals
embeddingvector dbsemantic search
Validation hooks
embedding-quality-checkervector-db-validatorsearch-accuracy-test
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show embedding-pipeline-designer
Use
orchestrator-mcp skills export embedding-pipeline-designer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/embedding-pipeline-designer ./your-agent-skills/embedding-pipeline-designer
# or open skills/embedding-pipeline-designer/SKILL.md in a markdown-first client
File patterns
**/*.py**/*.ts**/embeddings/****/vector/**
Model preferences
deepseek-ai/deepseek-v3.2gemini-2.5-proqwen2.5-coder:32b
Related skills
Adjacent packs to compose next.
Design robust communication protocols for agent systems with message schemas, serialization, and delivery guarantees
CodexClaude Code
Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization
CodexClaude Code
Design short-term, long-term, and episodic memory layers for agents without turning retrieval into an unbounded context leak.
CodexClaude Code