Integrations
Connect Skill Seekers to 16+ AI systems organized by use case.
🗂️ By Use Case
1. RAG & Knowledge Systems
Build production search and Q&A systems.
RAG Frameworks:
- LangChain - Python RAG (most popular)
- LlamaIndex - Query engines
Vector Databases:
- Chroma - Local development
- Pinecone - Production cloud
- Weaviate - Enterprise/GraphQL
- Qdrant - High-performance
- FAISS - GPU acceleration
- Haystack - Enterprise NLP
2. AI Coding Assistants
Give your IDE framework expertise.
- Cursor - VS Code fork (most popular)
- Windsurf - Codeium IDE
- Cline - VS Code + MCP
- Continue.dev - Universal plugin
⚡ Quick Selector
| I Want To… | Use This |
|---|---|
| Build a Q&A bot | LangChain + Pinecone |
| Make Cursor know React | Cursor integration |
| Search my documentation | LlamaIndex |
| Code with AI in JetBrains | Continue.dev |
| Production RAG pipeline | Haystack |
One Command, Any Integration
# Same source, different outputs
skill-seekers scrape --config react.json --format langchain
skill-seekers scrape --config react.json --format llama-index
skill-seekers scrape --config react.json --target claude # For Cursor