How this command is triggered — by the user, by Claude, or both
Slash command
/quarry-dev:find <query>The summary Claude sees in its command listing — used to decide when to auto-load this command
<!-- markdownlint-disable MD041 --> ## Input Arguments: $ARGUMENTS Use the full arguments text as the search query. ## Task Call `mcp__plugin_quarry_quarry__find` with `query` set to the arguments. If the result says "No results", say so briefly. **Determine the query type:** - **Question** — the query asks for an answer (starts with who/what/how/why/when/where, ends with `?`, or contains phrases like "is the", "how to", "how do"): provide a concise direct answer based on the search results, citing the source document and page number for each claim. Do not dump the raw results. - *...
Arguments: $ARGUMENTS
Use the full arguments text as the search query.
Call mcp__plugin_quarry_quarry__find with query set to the arguments.
If the result says "No results", say so briefly.
Determine the query type:
Question — the query asks for an answer (starts with who/what/how/why/when/where, ends with ?, or contains phrases like "is the", "how to", "how do"): provide a concise direct answer based on the search results, citing the source document and page number for each claim. Do not dump the raw results.
Keywords — the query is exploratory (keywords, phrases, topic names): emit the tool output exactly as returned — character for character, including the leading ▶ unicode character. Do not reformat, add commentary, wrap in code fences, convert to markdown tables, or add boxes around the output.
npx claudepluginhub punt-labs/claude-plugins --plugin quarry/assist-searchSearches the lm-assist knowledge base across entries, milestones, and architecture, returning results with relevance scores and excerpts. Supports limit flag.
/wiki-querySearches the compiled wiki to answer questions with citations from topic articles. Can also file synthesized answers back into the wiki.
/researchResearches a topic by gathering external knowledge from primary sources, distilling findings into cited rows, and flagging unverified claims.
/searchSearches an Obsidian vault using a 4-tier automatic fallback pipeline: GraphRAG → Obsidian CLI → Obsidian MCP → text search. Supports quick/deep/auto modes and MOC-first result ranking.
/queryAnswers questions from a personal wiki by reading structured indexes, running hybrid search, and retrieving graph relationships. Provides answers with [[wikilink]] citations and surfaces contradictions.