search

Search GTM knowledge bases using semantic, keyword, and hybrid queries.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/hathbanger/fridas-choppers-gtm --skill search-hathbanger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/hathbanger/fridas-choppers-gtm/tree/main/.claude/skills/search
Command: npx skills add https://github.com/hathbanger/fridas-choppers-gtm --skill search-hathbanger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables semantic search across a GTM knowledge base to locate decisions and context by meaning rather than keywords.

Core Features & Use Cases

  • Semantic search across GTM workspace to locate decisions, context, and knowledge by meaning, not just keywords.
  • Local hybrid search combining BM25 keywords, vector embeddings, and LLM reranking.
  • Use Case: Imagine you need to understand the rationale behind a pricing decision across multiple documents and teams.

Quick Start

Run a search command against your GTM workspace, for example: /search "what did we decide about pricing"

Frequently Asked Questions about search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search my GTM knowledge base by meaning instead of exact keywords?

Semantic search across a GTM knowledge base locates decisions and context by meaning rather than keywords. It uses local hybrid search combining BM25 keywords, vector embeddings, and LLM reranking to retrieve relevant information.

What is the best way to find the rationale behind a pricing decision across multiple documents?

Running a semantic search query like "what did we decide about pricing" locates decision rationale across multiple documents and teams. It enables knowledge exploration and decision tracking across vision, narrative, and content within the workspace.

Do I need a local search engine to run semantic search queries on my workspace?

Yes, semantic search requires a local search engine (qmd) and a GTM workspace index. The setup includes instructions for collection management and optional embeddings to enable local hybrid search.

How does hybrid search combine keyword and vector embeddings for information retrieval?

Hybrid search combines BM25 keywords, vector embeddings, and LLM reranking to retrieve information. This contextual search approach improves workspace discovery by matching meaning rather than relying solely on exact keywords.

Can I use contextual search for decision tracking across vision and narrative content?

Yes, contextual search supports decision tracking across vision, narrative, and content. By applying semantic queries to the GTM workspace index, you can locate specific decisions and explore the knowledge base by meaning.