Agent Plugins Marketplace
All plugins

quarry-dev

v3.0.3

Local semantic search for Claude Code: /find, /ingest, /remember, /explain, /source, /quarry

Claude Code1 Skill1 MCP serverstdio

By Punt Labs3 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 31, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install quarry-dev for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install quarry-dev@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/punt-labs/quarry

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/recall/SKILL.md
└── .mcp.json

Included Skills1

recallskills/recall/SKILL.md

Use find before WebSearch or WebFetch for research, or before answering a why/how/what-did-we-decide question. Quarry indexes this codebase, design docs, prior session transcripts, and previously fetched web pages — it often already has the answer. Prefer grep for symbol and value lookups; prefer find for meaning. Use remember when you learn something durable — a decision, a gotcha, a non-obvious fact, a procedure — so it survives context compaction. Use even when you think you already know the answer; a prior decision or a teammate's note may contradict your assumption. Do not reach for find on mechanical string searches or navigation within the current file — grep and the editor already do that well.

MCP servers1

quarrystdio
command
quarry
args
mcp

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "quarry-dev",
  "description": "Local semantic search for Claude Code: /find, /ingest, /remember, /explain, /source, /quarry",
  "version": "3.0.3",
  "author": {
    "name": "Punt Labs",
    "email": "[email protected]"
  },
  "mcpServers": {
    "quarry": {
      "type": "stdio",
      "command": "quarry",
      "args": [
        "mcp"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[quarry-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quarry-dev)