qmd-search

Search codebases with semantic and keyword queries returning concise code chunks.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sabyunrepo/IaaS --skill qmd-search-sabyunrepo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd-search
Source: https://github.com/sabyunrepo/IaaS/tree/main/.claude/skills/qmd-search
Command: npx skills add https://github.com/sabyunrepo/IaaS --skill qmd-search-sabyunrepo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill significantly reduces token consumption during code exploration by retrieving only relevant code chunks instead of entire files.

Core Features & Use Cases

  • Semantic Search: Find code based on meaning, not just keywords.
  • Targeted Retrieval: Fetches relevant 800-token chunks, optimizing LLM context.
  • Hybrid Search: Combines keyword and vector search for high-quality results.
  • Use Case: Quickly find the specific Python code responsible for calculating scoring formulas within the vantict-backend collection without reading thousands of lines.

Quick Start

Use qmd search to find code related to "scoring formula calculation" in the vantict-backend collection.

Frequently Asked Questions about qmd-search

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

FAQPage Schema
How do I perform semantic code search across large codebases without exceeding token limits?

Semantic code search across large codebases minimizes token usage by retrieving only relevant 800-token chunks instead of entire files. This hybrid approach combines BM25 keyword and vector search to return concise code segments for efficient developer workflows.

What is the best way to find specific code segments by meaning rather than exact keywords?

Finding specific code segments by meaning is achieved through semantic code search, which leverages vector search to understand intent rather than relying on exact keyword matches. This enables developers to discover relevant code chunks across multiple collections efficiently.

Can I search for specific files or code segments within a targeted collection?

You can search for specific files or code segments within a targeted collection by utilizing the Skill's targeted retrieval feature. It supports searching across multiple collections to fetch relevant 800-token chunks, optimizing LLM context and minimizing token consumption.

Does hybrid ranking improve code discovery compared to standard keyword search?

Hybrid ranking improves code discovery by combining BM25 keyword search with vector search, delivering optimal results that standard keyword search alone cannot achieve. This ensures high-quality semantic and keyword-based searching across codebases.

How do I locate the code responsible for a specific function like a scoring formula calculation?

To locate code responsible for a specific function like a scoring formula calculation, you can use semantic search to find relevant code chunks based on the function's meaning. This retrieves concise 800-token segments, avoiding the need to read thousands of lines.