ramonclaudio/skills

Custom Claude Code skills, installable individually as plugins.

4Stars on the repository
42Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bench

01

ramonclaudio/skills

Command

Run search quality benchmarks against a fixture file. Reports precision/recall/MRR/F1 across 4 backends.

4 3mo ago A 24 tokens original MIT

cleanup

02

ramonclaudio/skills

Command

Clear qmd LLM cache, remove orphaned vectors and inactive docs, and vacuum the SQLite index.

4 3mo ago A 20 tokens original MIT

collection-exclude

03

ramonclaudio/skills

Command

Exclude a qmd collection from default queries (sets includeByDefault false). Use for noisy or session-scoped collections.

4 3mo ago A 24 tokens original MIT

collection-include

04

ramonclaudio/skills

Command

Include a qmd collection in default queries (sets includeByDefault true). Reverses /qmd:collection-exclude.

4 3mo ago A 26 tokens original MIT

collection-show

05

ramonclaudio/skills

Command

Show YAML config for a single qmd collection (path, pattern, include state, update command, context count).

4 3mo ago A 23 tokens original MIT

ramonclaudio/skills

Command

Set or change the pre-update shell command for an existing qmd collection (e.g. git pull --ff-only).

4 3mo ago A 24 tokens original MIT

context

07

ramonclaudio/skills

Command

Manage qmd collection contexts (list, add, rm). Contexts are descriptive metadata returned alongside every search hit.

4 3mo ago A 23 tokens original MIT

doctor

08

ramonclaudio/skills

Command

Diagnose qmd index and runtime health: SQLite and sqlite-vec versions, model cache, the GPU device probe, and embedding fingerprint freshness. Run first when search misbehaves or after upgrading qmd.

4 3mo ago A 42 tokens original MIT

embed

09

ramonclaudio/skills

Command

Generate or refresh vector embeddings for indexed documents. Long running.

4 3mo ago A 12 tokens original MIT

get

10

ramonclaudio/skills

Command

Retrieve a document body by path or docid via the qmd CLI. CLI fallback for the MCP get tool.

4 3mo ago A 23 tokens original MIT

mcp

11

ramonclaudio/skills

Command

Start, stop, or check the qmd MCP server (stdio or HTTP daemon).

4 3mo ago A 17 tokens original MIT

pull

12

ramonclaudio/skills

Command

Download or verify the 3 GGUF models qmd needs (embeddinggemma, qwen3-reranker, qmd-query-expansion).

4 3mo ago A 30 tokens original MIT

query

13

ramonclaudio/skills

Command

Hybrid BM25 + vector + reranking search via the qmd CLI. CLI fallback for the MCP query tool.

4 3mo ago A 23 tokens original MIT

remove

14

ramonclaudio/skills

Command

Remove a collection from the qmd index (does not delete the underlying repo on disk).

4 3mo ago A 18 tokens original MIT

rename

15

ramonclaudio/skills

Command

Rename a qmd collection. Updates YAML config, all document records, and all virtual paths.

4 3mo ago A 19 tokens original MIT

search

16

ramonclaudio/skills

Command

BM25 keyword search via the qmd CLI. Fast, no LLM. CLI fallback for the MCP query tool with type "lex".

4 3mo ago A 28 tokens original MIT

status

17

ramonclaudio/skills

Command

Show qmd index health, collections, MCP daemon status, and pending embeds.

4 3mo ago A 15 tokens original MIT

update

18

ramonclaudio/skills

Command

Pull all reference repos, re-index changed files, and embed new content. Long running.

4 3mo ago A 18 tokens original MIT