qmd

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

ir - Local Markdown Search

로컬 마크다운 문서를 인덱싱하고 검색하는 CLI 도구.

Status

!ir status 2>/dev/null || echo "ir not available"

CLI

ir search "question"                    # Hybrid (기본, 최고 품질)
ir search --mode bm25 "keywords"        # BM25 only (빠름, no LLM)
ir search --mode vector "question"      # Vector only
ir get "#abc123"                        # By docid
ir get notes/meeting.md:50 -l 100      # 특정 라인부터

Search Options

Installs
4
Repository
ssiumha/dots
GitHub Stars
9
First Seen
Feb 21, 2026
qmd — ssiumha/dots