From qmd
Displays QMD project configuration including collections, paths, descriptions, and git hook status, plus live index health with document counts, embedding vectors, missing collections, model info, and MCP connectivity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qmd:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the project's qmd configuration alongside live index health.
Show the project's qmd configuration alongside live index health.
Read .claude/qmd.json. If missing, tell the user:
qmd is not configured for this project. Run
/avinyc:qmd-configureto set it up.
Print a summary:
Try mcp__qmd__status first (fastest, returns structured data). If MCP is unavailable, fall back to CLI:
qmd status
Display the live status alongside the project config. Key things to highlight:
Report whether MCP tools are available. If not, suggest:
MCP server not configured. Run
claude mcp add qmd -- qmd mcpor add qmd to.mcp.jsonfor faster searches.
npx claudepluginhub aviflombaum/claude-code-in-avinyc --plugin qmdConfigures qmd collections for semantic search on project markdown directories. Checks qmd install and MCP, derives project name, scans/selects dirs like docs/, sets collection details and names.
Indexes project with QMD for semantic search and cartographer for codebase maps, enabling fast file suggestions. Run on new codebases or after changes to save 60-80% tokens on exploration.
Detects oversized codebases or docs via thresholds like >50 MD files or >200 sources, suggesting qmd for local BM25+vector+LLM semantic search to extend AI context.