Search codebase with semantic understanding

vector-db-searchskillsetup L23
richfrem/agent-plugins-skills
What it does

Execute semantic search across indexed code and documentation

Best for

When Phase 1 (RLM) returned no match and you need concept-based context retrieval.

Inputs
  • · natural_language_question
  • · profile_name
  • · limit_count
Outputs
  • · ranked_parent_chunks
Requires
  • · chromadb
  • · langchain
Preconditions
  • · vector-db-init completed
  • · data indexed in ChromaDB
Failure modes
  • · Profile not found
  • · ChromaDB connection refused
Trust signals
  • · Parent-Child architecture for context richness
  • · Profile-based configuration isolation