๐Ÿ”Ž
AutomationJavaScript

QMD

by benoror

QMD is an Automation skill for Claude Code, published by benoror in obsidianos_work.

165 stars13 forkson benoror/obsidianos_workAdded 2026/09/08Repository updated 2026/06/11
claude-codecursorobsidianopencode
Install in seconds
Install QMD
Copy QMD into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/benoror/obsidianos_work/tree/main/.agents/skills/qmd ~/.claude/skills/qmd

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/benoror/obsidianos_work.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/qmd/SKILL.md in benoror/obsidianos_work
Installs to
~/.claude/skills/qmd
Collection
One of 24 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What QMD does

QMD searches vault notes by keywords or meaning using lex, vector, and deep search. Use it to find markdown content locally from Claude Code or the CLI.

QMD is cataloged under Automation on DirSkills. QMD comes from a repository tagged claude-code, cursor, obsidian and opencode.

Documentation

README

Local search engine for markdown content.

Status

!qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd"

MCP: query

{
  "searches": [
    { "type": "lex", "query": "CAP theorem consistency" },
    { "type": "vec", "query": "tradeoff between consistency and availability" }
  ],
  "collections": ["docs"],
  "limit": 10
}

Query Types

Type Method Input
lex BM25 Keywords โ€” exact terms, names, code
vec Vector Question โ€” natural language
hyde Vector Answer โ€” hypothetical result (50-100 words)

Writing Good Queries

This is the opening of the README. Read the full README on GitHub.

Frequently asked about QMD

  • What else does benoror publish alongside QMD?

    QMD is one of 24 skills that DirSkills catalogs from benoror/obsidianos_work, the repository it ships in. Its siblings there include Cache Notes, Commit and Defuddle. Each one is a separate skill with its own page in this directory, installs the same way QMD does, and is maintained by benoror in that same repository. The rest of the collection is listed on the benoror/obsidianos_work page.

  • How does QMD compare to other Automation skills?

    QMD ranks #2044 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of QMD against them. Open each page to compare what they document and how they install.

More from benoror/obsidianos_work

QMD is one of 24 skills cataloged on DirSkills from benoror/obsidianos_work.

See all 24 skills โ†’