Haystack NLP pipeline configuration for document processing and QA
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill haystack-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Haystack Pipeline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-haystack-pipeline-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: haystack-pipeline
description: Haystack NLP pipeline configuration for document processing and QA
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:natural-language-processing]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:ml-model-lifecycle, workflow:feature-development]
---
# Haystack Pipeline Skill
## Capabilities
- Configure Haystack pipeline components
- Set up document stores and retrievers
- Implement reader/generator models
- Design custom pipeline graphs
- Configure preprocessing pipelines
- Implement evaluation pipelines
## Target Processes
- rag-pipeline-implementation
- intent-classification-system
## Implementation Details
### Core Components
1. **DocumentStores**: Elasticsearch, Weaviate, FAISS, etc.
2. **Retrievers**: BM25, Dense, Hybrid
3. **Readers/Generators**: Extractive and generative QA
4. **Preprocessors**: Document cleaning and splitting
### Pipeline Types
- Retrieval pipelines
- RAG pipelines
- Evaluation pipelines
- Indexing pipelines
### Configuration Options
- Component selection
- Pipeline graph design
- Document store backend
- Model selection
- Preprocessing settings
### Best Practices
- Modular pipeline design
- Proper preprocessing
- Evaluation integration
- Component versioning
### Dependencies
- haystack-ai
- farm-haystack (legacy)
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!