Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
FAISS.similarity_search_with_score() returns L2 distance — lower is better.
Pinecone.similarity_search_with_score() returns cosine similarity — higher is
better. Swap your vector store and your if score > 0.8 filter now keeps the
garbage and drops the good results, silently. This is pain-catalog entry P12,
and it is the single most common reason a "we migrated from FAISS to Pinecone
for scale" project loses retrieval quality overnight.
The sibling gotchas:
RecursiveCharacterTextSplitter default separators break inside code
fences, so RAG over Markdown docs truncates code examples mid-functionVectorStore.__init__; the failure blames "dim
mismatch: 1536 != 3072" and no earlier errorThis skill walks through embedding model selection, vector store creation with
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill langchain-embeddings-searchHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.