ramonclaudio

44 mods across 2 repositories, 9 stars between them.

collection-show

25

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

27

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

28

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

29

ramonclaudio/skills

Command

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

4 3mo ago A 12 tokens original MIT

get

30

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

31

ramonclaudio/skills

Command

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

4 3mo ago A 17 tokens original MIT

pull

32

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

33

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

34

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

35

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

36

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

37

ramonclaudio/skills

Command

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

4 3mo ago A 15 tokens original MIT

update

38

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

add

39

ramonclaudio/skills

Skill Claude CodeCodex

Adds a reference collection to qmd. Accepts a GitHub URL, owner/repo shorthand, or a local directory path. Auto-detects file types, sets ignore globs, indexes with AST chunking, embeds, and verifies. Use when adding a new reference codebase or local notes folder for search.

4 3mo ago A 66 tokens original MIT

search

40

ramonclaudio/skills

Skill Claude CodeCodex

Search indexed reference codebases (Convex, Expo, Next.js, Better Auth, Remotion, etc) via the qmd MCP query tool. Use when looking up framework APIs, finding code examples in third-party repos, or answering questions about external libraries that aren't in the current working directory.

4 3mo ago A 61 tokens original MIT

teams

41

ramonclaudio/skills

Plugin Claude Code

Orchestrate teams of Claude Code sessions working in parallel. Decomposes work, spawns teammates, assigns tasks with file ownership, and coordinates execution.

4 3mo ago A tokens not measured original MIT

teams

42

ramonclaudio/skills

Skill Claude CodeCodex

Use this skill when the user asks to orchestrate a team, use multiple agents, or parallelize work across Claude Code sessions. Decomposes tasks, spawns teammates, and coordinates execution.

4 3mo ago A 41 tokens original MIT

techdebt

43

ramonclaudio/skills

Plugin Claude Code

Lightweight end-of-session tech debt sweep. Finds duplicated code, dead exports, unused deps, stale TODOs, and bloated files.

4 3mo ago A tokens not measured original MIT

techdebt

44

ramonclaudio/skills

Skill Claude CodeCodex

Lightweight end-of-session tech debt sweep. Finds duplicated code, dead exports, unused deps, stale TODOs, and bloated files. Use when user asks for "tech debt", "cleanup", "dead code", "unused exports", "code sweep", or end-of-session hygiene. Do NOT use for full codebase audits (use /audit instead).

4 3mo ago A 76 tokens original MIT