qmd

qmd is a skill for Claude Code, Codex from docxology/codomyrmex. It costs 0 tokens per session (311 once invoked), scanned A, original, MIT.

A skill for searching Markdown files, notes, and documentation in a repository. It uses qmd when an appropriate existing collection is available and otherwise searches with rg.

In plain words
What is it for?
Use it to find documentation or notes, check whether qmd is available, search relevant files, and verify claims against current repository sources.
Why use it?
It gives you a defined search method without creating indexes, downloading models, or changing stored collections without permission.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/docxology/codomyrmex/qmd
Any agent
npx skills add docxology/codomyrmex --skill qmd
Clone the repo
git clone --depth 1 https://github.com/docxology/codomyrmex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qmd

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/codomyrmex/qmd.svg)](https://agentmods.dev/skills/docxology/codomyrmex/qmd)
Your own site
<a href="https://agentmods.dev/skills/docxology/codomyrmex/qmd"><img src="https://agentmods.dev/badge/skills/docxology/codomyrmex/qmd.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00311
Opus 5 $0.00000 $0.00156
Sonnet 5 $0.00000 $0.00062
Haiku 4.5 $0.00000 $0.00031

Measured 5d ago against content hash 2d77b9a30d3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qmd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/qmd/SKILL.md · 47 lines

What it actually says

Use this skill when searching repository Markdown, notes, or documentation.

Safety boundary

qmd is optional and is not installed by Codomyrmex. Do not install it, download embedding or reranking models, create an index, or modify a user's qmd collections without explicit authorization. These operations may consume substantial disk space and network bandwidth.

Search procedure

  1. From the repository root, check whether qmd is available:

    command -v qmd
    
  2. If it is available, inspect configured collections before querying:

    qmd collection list
    
  3. Query only an existing collection whose scope matches the request. Start with lexical search; use hybrid or semantic search only when the installed qmd version supports it and the broader retrieval is useful.

  4. If qmd is absent or no suitable collection exists, use the repository-native fallback:

    rg --files -g '*.md'
    rg -n -i 'search terms' -g '*.md' .
    
  5. Open only the relevant files and verify claims against current source, generated receipts, or authoritative documentation before editing.

Output expectations

  • Report the search scope and whether qmd or rg supplied the results.
  • Treat search results as discovery evidence, not proof that a document is current.
  • Preserve the dirty worktree and the documentation hand-pass freeze.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 47 lines · 0 tokens per session scan A 2d77b9a30d3b

Subscribe to this mod's changes

qmd is a skill published in the GitHub repository docxology/codomyrmex (11 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 311 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

implementation-final-review

Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…

openai/openai-agents-python · 58 tokens

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens

api-docs

Document a module or public API surface (functions, classes, CLI commands, endpoints) from the code itself. Use when the user asks for API reference, to document a module, or to write usage docs for a public interface.

omnigent-ai/omnigent · 50 tokens

deploy-windows

Use this skill when installing, deploying, launching, serving, or troubleshooting mesh-llm on a Windows machine — PowerShell install via install.ps1, flavor selection (CUDA/ROCm/Vulkan/CPU), source builds, the contrib helper scripts, and verifying it serves.

Mesh-LLM/mesh-llm · 60 tokens

benchmark-tune

Use this skill when running, debugging, interpreting, or documenting mesh-llm benchmark tune model-serving throughput trials, including choosing ctx/batch/ubatch/mmap/mlock/speculative-decoding sweeps, running benchmark tune on local or SSH hosts, collecting JSON evidence, and applying tolerance-aware recommendations.…

Mesh-LLM/mesh-llm · 106 tokens

research

Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…

Arindam200/awesome-ai-apps · 78 tokens